Skip to content

Conversation

@crisptrutski
Copy link
Contributor

Leverage the new skipValidation flag in source-map to disable unneeded safety checks during source map generation.

Yields large performance boosts, both passively from using the latest version and additionally from using the flag (see mozilla/source-map#150)

Use new flag on `SourceMapGenerator` to skip assertions against mappings, as Traceur is known to produce valid calls. Optimally this would be an option to Traceur, and validation would be enabled in tests, but hard-coding for now.
@johnjbarton
Copy link
Contributor

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2 participants