Files
DefinitelyTyped/babel-traverse
Micha Reiser e41b464073 Fix babel-traverse buildCodeFrameError signature (#11654)
The Error argument is not an error instance, instead it is a constructor function that returns an error instance. 
Additionally, the constructor function is optional, by default SyntaxError is used
2016-10-03 22:14:07 +09:00
..