Urara-Blog/node_modules/.pnpm-store/v3/files/12/277c2953fce82a043492f95c9b05c9fb3195dd42e4900de7361a9a3f6fb9f7d6931f32a79995ee0c2cfca74e2a328061ee7c9868bbbdeaff60376e394b980e
2022-08-14 01:14:53 +08:00

15 lines
448 B
Text

### 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:
- https://unpkg.com/browse/@typescript/vfs@dist/vfs.globals.js
### 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