-
Notifications
You must be signed in to change notification settings - Fork 65
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
Source map support #163
Commits on Oct 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 769a432 - Browse repository at this point
Copy the full SHA 769a432View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcae22a - Browse repository at this point
Copy the full SHA fcae22aView commit details -
source-map: Remove excess
.join("\n")
sSuch joins stringify SourceNode's prematurally
Configuration menu - View commit details
-
Copy full SHA for de0ad72 - Browse repository at this point
Copy the full SHA de0ad72View commit details -
source-map: Do not join arrays prematurely
Again, this prevents premature stringification of the SourceNodes
Configuration menu - View commit details
-
Copy full SHA for 4ad80de - Browse repository at this point
Copy the full SHA 4ad80deView commit details -
source-map: Remove yet another premature join
Here just for uniformity
Configuration menu - View commit details
-
Copy full SHA for 9bdf8eb - Browse repository at this point
Copy the full SHA 9bdf8ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa5da47 - Browse repository at this point
Copy the full SHA fa5da47View commit details -
Configuration menu - View commit details
-
Copy full SHA for d482541 - Browse repository at this point
Copy the full SHA d482541View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eece33 - Browse repository at this point
Copy the full SHA 6eece33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b7d69d - Browse repository at this point
Copy the full SHA 8b7d69dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b352e92 - Browse repository at this point
Copy the full SHA b352e92View commit details -
source-map: Implement API for producing source maps
Regenerate parser, add documentation and tests
Configuration menu - View commit details
-
Copy full SHA for c08e4d8 - Browse repository at this point
Copy the full SHA c08e4d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cadc935 - Browse repository at this point
Copy the full SHA cadc935View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ef9f014 - Browse repository at this point
Copy the full SHA ef9f014View commit details -
Configuration menu - View commit details
-
Copy full SHA for e47b5f4 - Browse repository at this point
Copy the full SHA e47b5f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5b1ebf - Browse repository at this point
Copy the full SHA e5b1ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ee49ab - Browse repository at this point
Copy the full SHA 1ee49abView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe39cbf - Browse repository at this point
Copy the full SHA fe39cbfView commit details -
source-map: Alternative API: new output mode "source-and-map" instead…
… of `sourceMap` flag
Configuration menu - View commit details
-
Copy full SHA for 6f57b4a - Browse repository at this point
Copy the full SHA 6f57b4aView commit details
Commits on Oct 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4ee3472 - Browse repository at this point
Copy the full SHA 4ee3472View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ac78fd - Browse repository at this point
Copy the full SHA 0ac78fdView commit details -
Only run lint on latest node, rather than holding back eslint to an o…
…lder version or dropping node 10 support.
Configuration menu - View commit details
-
Copy full SHA for 53f3d12 - Browse repository at this point
Copy the full SHA 53f3d12View commit details