Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Farias <bradley.meck@gmail.com>2017-06-06 03:44:56 +0300
committerBradley Farias <bradley.meck@gmail.com>2017-09-07 23:18:32 +0300
commitc8a389e19f172edbada83f59944cad7cc802d9d5 (patch)
tree15a8653683a97ff0d6b2e7f08ef8081405700ea3 /.eslintrc.yaml
parent46133b5beba2c780fb3b9a9d6be610d09f752182 (diff)
module: Allow runMain to be ESM
This follows the EPS an allows the node CLI to have ESM as an entry point. `node ./example.mjs`. A newer V8 is needed for `import()` so that is not included. `import.meta` is still in specification stage so that also is not included. PR-URL: https://github.com/nodejs/node/pull/14369 Author: Bradley Farias <bradley.meck@gmail.com> Author: Guy Bedford <guybedford@gmail.com> Author: Jan Krems <jan.krems@groupon.com> Author: Timothy Gu <timothygu99@gmail.com> Author: Michaƫl Zasso <targos@protonmail.com> Author: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to '.eslintrc.yaml')
-rw-r--r--.eslintrc.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.eslintrc.yaml b/.eslintrc.yaml
index 36677b7cea0..b68d2657465 100644
--- a/.eslintrc.yaml
+++ b/.eslintrc.yaml
@@ -10,6 +10,11 @@ env:
parserOptions:
ecmaVersion: 2017
+overrides:
+ - files: ["doc/api/esm.md", "*.mjs"]
+ parserOptions:
+ sourceType: module
+
rules:
# Possible Errors
# http://eslint.org/docs/rules/#possible-errors