First pass at converting identifiers/words from en-au -> en-us
This commit is contained in:
@@ -20,7 +20,7 @@ var exec = function (loc) {
|
||||
try {
|
||||
var file = fs.readFileSync(loc, "utf8");
|
||||
|
||||
// this normalises syntax and early runtime reference errors since they're
|
||||
// this normalizes syntax and early runtime reference errors since they're
|
||||
// both thrown as SyntaxErrors in acorn
|
||||
// SyntaxError: var null;
|
||||
// ReferenceError: 1++; (runtime)
|
||||
|
||||
Reference in New Issue
Block a user