0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/tools
Bradley Farias c8a389e19f 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>
2017-09-07 15:18:32 -05:00
..
configure.d
doc tools: fix linter error in html.js 2017-08-29 01:04:20 +09:00
eslint tools: update to ESLint 4.3.0 2017-07-25 12:21:32 -07:00
eslint-rules module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
gyp gyp: implement LD/LDXX for ninja and FIPS 2017-08-23 16:24:37 -04:00
icu util: implement WHATWG Encoding Standard API 2017-07-24 14:04:13 -07:00
msvs tools: bump vswhere helper to 2.0.0 2017-09-03 17:15:27 -04:00
osx-pkg.pmdoc
pkgsrc
rpm
certdata.txt tools: update certdata.txt 2017-05-29 08:45:00 -07:00
check-imports.py
compress_json.py
cpplint.py src,lib,test,doc: correct misspellings 2017-06-17 19:17:46 +02:00
create_android_makefiles
create_expfile.sh
genv8constants.py
getmoduleversion.py
getnodeversion.py
gyp_node.py build: simplify if in setting of arg_paths 2017-05-16 15:26:20 -04:00
install.py build: add npx to installers 2017-07-17 08:49:10 -07:00
js2c.py src: support UTF-8 in compiled-in JS source files 2017-02-13 19:16:14 +01:00
jslint.js tools: delete an unused argument 2017-08-16 12:37:15 +02:00
license2rtf.js tools: change var to const in ./license2rtf 2017-07-02 19:27:09 -04:00
license-builder.sh deps,tools: add missing nghttp2 license 2017-08-14 17:22:15 +02:00
lsan_suppressions.txt
macosx-firewall.sh tools: add macosx-firwall script to avoid popups 2016-12-09 08:31:08 +01:00
make-v8.sh v8: update make-v8.sh to use git 2016-11-09 17:34:22 -05:00
Makefile
mk-ca-bundle.pl
mkssldef.py
osx-codesign.sh build,tools: do not force codesign prefix 2017-07-19 16:38:27 -05:00
osx-pkg-postinstall.sh build: add npx to installers 2017-07-17 08:49:10 -07:00
osx-productsign.sh
release.sh tools: add custom private key option 2017-08-27 11:03:50 -03:00
run-valgrind.py tools: make run-valgrind.py useful 2016-11-15 17:01:24 +01:00
sign.bat win,build: try multiple timeservers when signing 2016-10-19 00:11:02 +11:00
specialize_node_d.py
test-npm-package.js tools, test: update test-npm-package paths 2017-06-07 15:36:06 +01:00
test-npm.sh tools: update test-npm.sh paths 2017-05-23 19:39:09 +02:00
test-v8.bat build,test: run v8 tests on windows 2017-07-26 18:08:30 -07:00
test.py module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
update-authors.sh
update-eslint.sh tools: remove stray package-lock.json file 2017-08-18 14:32:28 -07:00
utils.py