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

Source map support #163

Merged
merged 21 commits into from
Oct 18, 2021
Merged

Source map support #163

merged 21 commits into from
Oct 18, 2021

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    769a432 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcae22a View commit details
    Browse the repository at this point in the history
  3. source-map: Remove excess .join("\n")s

    Such joins stringify SourceNode's prematurally
    Mingun committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    de0ad72 View commit details
    Browse the repository at this point in the history
  4. source-map: Do not join arrays prematurely

    Again, this prevents premature stringification of the SourceNodes
    Mingun committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    4ad80de View commit details
    Browse the repository at this point in the history
  5. source-map: Remove yet another premature join

    Here just for uniformity
    Mingun committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    9bdf8eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa5da47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d482541 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6eece33 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b7d69d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b352e92 View commit details
    Browse the repository at this point in the history
  11. source-map: Implement API for producing source maps

    Regenerate parser, add documentation and tests
    Mingun committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    c08e4d8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cadc935 View commit details
    Browse the repository at this point in the history
  13. source-map: Do not break process until generated code/source map will…

    … be written
    
    Also exit with error code 2 when CLI fails because of invalid test input
    and update CLI tests to check exit code
    Mingun committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    ef9f014 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e47b5f4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e5b1ebf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1ee49ab View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fe39cbf View commit details
    Browse the repository at this point in the history
  18. source-map: Alternative API: new output mode "source-and-map" instead…

    … of `sourceMap` flag
    Mingun committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    6f57b4a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    4ee3472 View commit details
    Browse the repository at this point in the history
  2. Update all dependencies

    Mingun committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    0ac78fd View commit details
    Browse the repository at this point in the history
  3. Only run lint on latest node, rather than holding back eslint to an o…

    …lder version or dropping node 10 support.
    hildjj authored and Mingun committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    53f3d12 View commit details
    Browse the repository at this point in the history