UNPKG
babel-bridge
Version:
latest (1.12.11)
1.12.11
1.12.10
1.12.9
1.12.8
1.12.6
1.12.5
1.12.4
1.12.3
1.12.2
1.12.1
1.12.0
1.11.0
1.10.2
1.10.1
1.10.0
1.9.2
1.8.1
1.6.0
1.5.1
1.5.0
1.2.2
1.0.0
0.10.0
0.7.0
a 'runtime' parsing expression grammar parser
babel-bridge
/
source
/
BabelBridge
/
BabelBridgeCompileError.coffee
6 lines
(4 loc)
•
264 B
text/coffeescript
View Raw
1
2
3
4
5
6
{defineModule, log, mergeInto, isFunction, formattedInspect,
ErrorWithInfo
} =
require
'art-standard-lib'
defineModule
module
,
class
BabelBridgeCompileError
extends
ErrorWithInfo
constructor:
(message, info) ->
super
message, info,
"BabelBridgeCompileError"