summaryrefslogtreecommitdiff
path: root/std/node/global.ts
AgeCommit message (Expand)Author
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-01-25feat(std/node): Add support for process.on("exit") (#8940)Steven Guerrero
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-12-05feat(std/node): Add "setImmediate" and "clearImmediate" to global scope (#8566)Liam Murphy
2020-11-27fix(std/node): Inline default objects to ensure correct prototype (#8513)Guy Bedford
2020-11-19fix(std/node): correct typings for global, globalThis, window (#8363)Steven Guerrero
2020-11-07fix(std/node): only define Node.js globals when loading std/node/global (#8281)Guy Bedford
2020-11-03build: migrate to dlint (#8176)Bartek IwaƄczuk
2020-09-21chore: add copyright (#7593)tokiedokie
2020-08-12fix: Make std work with isolatedModules (#7016)Nayeem Rahman
2020-06-02fix: Better use of @ts-expect-error (#6038)Kitson Kelly
2020-05-26Use ts-expect-error instead of ts-ignore. (#5869)Kitson Kelly
2020-04-30std/node: toString for globals (#5013)Nikolai Vavilov
2020-02-19Enable TS strict mode by default (#3899)Maximilien Mellen
2019-11-19std/node: add some Node.js polyfill to require() (#3382)Kevin (Kun) "Kassimo" Qian
2019-10-09remove std submoduleRyan Dahl
2019-10-04Move deno_std to a more convenient location. (#3057)Ryan Dahl