Advance RFC #0939 "Introduce a Wildcard Module Import API" to Stage Ready for Release#988
Advance RFC #0939 "Introduce a Wildcard Module Import API" to Stage Ready for Release#988emberjs-rfcs-bot wants to merge 2 commits intomainfrom
"Introduce a Wildcard Module Import API" to Stage Ready for Release#988Conversation
|
Implementation progress: https://github.com/NullVoxPopuli/ember-classic-import-meta-glob |
|
Other implementation progress: https://github.com/beerinho/ember-glob-import-demo |
|
Some issues I've found with the build-time only implementation (at least for the classic / non-appImports usage),
but as I've been playing around with the implementation (in a local copy of it), I've been tweaking things, making notes, etc.
Implementation progress: https://github.com/NullVoxPopuli/ember-classic-import-meta-glob
however, this does not mean we shouldn't continue pursing the build-time-only approach, as these are all solveable problems with v1 addons
A helpful package here is: path-normalize, which collapses ../ and ./: https://www.npmjs.com/package/path-normalize?activeTab=readme |
|
At the tooling meeting we reviewed the options here and decided the build-time implementation is good. It's good that it will look directly at your authored source, not the broccoli tree downstream of app-tree merging and other broccoli customization, because for compat with v2 apps none of that will be present anyway. |
Advance #939 to the Ready For Release Stage
Summary
This pull request is advancing the RFC to the Ready For Release Stage.
An FCP is required before merging this PR to advance.
Upon merging this PR, automation will open a draft PR for this RFC to move to the Released Stage.
Ready for Release Stage Description
This stage is complete when the implementation is complete according to plan outlined in the RFC, and is in harmony with any changes in Ember that have occurred since the RFC was first written. This includes any necessary learning materials. At this stage, features or deprecations may be available for use behind a feature flag, or with an optional package, etc.
For codebase changes, there are no open questions that are anticipated to require breaking changes; the Ember team is ready to commit to the stability of any interfaces exposed by the current implementation of the feature.
This stage should include a list of criteria for determining when the proposal can be considered Recommended after being Released.
An FCP is required to move into this stage.
Each Ember core team will be requested as a reviewer on the PR to move into this stage. A representative of each team adds a review. If a team does not respond to the request, and after the conclusion of the FCP, it is assumed that the release may proceed.
Checklist to move to Ready for Release
Final Comment Periodlabel has been added to start the FCPCriteria for moving to Recommended (required)
A set of criteria for moving this RFC to the Recommended Stage, following release:
Track Implementation
Environment implementations: