Releases: microsoft/TypeScript-Website
Releases · microsoft/TypeScript-Website
@typescript/[email protected]
Patch Changes
- Updated dependencies [
441338c
,725841a
]:- @typescript/[email protected]
@typescript/[email protected]
Patch Changes
-
#3038
0ea84b5
Thanks @xiaoxiyao! - Fix the exception when file content is empty -
#3038
0ea84b5
Thanks @xiaoxiyao! - FixmoduleDetection
compiler option is not working -
#3015
6168ef4
Thanks @antfu! - support non-hoistednode_module
structure -
#3072
9f8dea2
Thanks @KiranJKurian! - Fix missing typescript peer dependency -
#3140
26f3e56
Thanks @jakebailey! - Don't depend on DOM types in createDefaultMapFromCDN -
#3000
71776ae
Thanks @antfu! - Handle.d.cts
and.d.mts
files
@typescript/[email protected]
@typescript/[email protected]
@typescript/[email protected]
@typescript/[email protected]
Patch Changes
- 642ea11: Move playground CDN to new, stable URL
@typescript/[email protected]
Patch Changes
- Updated dependencies [642ea11]
- @typescript/[email protected]
@typescript/[email protected]
Patch Changes
- Updated dependencies [642ea11]
- @typescript/[email protected]
[email protected]
Patch Changes
- 46eba14: Initial bump for changesets
@typescript/[email protected]
Patch Changes
- 46eba14: Initial bump for changesets
1.5
- Makes
createDefaultMapFromNodeModules
pull all the.d.ts
files from the node_modules folder, not just the.d.ts
files which were known ahead of time. - Updates the known .d.s files to include ones from TypeScript 5.1 beta.
1.3
- Adds a JS file into the npm tarball for using with a vanilla script tag, which sets
global.tsvfs
with exported function.
Unpkg URLS:
1.2
Updates createFSBackedSystem
to rely more on the default TypeScript system object which should see twoslash code samples re-using the node_modules from the local project.
0.0 - 1.0 - 1.1
Created the lib, got it working