Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-02 | chore: remove std directory (#9361) | Casper Beyer | |
This removes the std folder from the tree. Various parts of the tests are pretty tightly dependent on std (47 direct imports and 75 indirect imports, not counting the cli tests that use them as fixtures) so I've added std as a submodule for now. | |||
2021-01-25 | feat(std/node): Add support for process.on("exit") (#8940) | Steven Guerrero | |
This commit adds support for process.on("exit") by appending a listener to the unload event. Luckily, unload works pretty much the same as on("exit") since it won't schedule any additional work in the even loop either. This commit also solves an error in the Node implementation, since "process.argv" didn't contained the main module route as it was supposed to. | |||
2021-01-10 | update copyright to 2021 (#9081) | Ryan Dahl | |
2020-12-05 | feat(std/node): Add "setImmediate" and "clearImmediate" to global scope (#8566) | Liam Murphy | |
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl> | |||
2020-11-27 | fix(std/node): Inline default objects to ensure correct prototype (#8513) | Guy Bedford | |
2020-11-19 | fix(std/node): correct typings for global, globalThis, window (#8363) | Steven Guerrero | |
2020-11-07 | fix(std/node): only define Node.js globals when loading std/node/global (#8281) | Guy Bedford | |
2020-11-03 | build: migrate to dlint (#8176) | Bartek IwaĆczuk | |
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code. | |||
2020-09-21 | chore: add copyright (#7593) | tokiedokie | |
2020-08-12 | fix: Make std work with isolatedModules (#7016) | Nayeem Rahman | |
2020-06-02 | fix: Better use of @ts-expect-error (#6038) | Kitson Kelly | |
2020-05-26 | Use ts-expect-error instead of ts-ignore. (#5869) | Kitson Kelly | |
2020-04-30 | std/node: toString for globals (#5013) | Nikolai Vavilov | |
2020-02-19 | Enable TS strict mode by default (#3899) | Maximilien Mellen | |
Fixes #3324 Co-authored-by: Kitson Kelly <me@kitsonkelly.com> | |||
2019-11-19 | std/node: add some Node.js polyfill to require() (#3382) | Kevin (Kun) "Kassimo" Qian | |
2019-10-09 | remove std submodule | Ryan Dahl | |
2019-10-04 | Move deno_std to a more convenient location. (#3057) | Ryan Dahl | |
js/deps/https/deno.land/std -> js/std |