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

Revive legacy JS API and restructure legacy spec directory #303

Merged
merged 5 commits into from
May 24, 2024

Commits on May 23, 2024

  1. Revive legacy JS API and restructure legacy spec directory

    - Renames `document/legacy/exceptions` to
      `document/legacy/exception-handling` to match the proposal name.
    - This adds `core` and `js-api` directory in
      `document/legacy/exception-handling`, moves all core spec files into
      `core/`, and restores the deleted legacy JS API files in `js-api/`.
    
    The core legacy spec only contains the EH instructions, which is easier
    to view, but it is hard to precisely carve out the modified part from
    the JS API file, so this adds the whole file for the legacy spec.
    aheejin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    597baa6 View commit details
    Browse the repository at this point in the history
  2. Fix Github CI

    aheejin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    57cc4b1 View commit details
    Browse the repository at this point in the history
  3. Try

    aheejin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a4d148a View commit details
    Browse the repository at this point in the history
  4. typo

    aheejin committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3552766 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c16a7b View commit details
    Browse the repository at this point in the history