Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

Commit e028bf0

Browse files
Merge pull request #3 from GeoffreyBooth/rewrite-readme-dl
arch: improve archived documents
2 parents eec530c + 966f026 commit e028bf0

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ Work includes:
5757

5858
## Archives
5959

60-
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).
60+
- **[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).
61+
62+
- **[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.
6163

6264
## Members
6365

doc/features.md renamed to doc/archive/features.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Features
1+
> _This document has been archived._
2+
>
3+
> 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).
24
3-
> 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.
5+
# Features
46

57
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):
68

doc/plan-for-new-modules-implementation.md renamed to doc/archive/plan-for-new-modules-implementation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> _This document has been archived._
2+
>
3+
> This document summarized the work that went into the new ECMAScript Modules implementation that shipped in Node.js 12.0.0.
4+
15
# Plan for New Modules Implementation
26

37
This document outlines the plan for building a new implementation to support ECMAScript modules in Node.js. The effort is split up into phases:

0 commit comments

Comments
 (0)