summaryrefslogtreecommitdiff
path: root/std/node
AgeCommit message (Collapse)Author
2020-12-29chore(std/node/fs): Remove unnecessary try-catch (#8908)Yuki Tanaka
2020-12-28feat(std/node): adds fs.mkdtemp & fs.mkdtempSync (#8604)Louis-Philippe Perron
2020-12-15feat(std/node): Added os.type (#8591)MVEMCJSUNPE
2020-12-11chore: fixed various misspellings and other typos (#8691)Anh Hong
2020-12-05feat(std/node): Add "setImmediate" and "clearImmediate" to global scope (#8566)Liam Murphy
Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl>
2020-11-27fix(std/node): Inline default objects to ensure correct prototype (#8513)Guy Bedford
2020-11-26feat(std/node/stream): Add Duplex, Transform, Passthrough, pipeline, ↵Steven Guerrero
finished and promises (#7940)
2020-11-24feat(std/node): Port most of node errors (#7934)Steven Guerrero
2020-11-24feat(cli): update to TypeScript 4.1 (#7573)Kitson Kelly
2020-11-21feat(std/node): Add Readable Stream / Writable Stream / errors support (#7569)Steven Guerrero
2020-11-19feat(std/node): add os.totalmem, os.freemem (#8317)Gyubong
2020-11-19fix(std/node): correct typings for global, globalThis, window (#8363)Steven Guerrero
2020-11-17fix(std/node) Fix event extendability (#8409)Steven Guerrero
2020-11-16feat(std/node): Add util.deprecate (#8407)Steven Guerrero
2020-11-16feat(std/node): implement process.nextTick (#8386)Steven Guerrero
2020-11-14build: update dlint to v0.2.10 (#8284)Yusuke Tanaka
Update prebuilt "dlint" binary to v0.2.10 and fix diagnostics for "require-await" rule. Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2020-11-14refactor(std): add std/_util/os.ts module (#8370)Behnam Mohammadi
This commit adds "std/_util/os.ts" module which contains common os detection logic and is browser compatible. Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
2020-11-09feat(std/node): consistent Node.js builtin shapes (#8274)Guy Bedford
2020-11-07fix(std/node): only define Node.js globals when loading std/node/global (#8281)Guy Bedford
2020-11-06docs(std/node/util): add missing JSdoc (#7806)Hanseo Jo
Refs #7487
2020-11-06docs(std/node/url): Added JSDocs for std/node/url (#7805)Bhumij Gupta
2020-11-04docs(std/node/querystring): add missing JSDoc (#8242)ayntee
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code.
2020-11-02feat(std/node/fs): add realpath and realpathSync (#8169)X
2020-10-29feat(std/node/crypto): randomBytes and pbkdf2 (#8191)Steven Guerrero
* crypto * Other thing * Test for pdkdf2 * Add randomBytes * Refactor pbkdf2 * Lint and format
2020-10-26rename(std/testing): rename assert*Contains to assert*Includes (#7951)Tim Reichen
This commit renames two assertion functions to better align with JS API: - assertStringContains -> assertStringIncludes - assertArrayContains -> assertArrayIncludes
2020-10-26fix(std/node): Buffer.copy doesn't work as expected (#8125)Steven Guerrero
2020-10-22upgrade: deno_doc, deno_lint, dprint, swc (#8077)Bartek Iwańczuk
- deno_doc 0.1.13 - deno_lint 0.2.5 - dprint-plugin-typescript 0.32.6 - swc_bundler 0.12.0 - swc_ecmascript 0.11.1
2020-10-14feat(std/fs/node): adding some functions (#7921)ali ahmed
2020-10-13fix(std/encoding): base64 properly encodes mbc and handles Uint8Arrays (#7807)timonson
Fixes #6094 Fixes #4794
2020-10-10Revert "feat(std/node/fs): adding readdir, rename, and some others (#7666)" ↵Bartek Iwańczuk
(#7917) This reverts commit 40324ff74816a99ea061929ece1c6a4ff3078bc3.
2020-10-06feat(std/node/fs): adding readdir, rename, and some others (#7666)ali ahmed
2020-10-06fix(std/node/fs): allow appendFileSync to accept Uint8Array as type for data ↵ali ahmed
(#7835)
2020-10-04docs(std): version all imports in README (#7442)tokiedokie
Use $STD_VERSION in std/ README files to automatically display proper version.
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-09-22feat(std/node): implement getSystemErrorName() (#7624)Schwarzkopf Balázs
2020-09-21chore: add copyright (#7593)tokiedokie
2020-09-18fix(cli/console): always quote and escape inspected strings (#7546)Casper Beyer
2020-09-17feat(std/node) stub out process.stdin, stdout, stderr (#7184)Jarrett Helton
2020-09-15refactor(cli/tests): change std_path to root_path in std_tests() (#7438)tokiedokie
2020-09-14feat(std/node): Add AssertionError class (#7210)Schwarzkopf Balázs
2020-09-13upgrade: deno_doc, deno_lint, dprint, swc (#7434)Bartek Iwańczuk
upgrades: - swc_ecmascript 0.7.7 - dprint-plugin-typescript 0.31.3 - deno_lint 0.2.0 - deno_doc 0.1.9 Split std_lint test into std_lint and unit_test_lint. Added lint ignores to CommonJS files in std/node.
2020-09-08test(std/node): make tests runnable from any directory (#7397)Casper Beyer
This makes std/node tests runnable from any directory by resolving the testdata directory and files relative to the module directory resolved from import.meta.url.
2020-08-31fix no-inner-declaration lint rule (#7287)Yusuke Tanaka
2020-08-27fix(std/node): "events" and "util" modules (#7170)Schwarzkopf Balázs
2020-08-24feat: update to TypeScript 4.0 (#6514)Kitson Kelly
2020-08-21feat(std/node): add URL export (#7132)Benjamin Lupton
2020-08-20fix(std/node): misnamed assert exports (#7123)Schwarzkopf Balázs
2020-08-18feat(std/node): add basic asserts (#7091)Benjamin Lupton
2020-08-12fix: remove @ts-expect-error directives (#7024)Jarrett Helton