summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compat
AgeCommit message (Expand)Author
2022-09-03BREAKING(unstable): remove --compat mode (#15678)Bartek Iwańczuk
2022-07-20chore: use import.meta.resolve() in tests (#15256)Bartek Iwańczuk
2022-06-14feat(test): update test summary report (#14629)Mark Ladyshau
2022-05-17BREAKING(unstable): Enable Deno namespace in workers by default (#14581)Nayeem Rahman
2022-05-13chore: update test_util/std/ submodule (#14595)Bartek Iwańczuk
2022-05-09feat(test): Represent uncaught errors (#14513)Nayeem Rahman
2022-05-09feat(test): change "failures:" headers in test report (#14490)Bartek Iwańczuk
2022-05-05feat(test): Show Deno.test() call locations for failures (#14484)Nayeem Rahman
2022-04-16fix(cli/tools/test): Prefix test module paths with "./" (#14301)Nayeem Rahman
2022-04-16feat(test): use structured data for JavaScript errors in tests (#14287)Bartek Iwańczuk
2022-04-11feat(test): Improve testing report output (#14255)Bartek Iwańczuk
2022-03-11fix(compat): cjs/esm interop for dynamic imports (#13792)Bartek Iwańczuk
2022-02-27feat(compat): CJS/ESM interoperability (#13553)Bartek Iwańczuk
2022-02-17v1.19.0Bartek Iwańczuk
2022-02-11compat: support --compat in web workers (#13629)Bartek Iwańczuk
2022-02-04chore: forward v1.18.2 to main (#13595)Bartek Iwańczuk
2022-01-27chore: forward v1.18.1 to main (#13514)Bartek Iwańczuk
2022-01-201.18.0Divy Srivastava
2022-01-13chore: forward v1.17.3 to main (#13364)Bartek Iwańczuk
2022-01-06chore: forward 1.17.2 to main (#13295)Bartek Iwańczuk
2021-12-30feat(test): Add support for "deno test --compat" (#13235)Steven Guerrero
2021-12-22chore: merge v1.17.1 into main (#13184)Bartek Iwańczuk
2021-12-16v1.17.0Bartek Iwańczuk
2021-12-04chore: merge v1.16.4 into main (#12984)Luca Casonato
2021-11-24chore: merge v1.16.3 into main (#12892)Bert Belder
2021-11-24compat: support compat mode in REPL (#12882)Bartek Iwańczuk
2021-11-171.16.2 (#12794)David Sherret
2021-11-11v1.16.1Luca Casonato
2021-11-08feat(compat): add .code to dyn import error (#12633)Yoshiya Hinosawa
2021-10-28feat(compat): integrate import map and classic resolutions in ESM resolution ...Bartek Iwańczuk
2021-10-18feat(unstable): Node CJS and ESM resolvers for compat mode (#12424)Bartek Iwańczuk
2021-10-11refactor: integrate deno_graph into CLI (#12369)Kitson Kelly
2021-10-06feat(compat): inject Node globals (#12342)Bartek Iwańczuk
2021-10-06feat(compat): add support for node: prefixed built-ins (#12337)Bartek Iwańczuk
2021-10-05feat: add --compat flag to provide built-in Node modules (#12293)Bartek Iwańczuk