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

Use Asynchronous Code for Loading Modules #1471

Merged
merged 28 commits into from
Sep 7, 2023
Merged

Commits on Aug 20, 2023

  1. Add async loading code

    leeyi45 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    f9cdfb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5efb8a5 View commit details
    Browse the repository at this point in the history
  3. Update stepper to be async

    leeyi45 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    8c5a7ac View commit details
    Browse the repository at this point in the history
  4. Add assert and misc utils

    leeyi45 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    82f6e60 View commit details
    Browse the repository at this point in the history
  5. Update transpiler to be async

    leeyi45 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    78117c5 View commit details
    Browse the repository at this point in the history
  6. Update runners

    leeyi45 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    7999355 View commit details
    Browse the repository at this point in the history
  7. Add new import options

    leeyi45 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    065373f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efd0eae View commit details
    Browse the repository at this point in the history
  9. Relocate typeguards

    leeyi45 committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    606fc48 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bdac127 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c27adf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    dcaf6d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0463da1 View commit details
    Browse the repository at this point in the history
  3. Remove old code

    leeyi45 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    03b1909 View commit details
    Browse the repository at this point in the history
  4. Update options

    leeyi45 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6f354b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4aab882 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a79eb15 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Ran format

    leeyi45 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    39857cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7222d5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85bc39e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d88e29 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Merge remote-tracking branch 'origin/master' into module-loader-async

    # Conflicts:
    #	src/stepper/__tests__/stepper.ts
    leeyi45 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    4d12e67 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    b905d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab82c54 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    950c1ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca642bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1be50cc View commit details
    Browse the repository at this point in the history
  4. Merge branch 'module-loader-async' of github.com:source-academy/js-sl…

    …ang into module-loader-async
    leeyi45 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9c08022 View commit details
    Browse the repository at this point in the history