fix 6to5-node blacklist
This commit is contained in:
parent
7df0d0530f
commit
526e743c58
@ -41,7 +41,7 @@ to5.register({
|
||||
var _eval = function (code, filename) {
|
||||
code = to5.transform(code, {
|
||||
filename: filename,
|
||||
blacklist: ["useStrict"].concat(opts.blacklist),
|
||||
blacklist: ["useStrict"].concat(program.blacklist || []),
|
||||
whitelist: program.whitelist,
|
||||
experimental: program.experimental,
|
||||
playground: program.playground
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user