summaryrefslogtreecommitdiff
path: root/lib/internal/main/check_syntax.js
AgeCommit message (Expand)Author
2019-11-12esm: unflag --experimental-modulesGuy Bedford
2019-10-14vm: add Synthetic modulesGus Caplan
2019-06-01lib: no need to strip BOM or shebang for scriptsRefael Ackermann
2019-05-26lib: rework logic of stripping BOM+Shebang from commonjsGus Caplan
2019-04-22module: explicitly initialize CJS loaderJoyee Cheung
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-04-04process: patch more process properties during pre-executionJoyee Cheung
2019-03-27esm: phase two of new esm implementationguybedford
2019-02-21src: move async hooks trace events setup to pre_execution.jsJoyee Cheung
2019-02-10process: normalize process.argv before user code executionJoyee Cheung
2019-02-10process: group main thread execution preparation codeJoyee Cheung
2019-02-08process: move deprecation warning initialization into pre_execution.jsJoyee Cheung
2019-01-30process: split execution into main scriptsJoyee Cheung