tc39 / proposal-import-attributes

Proposal for syntax to import ES modules with assertions
https://tc39.es/proposal-import-attributes/
Apache License 2.0
569 stars 32 forks source link

Handle move of JSON modules to separate proposal #91

Closed dandclark closed 4 years ago

dandclark commented 4 years ago

Update the contents and phrasing of the README, spec draft, and TAG security/privacy review to reflect the split of JSON modules into a separate Stage 2 proposal.

Also update a bit of wording in the 'Follow-up proposal "evaluator attributes"' section to better reflect the current thinking in module cache key behavior and limitations on using assertions for changes in module interpretation.

fixes https://github.com/tc39/proposal-import-assertions/issues/86

xtuc commented 4 years ago

once this is merged we can transfer a couple of issues to the proposal-json-modules repo

dandclark commented 4 years ago

I'll go ahead and merge this, @littledan I'm happy to make a follow-up change to address feedback if you've got any.