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

Commit

Permalink
Merge pull request #3 from GeoffreyBooth/rewrite-readme-dl
Browse files Browse the repository at this point in the history
arch: improve archived documents
  • Loading branch information
GeoffreyBooth authored Feb 9, 2020
2 parents eec530c + 966f026 commit e028bf0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 4 additions & 2 deletions doc/features.md → doc/archive/features.md
Original file line number Diff line number Diff line change
@@ -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):

Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit e028bf0

Please sign in to comment.