Following last weeks meeting I think we are really close to be able to upstream our new implementation to core. ## Important Dates: **March 13th**: Date of next Modules meeting. Intent to approve implementation to be sent upstream **March 20th**: Date to open Pull request upstream to begin getting reviews **March 27th**: Date to review upstream concerns if necessary. **April 4th**: Target date to land upstream. Subject to change, could land sooner if no changes necessary. **April 11th**: Go / No Go date. If we cannot reach consensus upstream we will likely be unable to merge for 12.x after this date. **April 23rd**: Targeted release date for v12.x ## What needs to get done? - [x] Finalize Phase 2 in [planning document](https://github.com/nodejs/modules/blob/master/doc/plan-for-new-modules-implementation.md) - [x] loaders [#287](https://github.com/nodejs/modules/pull/287) - [x] extension / folder resolution #288 - [x] implementation of missing phase two features - [x] Re add upstream loader [nodejs/ecmascript-modules#47](https://github.com/nodejs/ecmascript-modules/pull/47) - [x] extensions / folder resolution [nodejs/ecmascript-module#48](https://github.com/nodejs/ecmascript-modules/pull/48) - [x] Update Documentation to reflect latest implementation - [x] WIP [nodejs/ecmascript-modules#51](https://github.com/nodejs/ecmascript-modules/pull/51) - [x] Final code + test + doc review - [x] Determine messaging around upstream PR - [x] Open Upstream PR - [ ] Write copy about what our group has been doing and the current progress and status for public blog post
Following last weeks meeting I think we are really close to be able to upstream our new implementation to core.
Important Dates:
March 13th:
Date of next Modules meeting. Intent to approve implementation to be sent upstream
March 20th:
Date to open Pull request upstream to begin getting reviews
March 27th:
Date to review upstream concerns if necessary.
April 4th:
Target date to land upstream. Subject to change, could land sooner if no changes necessary.
April 11th:
Go / No Go date. If we cannot reach consensus upstream we will likely be unable to merge for 12.x after this date.
April 23rd:
Targeted release date for v12.x
What needs to get done?