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

Support ECMAScript modules (export/import statements, modules definition) #1054

Merged
merged 32 commits into from
Mar 3, 2022

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    94649e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac94434 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    219a74e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f996b2 View commit details
    Browse the repository at this point in the history
  5. Export default

    christianrondeau committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    7f273eb View commit details
    Browse the repository at this point in the history
  6. Rename imports

    christianrondeau committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    562c9e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43536ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4bfcb50 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ba4337d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f4c0aa0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c8bd77 View commit details
    Browse the repository at this point in the history
  12. Only run module path resolution tests on NET6 (see details)

    The test is green but the release folder changes for NET461 and would require code just to make the test run on GitHub
    christianrondeau committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    320e8c6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eddc472 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eefaeae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    171b360 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc21191 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9061929 View commit details
    Browse the repository at this point in the history
  18. Refactor

    christianrondeau committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    176a690 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    66f30b7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    95ce1b3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9aae8fe View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    96c6f43 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    81ddf38 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2351c37 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Update ModuleTests.cs

    sebastienros committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    ef4427c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e74771 View commit details
    Browse the repository at this point in the history
  3. Missing new line

    sebastienros committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    d32422e View commit details
    Browse the repository at this point in the history
  4. Missing new line

    sebastienros committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    ef3563b View commit details
    Browse the repository at this point in the history
  5. Rename options

    sebastienros committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    4653d7a View commit details
    Browse the repository at this point in the history
  6. Test c# 10

    sebastienros committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    9e6db8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0600c09 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bcff4e View commit details
    Browse the repository at this point in the history