Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-14 | feat: TypeScript 5.6 and `npm:@types/node@22` (#25614) | David Sherret | |
2024-08-29 | docs: refer to `globalThis` instead of `window` in declaration files (#25286) | Asher Gomez | |
2024-07-28 | fix(types): fix streams types (#24770) | Kenta Moriuchi | |
2024-07-22 | fix(types): Conform lib.deno_web.d.ts to lib.dom.d.ts and lib.webworker.d.ts ↵ | Kenta Moriuchi | |
(#24599) Fix #24578 Fix #21981 | |||
2024-07-03 | feat: Upgrade to TypeScript 5.5.2 (#24326) | Bartek Iwańczuk | |
This commit upgrades TypeScript to 5.5.2. https://devblogs.microsoft.com/typescript/announcing-typescript-5-5/ | |||
2024-07-02 | feat(ext/web): add `Blob.prototype.bytes()` (#24148) | Kenta Moriuchi | |
2024-05-23 | feat(ext/fetch): `Request.bytes()` and `Response.bytes()` (#23823) | Asher Gomez | |
Closes #23790 | |||
2024-05-19 | fix: add missing `URL.parse` types (#23893) | Kenta Moriuchi | |
2024-05-08 | fix: upgrade TypeScript from 5.4.3 to 5.4.5 (#23740) | David Sherret | |
https://github.com/denoland/TypeScript/pull/11 | |||
2024-04-12 | chore: remove repetitive words (#23341) | youngwendy | |
Signed-off-by: youngwendy <clonefetch@outlook.com> | |||
2024-03-26 | feat: TypeScript 5.4 (#23086) | David Sherret | |
Fork PR: https://github.com/denoland/TypeScript/pull/10 Closes #23080 | |||
2023-12-06 | feat: TypeScript 5.3 (#21480) | David Sherret | |
https://github.com/denoland/TypeScript/pull/9 | |||
2023-11-20 | docs: typo fixlet in worker type comment (#21268) | Jérôme Benoit | |
2023-10-23 | docs(event): fixlets to code comments (#20944) | Jérôme Benoit | |
2023-09-09 | feat: TypeScript 5.2 (#20425) | David Sherret | |
Without `using` declarations or decorator metadata (waiting for that in v8). | |||
2023-08-23 | fix: add missing `URL.canParse()` types (#20244) | Asher Gomez | |
Reference: https://developer.mozilla.org/en-US/docs/Web/API/URL/canParse_static | |||
2023-07-04 | feat: upgrade to TypeScript 5.1.6 (#19695) | David Sherret | |
Integrates https://github.com/denoland/TypeScript/pull/7 | |||
2023-03-21 | feat: TypeScript 5.0.2 (except decorators) (#18294) | David Sherret | |
This upgrades TypeScript to 5.0.2, but does not have ES decorator support because swc does not support that yet. | |||
2022-12-07 | feat: upgrade to TypeScript 4.9.3 (#16973) | David Sherret | |
Updated from: https://github.com/denoland/TypeScript/pull/2 | |||
2022-11-25 | refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820) | David Sherret | |