-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
progress for [#2044](#2044) Bundle every package and upload it to a referencable endpoint. Also add the ability for the playground to manage it owns importmap or bundle local libraries automatically.
- Loading branch information
1 parent
2fb62e6
commit 7d2ec8b
Showing
42 changed files
with
3,711 additions
and
2,838 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
common/changes/@typespec/bundler/playground-bundle-storage_2023-10-19-15-01.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@typespec/bundler", | ||
"comment": "Add a new cli `typespec-bundler`", | ||
"type": "none" | ||
}, | ||
{ | ||
"packageName": "@typespec/bundler", | ||
"comment": "Expose a bundle manifest with the relative importmap, package name and version.", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@typespec/bundler" | ||
} |
15 changes: 15 additions & 0 deletions
15
common/changes/@typespec/playground/playground-bundle-storage_2023-10-19-15-01.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@typespec/playground", | ||
"comment": "Ability to configure via `createBrowserHost` if library loading should use system `importmap` or the es-module-shim library with `importmap-shim`. This was added due to the lack of support for external source map in browsers.", | ||
"type": "none" | ||
}, | ||
{ | ||
"packageName": "@typespec/playground", | ||
"comment": "[vite plugin] Provide the ability to configure bundling local libraries with the playground or manage the `importmap` yourself with `skipBundleLibraries` option.", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@typespec/playground" | ||
} |
Oops, something went wrong.