index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
integration
/
compat_tests.rs
Age
Commit message (
Expand
)
Author
2022-03-15
disable flakes (#13962)
Ryan Dahl
2022-03-12
test: fix flaky compat tests (#13921)
Bartek Iwańczuk
2022-03-11
fix(compat): cjs/esm interop for dynamic imports (#13792)
Bartek Iwańczuk
2022-02-27
feat(compat): CJS/ESM interoperability (#13553)
Bartek Iwańczuk
2022-02-11
compat: support --compat in web workers (#13629)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2022-01-03
feat(compat) preload Node.js built-in modules in global vars REPL (#13127)
VishnuJin
2021-12-30
feat(test): Add support for "deno test --compat" (#13235)
Steven Guerrero
2021-11-24
compat: support compat mode in REPL (#12882)
Bartek Iwańczuk
2021-11-24
chore: speed up compat tests (#12884)
Bartek Iwańczuk
2021-11-08
feat(compat): add .code to dyn import error (#12633)
Yoshiya Hinosawa
2021-10-28
feat(compat): integrate import map and classic resolutions in ESM resolution ...
Bartek Iwańczuk
2021-10-21
compat: add DENO_NODE_COMPAT_URL env variable (#12508)
Bartek Iwańczuk
2021-10-18
feat(unstable): Node CJS and ESM resolvers for compat mode (#12424)
Bartek Iwańczuk
2021-10-11
feat(compat): pin specific version of std/node (#12396)
Bartek Iwańczuk
2021-10-08
feat(compat): inject Node globals in REPL (#12352)
Bartek Iwańczuk
2021-10-06
feat(compat): inject Node globals (#12342)
Bartek Iwańczuk
2021-10-06
feat(compat): add support for node: prefixed built-ins (#12337)
Bartek Iwańczuk
2021-10-05
feat: add --compat flag to provide built-in Node modules (#12293)
Bartek Iwańczuk