tc39 / proposal-dynamic-import

import() proposal for JavaScript
https://tc39.github.io/proposal-dynamic-import/
MIT License
1.87k stars 47 forks source link

Clarification on binding #10

Closed dead-claudia closed 8 years ago

dead-claudia commented 8 years ago

I saw in #6 that some non-literal strings are accepted. Is import(someDynamicString) okay, where someDynamicString is a string referencing a valid binding?

dead-claudia commented 8 years ago

Oh, and an unrelated comment: shouldn't this be listed in the proposal repo as a stage 0 proposal?

domenic commented 8 years ago

Yes, that is true. Is that unclear from the spec?

This has not been proposed to the committee and as such is not a stage 0 proposal.

Closing since it doesn't appear that there's a spec bug here, but happy to reopen if you can point out ways in which this is not clear.

dead-claudia commented 8 years ago

Okay. Thanks!