summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/compare_globals
AgeCommit message (Expand)Author
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2024-01-24Revert "feat: deprecate `window` global (#22057)" (#22084)Bartek Iwańczuk
2024-01-24feat: deprecate `window` global (#22057)Bartek Iwańczuk
2023-12-07fix(ext/node): include non-enumerable keys in `Reflect.ownKeys(globalThis)` (...ud2
2023-09-14refactor: remove `DENO_UNSTABLE_NPM_SYNC_DOWNLOAD` and custom sync functional...David Sherret
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-02-22refactor: use deno_graph for npm specifiers (#17858)David Sherret
2023-02-08fix: use static Reflect methods in nodeGlobalThis proxy (#17696)Kamil Ogórek
2022-11-24fix(npm/check): prioritize exports over types entry (#16788)David Sherret
2022-10-21feat(unstable/npm): initial type checking of npm specifiers (#16332)David Sherret
2022-08-26fix(ext/node): fix global in node env (#15622)Yoshiya Hinosawa