Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[browser] Clean-up typescript code imported from Blazor #89435

Merged
merged 67 commits into from
Jul 29, 2023

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    e1c04bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddff687 View commit details
    Browse the repository at this point in the history
  3. Remove BootConfigResult

    maraf committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    1d9b6d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4677dda View commit details
    Browse the repository at this point in the history
  5. Fixes

    maraf committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d114b30 View commit details
    Browse the repository at this point in the history
  6. Remove _Polyfill.ts

    maraf committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5e8c364 View commit details
    Browse the repository at this point in the history
  7. Fix passing wrong instance of monoConfig by remove the function param…

    …eter and using loaderHelpers
    maraf committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ce5982f View commit details
    Browse the repository at this point in the history
  8. Remove withStartupOptions

    maraf committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9b98975 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3df841c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e0e558 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7baa70d View commit details
    Browse the repository at this point in the history
  12. Always use loadBootConfig

    maraf committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a8f8d8c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ee3418a View commit details
    Browse the repository at this point in the history
  14. Revert test-main.js

    maraf committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f912563 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    726f4c8 View commit details
    Browse the repository at this point in the history
  2. Don't read runtimeAssets

    maraf committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    97b8eea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c4bb33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c496c08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb3188f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86500c5 View commit details
    Browse the repository at this point in the history
  7. Ensure assets collection

    maraf committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    fe7f173 View commit details
    Browse the repository at this point in the history
  8. Remove unused import

    maraf committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f876a67 View commit details
    Browse the repository at this point in the history
  9. Fix deep_merge_config

    maraf committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    652e0ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    41f7e38 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d52aee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1177476 View commit details
    Browse the repository at this point in the history
  13. Update dotnet.d.ts

    maraf committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    cbed599 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    48cab75 View commit details
    Browse the repository at this point in the history
  2. Fix WBT

    maraf committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    dc19914 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b58a64 View commit details
    Browse the repository at this point in the history
  4. Drop assemblyRootFolder

    maraf committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5a82f25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19a05d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06e2de9 View commit details
    Browse the repository at this point in the history
  7. Fix wait_for_all_assets

    maraf committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    fd3afb5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea3daec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d68761 View commit details
    Browse the repository at this point in the history
  10. Revert test-main.js

    maraf committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cfba71d View commit details
    Browse the repository at this point in the history
  11. Fix appsettings

    maraf committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    dfcbf4b View commit details
    Browse the repository at this point in the history
  12. Fix enumerateResources

    maraf committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5bafb73 View commit details
    Browse the repository at this point in the history
  13. Renames

    maraf committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1082f1e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    30136b2 View commit details
    Browse the repository at this point in the history
  15. Drop commented code

    maraf committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c32f602 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7e998bb View commit details
    Browse the repository at this point in the history
  17. Remove compact resource schema

    maraf committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1f67e01 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b30cb93 View commit details
    Browse the repository at this point in the history
  19. Fix WBT

    maraf committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    317a96c View commit details
    Browse the repository at this point in the history
  20. Drop unused isString

    maraf committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1054b19 View commit details
    Browse the repository at this point in the history
  21. Fix resource assemblies

    maraf committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8d1eec8 View commit details
    Browse the repository at this point in the history
  22. Rename config to appsettings

    maraf committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    de7f74b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e855052 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    f625263 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1f16e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1102ee3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d04c549 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a87bd45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35c0ee4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3661d89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    40fc448 View commit details
    Browse the repository at this point in the history
  9. Fix retrieve_asset_download

    maraf committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6a168ac View commit details
    Browse the repository at this point in the history
  10. Feedback

    maraf committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    81b79a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d13807e View commit details
    Browse the repository at this point in the history
  12. Deep merge resources

    maraf committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ef7c8eb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    79f2c42 View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'upstream/main' into WasmTsCleanUp

    # Conflicts:
    #	src/mono/wasm/runtime/loader/globals.ts
    maraf committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    9eda778 View commit details
    Browse the repository at this point in the history
  15. Order items when computing hash

    maraf committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a9f7cf7 View commit details
    Browse the repository at this point in the history
  16. Hotfix WBT

    maraf committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ed81e8e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Fix WBT

    maraf authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    6b3712c View commit details
    Browse the repository at this point in the history