[browser] Clean-up typescript code imported from Blazor (#89435)
authorMarek Fišera <mara@neptuo.com>
Sat, 29 Jul 2023 16:45:05 +0000 (18:45 +0200)
committerGitHub <noreply@github.com>
Sat, 29 Jul 2023 16:45:05 +0000 (18:45 +0200)
commit7a9ff69fd75e717f69e24e8ba7c6762a6c2006e4
tree54b0ae4f902c6bfd86a781bb923310de32967366
parent8be0ec5d7a960c71c338685c2ab6ae8617a049ac
[browser] Clean-up typescript code imported from Blazor (#89435)
28 files changed:
src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets
src/mono/wasm/Wasm.Build.Tests/ProjectProviderBase.cs
src/mono/wasm/runtime/dotnet.d.ts
src/mono/wasm/runtime/lazyLoading.ts
src/mono/wasm/runtime/loader/assets.ts
src/mono/wasm/runtime/loader/assetsCache.ts [new file with mode: 0644]
src/mono/wasm/runtime/loader/blazor/BootConfig.ts [deleted file]
src/mono/wasm/runtime/loader/blazor/WebAssemblyResourceLoader.ts [deleted file]
src/mono/wasm/runtime/loader/blazor/_Integration.ts [deleted file]
src/mono/wasm/runtime/loader/blazor/_Polyfill.ts [deleted file]
src/mono/wasm/runtime/loader/config.ts
src/mono/wasm/runtime/loader/globals.ts
src/mono/wasm/runtime/loader/icu.ts
src/mono/wasm/runtime/loader/libraryInitializers.ts
src/mono/wasm/runtime/loader/polyfills.ts
src/mono/wasm/runtime/loader/run.ts
src/mono/wasm/runtime/satelliteAssemblies.ts
src/mono/wasm/runtime/snapshot.ts
src/mono/wasm/runtime/startup.ts
src/mono/wasm/runtime/types/blazor.ts [deleted file]
src/mono/wasm/runtime/types/index.ts
src/mono/wasm/runtime/types/internal.ts
src/tasks/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/BootJsonBuilderHelper.cs [new file with mode: 0644]
src/tasks/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/BootJsonData.cs
src/tasks/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/GenerateWasmBootJson.cs
src/tasks/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks.csproj
src/tasks/WasmAppBuilder/WasmAppBuilder.cs
src/tasks/WasmAppBuilder/WasmAppBuilder.csproj