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

Add support for V8 intrinsics via Babel #6496

Merged
merged 1 commit into from Oct 9, 2019

Commits on Oct 9, 2019

  1. Add support for V8 intrinsics via Babel

    This plugin was recently added on Babel side and allows to parse custom syntax for V8 intrinsics.
    
    They don't clash with any real-world JavaScript syntax, so adding this option should be as safe as any other plugin, and would allow to format JavaScript that uses such intrinsics (e.g. code inside Node.js or V8 itself).
    RReverser committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    df759cb View commit details
    Browse the repository at this point in the history