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) include ESM in CDN build #3209

Merged
merged 25 commits into from Jul 3, 2021
Merged

Commits on Jul 2, 2021

  1. (feat) include ESM in CDN build

    aduh95 authored and joshgoebel committed Jul 2, 2021
    Copy the full SHA
    2ca66c3 View commit details
    Browse the repository at this point in the history
  2. Add common ESM build

    aduh95 authored and joshgoebel committed Jul 2, 2021
    Copy the full SHA
    38d6531 View commit details
    Browse the repository at this point in the history
  3. Add header to ESM common dist files

    aduh95 authored and joshgoebel committed Jul 2, 2021
    Copy the full SHA
    aef0cab View commit details
    Browse the repository at this point in the history
  4. Remove TextEncoder uses

    aduh95 authored and joshgoebel committed Jul 2, 2021
    Copy the full SHA
    ddbfae7 View commit details
    Browse the repository at this point in the history
  5. Fix undefined length property

    aduh95 authored and joshgoebel committed Jul 2, 2021
    Copy the full SHA
    5201111 View commit details
    Browse the repository at this point in the history
  6. Test build CDN without ESM support

    aduh95 authored and joshgoebel committed Jul 2, 2021
    Copy the full SHA
    3ebdfb6 View commit details
    Browse the repository at this point in the history
  7. Fix builtInLanguages rollup plugin

    aduh95 authored and joshgoebel committed Jul 2, 2021
    Copy the full SHA
    8b7f34e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    8c246f5 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    7da28cc View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    9afa0f0 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    664cf37 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    3f5834f View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    671d89c View commit details
    Browse the repository at this point in the history
  14. wip

    joshgoebel committed Jul 2, 2021
    Copy the full SHA
    c8f26f5 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    404ee5a View commit details
    Browse the repository at this point in the history
  16. Add Deno tests and CI

    aduh95 authored and joshgoebel committed Jul 2, 2021
    Copy the full SHA
    7e8a07d View commit details
    Browse the repository at this point in the history
  17. fixup! Add Deno tests and CI

    aduh95 authored and joshgoebel committed Jul 2, 2021
    Copy the full SHA
    6989427 View commit details
    Browse the repository at this point in the history
  18. fixup! Add Deno tests and CI

    aduh95 authored and joshgoebel committed Jul 2, 2021
    Copy the full SHA
    8a4f58f View commit details
    Browse the repository at this point in the history
  19. Revert "fixup! Add Deno tests and CI"

    This reverts commit 92b2895,
    10ea6c5, and eba2f2e.
    aduh95 authored and joshgoebel committed Jul 2, 2021
    Copy the full SHA
    667d6e6 View commit details
    Browse the repository at this point in the history
  20. revert to much simpler IIFE build process

    - also build an ESM module in `extra/grammar/dist`
    joshgoebel committed Jul 2, 2021
    Copy the full SHA
    e1ebed2 View commit details
    Browse the repository at this point in the history
  21. add async/await back

    joshgoebel committed Jul 2, 2021
    Copy the full SHA
    101e0b4 View commit details
    Browse the repository at this point in the history
  22. simplify a bit further

    joshgoebel committed Jul 2, 2021
    Copy the full SHA
    be3f395 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2021

  1. Copy the full SHA
    8027a2d View commit details
    Browse the repository at this point in the history
  2. run tests

    joshgoebel committed Jul 3, 2021
    Copy the full SHA
    c23ef0a View commit details
    Browse the repository at this point in the history
  3. try to fix tests

    joshgoebel committed Jul 3, 2021
    Copy the full SHA
    a2a6b33 View commit details
    Browse the repository at this point in the history