[browser] loader ES6 module (#85730)
authorPavel Savara <pavel.savara@gmail.com>
Thu, 11 May 2023 19:02:02 +0000 (21:02 +0200)
committerGitHub <noreply@github.com>
Thu, 11 May 2023 19:02:02 +0000 (21:02 +0200)
commitc6e435b135dab4254baee6e3d3d00672626a8838
tree4ca1f2e6f18dc93677f5f04cf246f46f79f2d04c
parent0d3a0f94d27c7f5527661e2eeb1e281ecd459b51
[browser] loader ES6 module (#85730)
127 files changed:
eng/liveBuilds.targets
eng/testing/tests.browser.targets
src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props
src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript/SecondRuntimeTest.js
src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build/Microsoft.NET.Sdk.WebAssembly.Browser.targets
src/mono/sample/wasm/Directory.Build.targets
src/mono/sample/wasm/browser-advanced/index.html
src/mono/sample/wasm/browser-bench/appstart-frame.html
src/mono/sample/wasm/browser-webpack/Wasm.Browser.WebPack.Sample.csproj
src/mono/sample/wasm/node-webpack/Wasm.Node.WebPack.Sample.csproj
src/mono/wasm/README.md
src/mono/wasm/Wasm.Build.Tests/Blazor/BuildPublishTests.cs
src/mono/wasm/Wasm.Build.Tests/Blazor/MiscTests2.cs
src/mono/wasm/Wasm.Build.Tests/BuildTestBase.cs
src/mono/wasm/Wasm.Build.Tests/NativeRebuildTests/FlagsChangeRebuildTest.cs
src/mono/wasm/Wasm.Build.Tests/NativeRebuildTests/NativeRebuildTestsBase.cs
src/mono/wasm/Wasm.Build.Tests/NativeRebuildTests/NoopNativeRebuildTest.cs
src/mono/wasm/Wasm.Build.Tests/NativeRebuildTests/SimpleSourceChangeRebuildTest.cs
src/mono/wasm/Wasm.Build.Tests/WasmTemplateTests.cs
src/mono/wasm/build/WasmApp.Native.targets
src/mono/wasm/build/WasmApp.targets
src/mono/wasm/runtime/CMakeLists.txt
src/mono/wasm/runtime/assets.ts
src/mono/wasm/runtime/blazor/BootConfig.ts [deleted file]
src/mono/wasm/runtime/blazor/WebAssemblyResourceLoader.ts [deleted file]
src/mono/wasm/runtime/blazor/_Integration.ts [deleted file]
src/mono/wasm/runtime/blazor/_Polyfill.ts [deleted file]
src/mono/wasm/runtime/cancelable-promise.ts
src/mono/wasm/runtime/class-loader.ts
src/mono/wasm/runtime/config.ts [deleted file]
src/mono/wasm/runtime/cwraps.ts
src/mono/wasm/runtime/diagnostics-mock.d.ts
src/mono/wasm/runtime/diagnostics-mock.d.ts.sha256
src/mono/wasm/runtime/diagnostics/index.ts
src/mono/wasm/runtime/diagnostics/mock/environment.ts
src/mono/wasm/runtime/diagnostics/mock/export-types.ts
src/mono/wasm/runtime/diagnostics/mock/index.ts
src/mono/wasm/runtime/diagnostics/mock/types.ts
src/mono/wasm/runtime/diagnostics/server_pthread/index.ts
src/mono/wasm/runtime/diagnostics/server_pthread/ipc-protocol/serializer.ts
src/mono/wasm/runtime/diagnostics/server_pthread/mock-remote.ts
src/mono/wasm/runtime/diagnostics/server_pthread/protocol-socket.ts
src/mono/wasm/runtime/diagnostics/server_pthread/socket-connection.ts
src/mono/wasm/runtime/dotnet-legacy.d.ts
src/mono/wasm/runtime/dotnet.d.ts
src/mono/wasm/runtime/es6/dotnet.es6.extpost.js
src/mono/wasm/runtime/es6/dotnet.es6.lib.js
src/mono/wasm/runtime/es6/dotnet.es6.pre.js
src/mono/wasm/runtime/export-api.ts
src/mono/wasm/runtime/export-types.ts [deleted file]
src/mono/wasm/runtime/exports.ts
src/mono/wasm/runtime/gc-handles.ts
src/mono/wasm/runtime/globals.ts
src/mono/wasm/runtime/http.ts
src/mono/wasm/runtime/hybrid-globalization.ts
src/mono/wasm/runtime/icu.ts
src/mono/wasm/runtime/invoke-cs.ts
src/mono/wasm/runtime/invoke-js.ts
src/mono/wasm/runtime/jiterpreter-interp-entry.ts
src/mono/wasm/runtime/jiterpreter-jit-call.ts
src/mono/wasm/runtime/jiterpreter-support.ts
src/mono/wasm/runtime/jiterpreter-trace-generator.ts
src/mono/wasm/runtime/jiterpreter.ts
src/mono/wasm/runtime/loader/assets.ts [new file with mode: 0644]
src/mono/wasm/runtime/loader/blazor/BootConfig.ts [new file with mode: 0644]
src/mono/wasm/runtime/loader/blazor/WebAssemblyResourceLoader.ts [new file with mode: 0644]
src/mono/wasm/runtime/loader/blazor/_Integration.ts [new file with mode: 0644]
src/mono/wasm/runtime/loader/blazor/_Polyfill.ts [new file with mode: 0644]
src/mono/wasm/runtime/loader/config.ts [new file with mode: 0644]
src/mono/wasm/runtime/loader/exit.ts [new file with mode: 0644]
src/mono/wasm/runtime/loader/globals.ts [new file with mode: 0644]
src/mono/wasm/runtime/loader/icu.ts [new file with mode: 0644]
src/mono/wasm/runtime/loader/index.ts [new file with mode: 0644]
src/mono/wasm/runtime/loader/logging.ts [new file with mode: 0644]
src/mono/wasm/runtime/loader/polyfills.ts [new file with mode: 0644]
src/mono/wasm/runtime/loader/promise-controller.ts [new file with mode: 0644]
src/mono/wasm/runtime/loader/run.ts [new file with mode: 0644]
src/mono/wasm/runtime/loader/worker.ts [new file with mode: 0644]
src/mono/wasm/runtime/logging.ts
src/mono/wasm/runtime/managed-exports.ts
src/mono/wasm/runtime/marshal-to-cs.ts
src/mono/wasm/runtime/marshal-to-js.ts
src/mono/wasm/runtime/marshal.ts
src/mono/wasm/runtime/memory.ts
src/mono/wasm/runtime/modularize-dotnet.md
src/mono/wasm/runtime/net6-legacy/buffers.ts
src/mono/wasm/runtime/net6-legacy/corebindings.ts
src/mono/wasm/runtime/net6-legacy/cs-to-js.ts
src/mono/wasm/runtime/net6-legacy/export-types.ts
src/mono/wasm/runtime/net6-legacy/exports-legacy.ts
src/mono/wasm/runtime/net6-legacy/globals.ts
src/mono/wasm/runtime/net6-legacy/js-to-cs.ts
src/mono/wasm/runtime/net6-legacy/method-binding.ts
src/mono/wasm/runtime/net6-legacy/method-calls.ts
src/mono/wasm/runtime/polyfills.ts
src/mono/wasm/runtime/profiler.ts
src/mono/wasm/runtime/promise-controller.ts [deleted file]
src/mono/wasm/runtime/promise-utils.ts [deleted file]
src/mono/wasm/runtime/pthreads/browser/index.ts
src/mono/wasm/runtime/pthreads/shared/emscripten-replacements.ts
src/mono/wasm/runtime/pthreads/shared/index.ts
src/mono/wasm/runtime/pthreads/worker/index.ts
src/mono/wasm/runtime/rollup.config.js
src/mono/wasm/runtime/roots.ts
src/mono/wasm/runtime/run-outer.ts [deleted file]
src/mono/wasm/runtime/run.ts
src/mono/wasm/runtime/snapshot.ts
src/mono/wasm/runtime/startup.ts
src/mono/wasm/runtime/strings.ts
src/mono/wasm/runtime/types-api.ts [deleted file]
src/mono/wasm/runtime/types.ts [deleted file]
src/mono/wasm/runtime/types/blazor.ts [new file with mode: 0644]
src/mono/wasm/runtime/types/consts.d.ts
src/mono/wasm/runtime/types/export-types.ts [new file with mode: 0644]
src/mono/wasm/runtime/types/index.ts [new file with mode: 0644]
src/mono/wasm/runtime/types/internal.ts [new file with mode: 0644]
src/mono/wasm/runtime/web-socket.ts
src/mono/wasm/runtime/workers/README.md
src/mono/wasm/symbolicator/Program.cs
src/mono/wasm/test-main.js
src/mono/wasm/wasm.proj
src/tasks/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/AssetsComputingHelper.cs
src/tasks/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/ComputeWasmBuildAssets.cs
src/tasks/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/ComputeWasmPublishAssets.cs
src/tasks/Microsoft.NET.Sdk.WebAssembly.Pack.Tasks/GenerateWasmBootJson.cs
src/tasks/WasmAppBuilder/WasmAppBuilder.cs
src/tasks/WasmAppBuilder/WasmAppBuilderBaseTask.cs