Conversation
|
The linter failure seems like it's maybe a bug in its exclusion rules? Do |
They may or may not have a bunch of code in them, so yes. |
Ms2ger
left a comment
There was a problem hiding this comment.
Richard volunteered to review this, so perhaps wait for him, but it looks good to me.
|
The proposal has now advanced to Stage 3. |
|
@jugglinmike can you look at the lint failure? |
test/language/expressions/dynamic-import/import-attributes/2nd-param-with-type-text.js
Outdated
Show resolved
Hide resolved
test/language/import/import-attributes/text-javascript_FIXTURE.js
Outdated
Show resolved
Hide resolved
| features: [import-attributes, import-text] | ||
| ---*/ | ||
|
|
||
| import value from './text-valid_FIXTURE' with { type: 'text' }; |
There was a problem hiding this comment.
Was this meant to be ./text-empty_FIXTURE?
There was a problem hiding this comment.
D'oh, yes. Thanks for catching that. I'll file a PR for the fix.
Filing initially as a draft, as these tests are for the Import Text proposal, which is currently at Stage 0.