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: Add support for import assertions and JSON modules #12866

Merged
merged 43 commits into from
Dec 15, 2021

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    a5b25bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c97bcf View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

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

Commits on Nov 22, 2021

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

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    53016b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

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

Commits on Dec 12, 2021

  1. Configuration menu
    Copy the full SHA
    d8eeb8f View commit details
    Browse the repository at this point in the history
  2. use ModuleType

    bartlomieju committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    4098ebd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1c5f54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e6f134 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    795dcce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf7c69d View commit details
    Browse the repository at this point in the history
  7. fix

    bartlomieju committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    ce0117f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f06d9ba View commit details
    Browse the repository at this point in the history
  9. update WPT expectations

    bartlomieju committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    4b0cf46 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    694ae08 View commit details
    Browse the repository at this point in the history
  2. JSON module evaluation

    bartlomieju committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    73f20db View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. fmt

    bartlomieju committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    f881a94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54fa3e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. parsing of assertions

    bartlomieju committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    2cabd3c View commit details
    Browse the repository at this point in the history
  2. add ModuleRequest struct

    bartlomieju committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    e4ad657 View commit details
    Browse the repository at this point in the history
  3. import functions

    bartlomieju committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    acc2ac0 View commit details
    Browse the repository at this point in the history
  4. wire up in the CLI

    bartlomieju committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    b1ae3f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4535edb View commit details
    Browse the repository at this point in the history
  6. lint

    bartlomieju committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    6a549ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1cb9bdf View commit details
    Browse the repository at this point in the history
  8. review comments

    bartlomieju committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    37a464c View commit details
    Browse the repository at this point in the history
  9. update TS config for LSP

    bartlomieju committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    da0ba53 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c8be58 View commit details
    Browse the repository at this point in the history
  11. work around bug in deno_ast

    kitsonk committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    519de28 View commit details
    Browse the repository at this point in the history
  12. revert change to display

    bartlomieju committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    853982d View commit details
    Browse the repository at this point in the history
  13. ignore emit for json modules

    kitsonk committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    48590d8 View commit details
    Browse the repository at this point in the history
  14. update output assertions

    bartlomieju committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    9627341 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fb8295f View commit details
    Browse the repository at this point in the history
  16. fmt

    bartlomieju committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    98fdbf7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c533c65 View commit details
    Browse the repository at this point in the history
  18. update WPT

    bartlomieju committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    3fe6133 View commit details
    Browse the repository at this point in the history
  19. update WPT2

    bartlomieju committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    50e9299 View commit details
    Browse the repository at this point in the history
  20. lint

    bartlomieju committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    0428fa6 View commit details
    Browse the repository at this point in the history
  21. pass another WPT test

    bartlomieju committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    265a408 View commit details
    Browse the repository at this point in the history
  22. review comments

    bartlomieju committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    fab5d86 View commit details
    Browse the repository at this point in the history
  23. fix tests

    bartlomieju committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    a5dbc9c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f0662ff View commit details
    Browse the repository at this point in the history