Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
0b5b513
web-next: stop <Show> stale-read race via keyed-show lint rule
dahlia May 4, 2026
a66ef4d
web-next: scope keyed-show lint rule to Relay-backed values
dahlia May 4, 2026
b8e8ae1
web-next: Migrate Translating placeholder catalogs from {0} to {name}
dahlia May 5, 2026
46d492c
keyed-show: Propagate Relay binding through FunctionExpression too
dahlia May 5, 2026
7126126
keyed-show: Verify Relay primitives via solid-relay import origin
dahlia May 5, 2026
88516d9
notification: Tidy two stale references to fragment-accessor form
dahlia May 5, 2026
9977277
keyed-show: Recognise aliased solid-relay primitive imports
dahlia May 5, 2026
92dad28
keyed-show: Rewrite optional bare param?.() calls in autofix too
dahlia May 5, 2026
7b37e0f
i18n: Unify "contact support" wording in zh-CN and zh-TW
dahlia May 5, 2026
5750ca6
keyed-show: Suppress autofix entirely when body has same-name shadow
dahlia May 5, 2026
4731c76
keyed-show: Reject Relay primitive call when import is locally shadowed
dahlia May 5, 2026
42ebb81
keyed-show: Track shadow bindings so inner scopes hide outer Relay names
dahlia May 5, 2026
37f19a6
keyed-show: Match callback selection between JSXElement entry and exit
dahlia May 5, 2026
92bb406
keyed-show: Suppress autofix when body calls the param with arguments
dahlia May 5, 2026
a6c497d
keyed-show: Treat assignment to the param as a body rebinding
dahlia May 5, 2026
bca12e1
keyed-show: Push and pop scopes on BlockStatement and CatchClause
dahlia May 5, 2026
5193359
keyed-show: Tighten import-shadow check for nested-fn and self-binding
dahlia May 5, 2026
9c6d919
keyed-show: Wire OptionalCallExpression visitor as a defensive mirror
dahlia May 5, 2026
33593e1
keyed-show: Catch destructuring assignment and update-expression rebi…
dahlia May 5, 2026
4114223
keyed-show: Use scope stack for import-shadow check, not function-wid…
dahlia May 5, 2026
3c3a25b
keyed-show: Hoist detectRebinding's FIELDS map to module scope
dahlia May 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions web-next/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"#i18n": "./src/lib/i18n/server.ts"
},
"lint": {
"plugins": ["./lint-plugins/keyed-show.ts"],
"rules": {
"exclude": [
// SolidStart server functions must be async functions at all time
Expand Down
Loading
Loading