Skip to content

Commit

Permalink
[browser] Support separation hybrid globalization JS code to es6 modu…
Browse files Browse the repository at this point in the history
…le (#55716)

* Fix.

* Add spaces to restore original formatting.

* Missing space
  • Loading branch information
ilonatommy authored May 27, 2024
1 parent 13a7e9d commit 3da4835
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Components/dotnet-runtime-js/dotnet.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ interface ResourceGroups {
lazyAssembly?: ResourceList;
pdb?: ResourceList;
jsModuleWorker?: ResourceList;
jsModuleGlobalization?: ResourceList;
jsModuleNative: ResourceList;
jsModuleRuntime: ResourceList;
wasmSymbols?: ResourceList;
Expand Down Expand Up @@ -271,6 +272,10 @@ type SingleAssetBehaviors =
* The javascript module for emscripten.
*/
| "js-module-native"
/**
* The javascript module for hybrid globalization.
*/
| "js-module-globalization"
/**
* Typically blazor.boot.json
*/
Expand Down

0 comments on commit 3da4835

Please sign in to comment.