1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-03 17:08:35 -05:00
denoland-deno/cli/tests
Bartek Iwańczuk 4fbc51ca46 refactor: move definition of Deno.build from "runtime" to "core" (#18036)
We use information about build in several extension crates like
"ext/node" or "runtime/". In an effort to move "fs" APIs to a separate 
crate it is a prerequisite to have this information available outside 
of the "runtime/" crate.

This commit moves definition of "build" object to "Deno.core" that is 
later forwarded to "Deno.build".
2023-03-10 12:55:19 +09:00
..
integration fix(check): include dts files in tsc roots (#18026) 2023-03-10 12:55:13 +09:00
node_compat chore(ext/node): suppress node compat tests stdout by default (#17909) 2023-03-10 12:43:29 +09:00
testdata refactor: move definition of Deno.build from "runtime" to "core" (#18036) 2023-03-10 12:55:19 +09:00
unit fix(ext/crypto): correctly limit ECDSA and hash algorithms (#18030) 2023-03-10 12:52:00 +09:00
unit_node test(ext/node): add tty_test and util_test (#17868) 2023-02-23 12:28:19 +09:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00