deno/cli/tests
ud2 d632cce129
fix(dts): make globals available on globalThis (#19438)
This PR changes Web IDL interfaces to be declared with `var` instead of
`class`, so that accessing them via `globalThis` does not raise type
errors.

Closes #13390.
2023-07-03 14:36:55 -04:00
..
integration fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
node_compat fix(ext/node): remove path.toFileUrl (#19536) 2023-06-26 13:08:17 +09:00
testdata fix(npm): handle more reserved words as cjs exports (#19672) 2023-07-01 21:43:17 -04:00
unit fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
unit_node fix(ext/node): ignore cancelled timer when node timer refresh (#19637) 2023-07-02 19:11:34 +00:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00