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

feat: jsapi core module #1075

Closed
wants to merge 10 commits into from
Closed

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    23cfcb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfe7987 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35b5e23 View commit details
    Browse the repository at this point in the history
  4. Clean up erroneous imports

    Some of them were using global dh instead of the imported dh
    mofojed committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    1f92277 View commit details
    Browse the repository at this point in the history
  5. WIP adding a mock for mocking js api in tests

    - Incomplete, but with this way we should be able to mock the JS API in actual TS instead of the garbage we're doing now
    mofojed committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    8049208 View commit details
    Browse the repository at this point in the history
  6. Clean it up a bit

    - Remove unnecessary comments and logging
    mofojed committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    3d231cc View commit details
    Browse the repository at this point in the history
  7. Remove commented out code

    mofojed committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    73352df View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7dc170e View commit details
    Browse the repository at this point in the history
  9. Clean up warning around import.meta.env

    Needed to add vite/client typings
    mofojed committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    74eb275 View commit details
    Browse the repository at this point in the history
  10. Update target to esnext

    - Needed for top-level await
    mofojed committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    d6ec7d4 View commit details
    Browse the repository at this point in the history