diff --git a/README.md b/README.md index b56ecb1..a30dbe4 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,9 @@ Work includes: ## Archives -As part of creating the ECMAScript Modules implementation for Node.js 12.0.0, [use cases](./doc/use-cases.md) were brainstormed, which led to a list of [features](./doc/features.md), which guided the [plan for the implementation](./doc/plan-for-new-modules-implementation.md). +- **[Features](./doc/archive/features.md)**: As part of creating the ECMAScript Modules implementation for Node.js 12.0.0, [use cases](./doc/use-cases.md) were brainstormed, which led to a list of features. This feature list, which previously existed as a section in this repo's root README, informed what became the [plan for the implementation](./doc/archive/plan-for-new-modules-implementation.md). + +- **[Plan for New Modules Implementation](./doc/archive/plan-for-new-modules-implementation.md)**: This document summarized the work that went into the new ECMAScript Modules implementation that shipped in Node.js 12.0.0. ## Members diff --git a/doc/features.md b/doc/archive/features.md similarity index 88% rename from doc/features.md rename to doc/archive/features.md index 24d7a42..b1a6308 100644 --- a/doc/features.md +++ b/doc/archive/features.md @@ -1,6 +1,8 @@ -# Features +> _This document has been archived._ +> +> As part of creating the ECMAScript Modules implementation for Node.js 12.0.0, use cases were brainstormed, which led to a list of features. This feature list, which previously existed as a section in this repo's root [README](../../README.md), informed what became the [plan for the implementation](./plan-for-new-modules-implementation.md). -> The below list of features was written for the new ECMAScript modules implementation that was created for Node 12.0.0. These features informed what became the [plan](./plan-for-new-modules-implementation.md) for that implementation. +# Features Based on [these use cases](./doc/use-cases.md) ([#55](https://github.com/nodejs/modules/issues/55)), our implementation aims to support the following features (subject to change): diff --git a/doc/plan-for-new-modules-implementation.md b/doc/archive/plan-for-new-modules-implementation.md similarity index 98% rename from doc/plan-for-new-modules-implementation.md rename to doc/archive/plan-for-new-modules-implementation.md index fb5bec9..20612f9 100644 --- a/doc/plan-for-new-modules-implementation.md +++ b/doc/archive/plan-for-new-modules-implementation.md @@ -1,3 +1,7 @@ +> _This document has been archived._ +> +> This document summarized the work that went into the new ECMAScript Modules implementation that shipped in Node.js 12.0.0. + # Plan for New Modules Implementation This document outlines the plan for building a new implementation to support ECMAScript modules in Node.js. The effort is split up into phases: