From 547754576f143c31cf5d4919a47066b17b64f11a Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Wed, 16 Jan 2019 18:17:35 -0800 Subject: [PATCH 1/3] Slack channel --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c724dd3..742c7e9 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ Work includes: The team is working on a new implementation to potentially replace the `--experimental-modules` implementation in current shipping Node. The new implementation is in progress in the [ecmascript-modules](https://github.com/nodejs/ecmascript-modules) repo, and a road map of its development is [here](./doc/plan-for-new-modules-implementation.md). +### Discussion + +The team is using the [node-js.slack.com](https://node-js.slack.com/) channel `#esm` for discussion. To register, please go to [nodeslackers.com](http://www.nodeslackers.com/). + ## Features Based on [these use cases](https://docs.google.com/document/d/10BBsIqdAXB9JR2KUzQGYbCiVugYBnxE4REBakX29yyo/edit) ([#55](https://github.com/nodejs/modules/issues/55)), our implementation aims to support the following features (subject to change): From 053a88fb11449fda4bc9855887f10ca0d887a889 Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Thu, 17 Jan 2019 15:19:01 -0800 Subject: [PATCH 2/3] Add a few more discussion locations --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 742c7e9..4bafb44 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,11 @@ The team is working on a new implementation to potentially replace the `--experi ### Discussion -The team is using the [node-js.slack.com](https://node-js.slack.com/) channel `#esm` for discussion. To register, please go to [nodeslackers.com](http://www.nodeslackers.com/). +There are several public places where the modules group has been discussing their work: + +- The [issues](https://github.com/nodejs/modules/issues) and [pull requests](https://github.com/nodejs/modules/pulls) on this repo and the [ecmascript-modules](https://github.com/nodejs/ecmascript-modules) repo. +- The [node-js.slack.com](https://node-js.slack.com/) channel `#esm`. To register, please go to [nodeslackers.com](http://www.nodeslackers.com/). +- The [#node.js channel on chat.freenode.net](https://webchat.freenode.net/?channels=node.js&uio=d4). ## Features From 148cab3a16a3783eee8b2a791d4d696d19241f2e Mon Sep 17 00:00:00 2001 From: Geoffrey Booth Date: Thu, 17 Jan 2019 15:51:21 -0800 Subject: [PATCH 3/3] #node-dev channel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bafb44..59f7193 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ There are several public places where the modules group has been discussing thei - The [issues](https://github.com/nodejs/modules/issues) and [pull requests](https://github.com/nodejs/modules/pulls) on this repo and the [ecmascript-modules](https://github.com/nodejs/ecmascript-modules) repo. - The [node-js.slack.com](https://node-js.slack.com/) channel `#esm`. To register, please go to [nodeslackers.com](http://www.nodeslackers.com/). -- The [#node.js channel on chat.freenode.net](https://webchat.freenode.net/?channels=node.js&uio=d4). +- The [#node-dev channel on chat.freenode.net](https://webchat.freenode.net/?channels=node-dev&uio=d4). ## Features