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

Commit

Permalink
doc: update readme (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins authored Feb 22, 2022
1 parent 890a90b commit ce02534
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,9 @@

## Purpose

The Node.js Modules Team maintains and actively develops the ECMAScript Modules (ESM) implementation in Node.js core.
The original Node.js Modules Team planned and developed the ECMAScript Modules (ESM) implementation in Node.js core.

Work includes:

* ESM loader implementation
* ESM specifier resolution
* Loader hooks
* ESM and CommonJS interoperability
* Node.js and browser interoperability
* VM modules implementation

## Archives

- **[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.
The current team exists as subject matter experts to consult regarding the Node.js ESM implementation.

## Members

Expand All @@ -42,3 +29,9 @@ Work includes:
- [@zackschuster](https://github.com/zackschuster) - Zack Schuster

<!-- ncu-team-sync end -->

## Archives

- **[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.

0 comments on commit ce02534

Please # to comment.