/
githubmirror
/
node
ОбзорДокументацияВойти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
node/
.../fixtures/es-modules/
..
cjs-esm-esm-cycle

module: cache synchronous module jobs before linking

2 года назад
custom-condition

module: fix conditions override in synchronous resolve hooks

год назад
deprecated-folders-ignore

module: support require()ing synchronous ESM graphs

2 года назад
dynamic-import

module: implement NODE_COMPILE_CACHE for automatic on-disk code caching

2 года назад
esm-cjs-esm-cycle

module: disallow CJS <-> ESM edges in a cycle from require(esm)

2 года назад
esm-cjs-esm-esm-cycle

module: disallow CJS <-> ESM edges in a cycle from require(esm)

2 года назад
esm-esm-cjs-esm-cycle

module: disallow CJS <-> ESM edges in a cycle from require(esm)

2 года назад
esm-esm-cjs-esm-esm-cycle

module: disallow CJS <-> ESM edges in a cycle from require(esm)

2 года назад
esm-in-require-cache

module: only put directly require-d ESM into require.cache

год назад
exports-both

module: support require()ing synchronous ESM graphs

2 года назад
exports-import-default

module: support require()ing synchronous ESM graphs

2 года назад
exports-import-only

module: support require()ing synchronous ESM graphs

2 года назад
exports-require-only

module: support require()ing synchronous ESM graphs

2 года назад
folder%25with percentage#

esm: fix hint on invalid module specifier

3 года назад
import-require-tla-twice

esm: fix missed renaming in ModuleJob.runSync

год назад
json-cache

esm: phase two of new esm implementation

7 лет назад
legacy-main-resolver

src,lib: reducing C++ calls of esm legacy main resolve

3 года назад
module-condition

module: implement the "module-sync" exports condition

2 года назад
module-counter-by-type

loader: return package format from defaultResolve if known

5 лет назад
package-cjs-named-error

module: fix crash on multiline named cjs imports

6 лет назад
package-default-extension

module: support require()ing synchronous ESM graphs

2 года назад
package-ends-node_modules

src: do not treat all paths ending with node_modules as such

3 года назад
package-type-commonjs

esm: bypass CJS loader in default load under `--default-type=module`

3 года назад
package-type-module

esm: detect ESM syntax in ambiguous JavaScript

3 года назад
package-without-pjson

loader: return package format from defaultResolve if known

5 лет назад
package-without-type

module: remove --experimental-default-type

2 года назад
pjson-invalid

esm: better package.json parser errors

6 лет назад
pjson-main

esm: phase two of new esm implementation

7 лет назад
pkgimports

module: allow subpath imports that start with `#/`

6 месяцев назад
require-and-import

module: fix submodules loaded by require() and import()

2 года назад
require-esm-in-cjs-cache

esm: populate separate cache for require(esm) in imported CJS

год назад
require-module-instantiated

module: handle instantiated async module jobs in require(esm)

год назад
self-deprecated-folders

module: runtime deprecate subpath folder mappings

6 лет назад
test_node_modules

module: do not warn when require(esm) comes from node_modules

2 года назад
tla

src: fix process exit listeners not receiving unsettled tla codes

год назад
transpiled-cjs-require-module

module: add __esModule to require()'d ESM

2 года назад
builtin-imports-case.mjs

module: fix builtin reexport tracing

6 лет назад
cjs-esm-esm.js

esm: refine ERR_REQUIRE_ESM errors

5 лет назад
cjs-esm.js

module: fix ERR_REQUIRE_ESM error for null frames

5 лет назад
cjs-exports-invalid.mjs

module: refine module type mismatch error cases

6 лет назад
cjs-exports.mjs

esm: export 'module.exports' on ESM CJS wrapper

2 года назад
cjs-file.cjs

esm: phase two of new esm implementation

7 лет назад
cjs.js

module: experimental modules runMain separation

8 лет назад
conditional-exports.js

module: add warnings for experimental flags

7 лет назад
conditional-exports.mjs

module: expose exports conditions to loaders

6 лет назад
data-import.mjs

module: support require()ing synchronous ESM graphs

2 года назад
dep.wasm

esm: unwrap WebAssembly.Global on Wasm Namespaces

год назад
dep.wat

esm: unwrap WebAssembly.Global on Wasm Namespaces

год назад
dep1.js

module: fix builtin reexport tracing

6 лет назад
dep2.js

module: fix builtin reexport tracing

6 лет назад
es-note-error-1.cjs

module: only try to enrich CJS syntax errors

6 лет назад
es-note-error-1.mjs

module: only try to enrich CJS syntax errors

6 лет назад
es-note-error-2.cjs

module: only try to enrich CJS syntax errors

6 лет назад
es-note-error-2.mjs

module: only try to enrich CJS syntax errors

6 лет назад
es-note-error-3.cjs

module: only try to enrich CJS syntax errors

6 лет назад
es-note-error-3.mjs

module: only try to enrich CJS syntax errors

6 лет назад
es-note-error-4.cjs

module: only try to enrich CJS syntax errors

6 лет назад
es-note-error-4.mjs

module: only try to enrich CJS syntax errors

6 лет назад
es-note-promiserej-import-2.cjs

module: add warning when import,export is detected in CJS context

7 лет назад
es-note-unexpected-export-1.cjs

module: add warning when import,export is detected in CJS context

7 лет назад
es-note-unexpected-export-2.cjs

module: add warning when import,export is detected in CJS context

7 лет назад
es-note-unexpected-import-1.cjs

module: add warning when import,export is detected in CJS context

7 лет назад
es-note-unexpected-import-3.cjs

module: add warning when import,export is detected in CJS context

7 лет назад
es-note-unexpected-import-4.cjs

module: add warning when import,export is detected in CJS context

7 лет назад
es-note-unexpected-import-5.cjs

module: add warning when import,export is detected in CJS context

7 лет назад
esm-snapshot-mutator.js

test: move ESM fixtures to fixtures dir

8 лет назад
esm-snapshot.js

test: move ESM fixtures to fixtures dir

8 лет назад
esm-top-level-await.mjs

module: execute `--import` sequentially

3 года назад
export-es-module-2.mjs

module: add __esModule to require()'d ESM

2 года назад
export-es-module.mjs

module: add __esModule to require()'d ESM

2 года назад
export-name-code-injection.wasm

module: fix code injection through export names

3 года назад
export-name-code-injection.wat

module: fix code injection through export names

3 года назад
export-name-syntax-error.wasm

module: fix code injection through export names

3 года назад
export-name-syntax-error.wat

module: fix code injection through export names

3 года назад
exports-cases.js

esm: fix module.exports export on CJS modules

год назад
exports-cases2.js

module: named exports for CJS via static analysis

6 лет назад
exports-cases3.js

module: named exports for CJS via static analysis

6 лет назад
file.ext

esm: consolidate ESM loader hooks

5 лет назад
file.unknown

esm: consolidate ESM loader hooks

5 лет назад
globals.js

esm: unwrap WebAssembly.Global on Wasm Namespaces

год назад
globals.wasm

esm: unwrap WebAssembly.Global on Wasm Namespaces

год назад
globals.wat

esm: unwrap WebAssembly.Global on Wasm Namespaces

год назад
import-data-url.mjs

lib,esm: handle bypass network-import via data:

2 года назад
import-esm.mjs

module: support require()ing synchronous ESM graphs

2 года назад
import-invalid-ext.mjs

esm: use correct error arguments

7 лет назад
import-invalid-pjson.mjs

esm: share package.json cache between ESM and CJS loaders

6 лет назад
import-json-named-export.mjs

esm: use import attributes instead of import assertions

3 года назад
import-meta-main.mjs

esm: implement import.meta.main

год назад
import-meta-main.ts

module: fix typescript import.meta.main

год назад
import-name.wasm

module: fix code injection through export names

3 года назад
import-name.wat

module: fix code injection through export names

3 года назад
import-process-exit.mjs

src: only call .ReThrow() if not terminating

7 лет назад
import-resolve-exports.mjs

esm: move hook execution to separate thread

3 года назад
imported-esm.mjs

module: support require()ing synchronous ESM graphs

2 года назад
imports-loose.mjs

esm: --experimental-default-type flag to flip module defaults

3 года назад
imports-noext.mjs

esm: --experimental-default-type flag to flip module defaults

3 года назад
invalid-cjs.js

module: refine module type mismatch error cases

6 лет назад
invalid-export-name-wasm-js.wasm

esm: js-string Wasm builtins in ESM Integration

год назад
invalid-export-name-wasm-js.wat

esm: js-string Wasm builtins in ESM Integration

год назад
invalid-export-name.wasm

esm: js-string Wasm builtins in ESM Integration

год назад
invalid-export-name.wat

esm: js-string Wasm builtins in ESM Integration

год назад
invalid-import-module.wasm

esm: js-string Wasm builtins in ESM Integration

год назад
invalid-import-module.wat

esm: js-string Wasm builtins in ESM Integration

год назад
invalid-import-name-wasm-js.wasm

esm: js-string Wasm builtins in ESM Integration

год назад
invalid-import-name-wasm-js.wat

esm: js-string Wasm builtins in ESM Integration

год назад
invalid-import-name.wasm

esm: js-string Wasm builtins in ESM Integration

год назад
invalid-import-name.wat

esm: js-string Wasm builtins in ESM Integration

год назад
invalid-posix-host.mjs

esm: identify parent importing a url with invalid host

3 года назад
js-string-builtins.wasm

wasm: support js string constant esm import

4 месяца назад
js-string-builtins.wat

wasm: support js string constant esm import

4 месяца назад
json-modules-attributes.mjs

module: link module with a module request record

год назад
json-modules.mjs

esm: use import attributes instead of import assertions

3 года назад
loop.mjs

doc, lib, src, test, tools: fix assorted typos

7 лет назад
loose.js

module: remove --experimental-default-type

2 года назад
message.mjs

loader: fix --inspect-brk

8 лет назад
mjs-file.mjs

esm: phase two of new esm implementation

7 лет назад
noext

module: support main w/o extension, pjson cache

8 лет назад
noext-esm

esm: --experimental-default-type flag to flip module defaults

3 года назад
noext-wasm

esm: --experimental-default-type flag to flip module defaults

3 года назад
pattern-trailing-slash.mjs

module: deprecate trailing slash pattern mappings

5 лет назад
print-3.mjs

esm: add `--import` flag

4 года назад
print-entrypoint.mjs

module: support loading entrypoint as url

2 года назад
process-exit.mjs

src: only call .ReThrow() if not terminating

7 лет назад
reference-error-esm.js

module: mark evaluation rejection in require(esm) as handled

2 года назад
reference-error.mjs

module: support require()ing synchronous ESM graphs

2 года назад
require-cjs.mjs

module: support require()ing synchronous ESM graphs

2 года назад
require-esm-throws-with-loaders.js

esm: move hooks test with others

2 года назад
require-module.js

module: trim off internal stack frames for require(esm) warnings

2 года назад
require-reference-error.cjs

module: support require()ing synchronous ESM graphs

2 года назад
require-syntax-error.cjs

module: support require()ing synchronous ESM graphs

2 года назад
require-throw-error.cjs

module: support require()ing synchronous ESM graphs

2 года назад
required-cjs.js

module: support require()ing synchronous ESM graphs

2 года назад
runmain.mjs

esm: move hook execution to separate thread

3 года назад
runtime-error-esm.js

module: mark evaluation rejection in require(esm) as handled

2 года назад
should-not-be-resolved.mjs

module: support require()ing synchronous ESM graphs

2 года назад
simple.wasm

esm: --experimental-wasm-modules integration support

7 лет назад
simple.wat

esm: --experimental-wasm-modules integration support

7 лет назад
stateful.mjs

esm: consolidate ESM loader hooks

5 лет назад
symlink.mjs

module: skip preserveSymlinks for main

8 лет назад
synchronous-rejection-esm.js

module: mark evaluation rejection in require(esm) as handled

2 года назад
syntax-error.mjs

module: support require()ing synchronous ESM graphs

2 года назад
test-esm-comma,.mjs

lib: fix regular expression to detect `/` and `\`

5 лет назад
test-esm-double-encoding-native%20.mjs

esm: phase two of new esm implementation

7 лет назад
test-esm-ok.mjs

test: move ESM fixtures to fixtures dir

8 лет назад
test-wasm-escape-import-names.mjs

test: split test-esm-wasm.js

9 месяцев назад
test-wasm-globals-all-types.mjs

test: split test-esm-wasm.js

9 месяцев назад
test-wasm-js-string-builtins.mjs

wasm: support js string constant esm import

4 месяца назад
test-wasm-load-exports.mjs

test: split test-esm-wasm.js

9 месяцев назад
test-wasm-non-identifier-exports.mjs

test: split test-esm-wasm.js

9 месяцев назад
test-wasm-reject-wasm-export-names.mjs

test: split test-esm-wasm.js

9 месяцев назад
test-wasm-reject-wasm-import-names.mjs

test: split test-esm-wasm.js

9 месяцев назад
test-wasm-reject-wasm-js-export-names.mjs

test: split test-esm-wasm.js

9 месяцев назад
test-wasm-reject-wasm-js-import-module.mjs

test: split test-esm-wasm.js

9 месяцев назад
test-wasm-reject-wasm-js-import-names.mjs

test: split test-esm-wasm.js

9 месяцев назад
test-wasm-source-phase-dynamic.mjs

test: split test-esm-wasm.js

9 месяцев назад
test-wasm-source-phase-identity-parent.mjs

esm: fix source phase identity bug in loadCache eviction

4 месяца назад
test-wasm-source-phase-identity.mjs

esm: fix source phase identity bug in loadCache eviction

4 месяца назад
test-wasm-source-phase-no-execute-dynamic.mjs

test: split test-esm-wasm.js

9 месяцев назад
test-wasm-source-phase-no-execute.mjs

test: split test-esm-wasm.js

9 месяцев назад
test-wasm-source-phase-not-defined-dynamic.mjs

test: split test-esm-wasm.js

9 месяцев назад
test-wasm-source-phase-not-defined-static.mjs

test: split test-esm-wasm.js

9 месяцев назад
test-wasm-source-phase-static.mjs

test: split test-esm-wasm.js

9 месяцев назад
test-wasm-vm-source-phase-dynamic.mjs

test: split test-esm-wasm.js

9 месяцев назад
test-wasm-vm-source-phase-static.mjs

test: split test-esm-wasm.js

9 месяцев назад
throw-error.mjs

module: support require()ing synchronous ESM graphs

2 года назад
top-level-wasm.wasm

esm: support top-level Wasm without package type

год назад
unimportable.wasm

esm: support source phase imports for WebAssembly

год назад
wasm-dep.mjs

esm: --experimental-wasm-modules integration support

7 лет назад
wasm-function.js

esm: support top-level Wasm without package type

год назад
wasm-modules.mjs

module: add warnings for experimental flags

7 лет назад
wasm-object.js

esm: support top-level Wasm without package type

год назад
wasm-source-phase.js

esm: support source phase imports for WebAssembly

год назад
wasm-string-constants.js

esm: support top-level Wasm without package type

год назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©