Skip to content

Commit f5207c2

Browse files
NullVoxPopuliclaude
andcommitted
Update BlockParam nodeType to GlimmerBlockParam
ember-eslint-parser now uses GlimmerBlockParam (via ember-estree) for consistency with all other Glimmer-prefixed node types. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent c2e8bf6 commit f5207c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/lib/rules-preprocessor/gjs-gts-parser-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ const invalid = [
283283
line: 3,
284284
message: "'notUsed' is defined but never used.",
285285
messageId: 'unusedVar',
286-
nodeType: 'BlockParam',
286+
nodeType: 'GlimmerBlockParam',
287287
ruleId: 'no-unused-vars',
288288
severity: 2,
289289
},

0 commit comments

Comments
 (0)