Double quotes

This commit is contained in:
Amjad Masad 2016-01-12 17:30:53 -08:00
parent 0d9459dbb6
commit add96d626d

View File

@ -1,7 +1,7 @@
import repeating from "repeating";
import * as t from "babel-types";
const NON_ALPHABETIC_UNARY_OPERATORS = t.UPDATE_OPERATORS.concat(t.NUMBER_UNARY_OPERATORS).concat(['!']);
const NON_ALPHABETIC_UNARY_OPERATORS = t.UPDATE_OPERATORS.concat(t.NUMBER_UNARY_OPERATORS).concat(["!"]);
export function WithStatement(node: Object) {
this.keyword("with");