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

Fix StitchError stack traces in node #77

Commits on Nov 15, 2017

  1. Fix StitchError stack traces in node

    * Add `babel-plugin-transform-builtin-extend`
    * Subclassing builtin types needs special treatment by babel
      * Without this plugin, in a node environment, a subclass of Error does not actually behave like a true subclass, which manifests itself via a missing stacktrace when a StitchError is thrown
    
    More details [here](babel/babel#3083)
    UnicodeSnowman committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    b1378f5 View commit details
    Browse the repository at this point in the history