Merge branch 'master' of github.com:babel/babel
This commit is contained in:
@@ -5,8 +5,6 @@ export var metadata = {
|
||||
group: "builtin-setup"
|
||||
};
|
||||
|
||||
export function ExpressionStatement(node) {
|
||||
if (this.get("expression").isIdentifier({ name: "debugger" })) {
|
||||
this.remove();
|
||||
}
|
||||
export function DebuggerStatement(node) {
|
||||
this.remove();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user