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

chore: vendor Mitt & update project structure #6209

Merged
merged 16 commits into from Jul 14, 2020
Merged

chore: vendor Mitt & update project structure #6209

merged 16 commits into from Jul 14, 2020

Commits on Jul 14, 2020

  1. chore: vendor Mitt into src/common/third-party

    As discussed in #6203 we need to vendor our common dependencies in so
    that when we ship an ESM build all imports point to file paths and do
    not rely on Node resolution (e.g. a browser does not understand `import
    mitt from 'mitt'`).
    jackfranklin committed Jul 14, 2020
    Copy the full SHA
    66c4b6e View commit details
    Browse the repository at this point in the history
  2. vendor docs

    jackfranklin committed Jul 14, 2020
    Copy the full SHA
    351a557 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9bb806a View commit details
    Browse the repository at this point in the history
  4. fix docs

    jackfranklin committed Jul 14, 2020
    Copy the full SHA
    769563b View commit details
    Browse the repository at this point in the history
  5. create vendor dir

    jackfranklin committed Jul 14, 2020
    Copy the full SHA
    ee2d025 View commit details
    Browse the repository at this point in the history
  6. get proj refs working

    jackfranklin committed Jul 14, 2020
    Copy the full SHA
    ca1e184 View commit details
    Browse the repository at this point in the history
  7. references

    jackfranklin committed Jul 14, 2020
    Copy the full SHA
    04f0a54 View commit details
    Browse the repository at this point in the history
  8. docs

    jackfranklin committed Jul 14, 2020
    Copy the full SHA
    da889c5 View commit details
    Browse the repository at this point in the history
  9. restructure test files

    jackfranklin committed Jul 14, 2020
    Copy the full SHA
    aced552 View commit details
    Browse the repository at this point in the history
  10. misc fixes

    jackfranklin committed Jul 14, 2020
    Copy the full SHA
    399be53 View commit details
    Browse the repository at this point in the history
  11. fix install script

    jackfranklin committed Jul 14, 2020
    Copy the full SHA
    7468ce9 View commit details
    Browse the repository at this point in the history
  12. fix api extractor

    jackfranklin committed Jul 14, 2020
    Copy the full SHA
    7250519 View commit details
    Browse the repository at this point in the history
  13. fix broken core

    jackfranklin committed Jul 14, 2020
    Copy the full SHA
    d7bb7e4 View commit details
    Browse the repository at this point in the history
  14. fix up

    jackfranklin committed Jul 14, 2020
    Copy the full SHA
    89b2166 View commit details
    Browse the repository at this point in the history
  15. doc update

    jackfranklin committed Jul 14, 2020
    Copy the full SHA
    594ce45 View commit details
    Browse the repository at this point in the history
  16. help with debugging

    jackfranklin committed Jul 14, 2020
    Copy the full SHA
    14f6d6d View commit details
    Browse the repository at this point in the history