Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-15 | fix: re-add Response.json static method (#17061) | Leo Kettmeir | |
Same as #16040 | |||
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 | |