summaryrefslogtreecommitdiff
path: root/test/es-module
Commit message (Expand)AuthorAgeFilesLines
* test: add coverage for custom loader hooks with permission modelAntoine du Hamel2023-03-081-0/+52
* esm: fix import assertion warningAntoine du Hamel2023-03-074-8/+8
* test_runner: align behavior of it and testMoshe Atlow2023-03-051-1/+1
* esm: add a runtime warning when using import assertionsAntoine du Hamel2023-03-035-5/+37
* esm: misc test refactorsGeoffrey Booth2023-02-187-6/+344
* esm: delete preload mock testGeoffrey Booth2023-01-311-45/+0
* test: refactor to avoid mutation of global by a loaderMichaël Zasso2023-01-191-15/+17
* test,esm: validate more edge cases for dynamic importsAntoine du Hamel2023-01-041-1/+91
* esm: rewrite loader hooks testGeoffrey Booth2022-12-311-81/+24
* errors: refactor to use a method that formats a list stringDaeyeon Jeong2022-12-231-1/+1
* esm: leverage loaders when resolving subsequent loadersMaël Nison2022-12-171-1/+17
* test_runner: avoid swallowing of asynchronously thrown errorsMURAKAMI Masahiko2022-11-071-1/+1
* esm: protect ESM loader from prototype pollutionAntoine du Hamel2022-10-272-10/+0
* esm: protect ESM loader from prototype pollutionAntoine du Hamel2022-10-192-0/+32
* module: fix segment deprecation for imports fieldGuy Bedford2022-10-132-0/+31
* test: adapt to new JSON SyntaxError messagesMichaël Zasso2022-10-112-2/+3
* esm: remove specifier resolution flagGeoffrey Booth2022-10-043-123/+0
* esm: fix duplicated testGeoffrey Booth2022-09-282-23/+5
* esm,loader: tidy ESMLoader internalsJacob Smith2022-09-191-4/+4
* module: exports & imports map invalid slash deprecationGuy Bedford2022-09-113-6/+46
* esm: fix loader hooks accepting too many argumentsJacob Smith2022-08-041-0/+22
* src,test: fix typosSADIK KUZU2022-08-031-1/+1
* esm: add `--import` flagMoshe Atlow2022-07-312-10/+213
* test: refactor ESM tests to improve performanceJacob Smith2022-07-2930-1381/+1304
* test: refactor `test/es-module/test-esm-resolve-type`Antoine du Hamel2022-07-201-31/+25
* esm: fix erroneous re-initialization of ESMLoaderJacob Smith2022-07-171-0/+30
* esm: restore `next<HookName>`'s `context` as optional argJacob Smith2022-07-021-2/+44
* module: also enable subpath imports in REPLRay2022-06-301-0/+19
* Revert "esm: convert `resolve` hook to synchronous"Jacob Smith2022-06-224-77/+39
* esm: convert `resolve` hook to synchronousJacob Smith2022-06-184-39/+77
* test: improve coverage for load hooksAntoine du Hamel2022-06-181-0/+65
* dns: accept `'IPv4'` and `'IPv6'` for `family`Antoine du Hamel2022-06-151-2/+2
* esm: fix chain advances when loader calls next<HookName> multiple timesJacob Smith2022-06-051-31/+70
* esm: fix http(s) import via custom loaderJacob Smith2022-05-251-0/+72
* esm: add chaining to loadersJacob Smith2022-05-045-21/+413
* esm: fix imports from non-file moduleAntoine du Hamel2022-04-292-3/+8
* net: make `server.address()` return an integer for `family`Antoine du Hamel2022-04-121-2/+2
* test: fix comments in test filesDaeyeon Jeong2022-03-311-1/+1
* esm: emit experimental warnings in common placeJacob Smith2022-03-282-24/+32
* esm: make extension-less errors in type:module actionableBradley Farias2022-03-151-1/+5
* esm: improve typings and code coverageBradley Farias2022-03-141-2/+5
* esm: add runtime warning for specifier resolution flagGeoffrey Booth2022-03-101-0/+24
* loader: fix esm resolve for symlink fileXuguang Mei2022-03-061-0/+40
* esm: fix base URL for network importsBradley Farias2022-03-041-0/+15
* esm: fix relative imports for httpsBradley Farias2022-02-271-0/+12
* module: prefer async/await in https importsBenjamin Gruenbaum2022-02-231-0/+11
* process: fix named report exportmadflow2022-02-231-1/+2
* esm: improve `fetch_module` test coverage and remove hackAntoine du Hamel2022-02-192-5/+54
* esm: remove erroneous `context.parentURL` property passed to `load` hookJacob Smith2022-02-181-0/+76
* esm: support https remotely and http locally under flagBradley Farias2022-02-098-23/+196