Optimize the ES6 template delimiter regexp and regexp to detect strings.

Former-commit-id: 6177f2b32f27515cf8edcac6036d0adb58ebfcd0
This commit is contained in:
John-David Dalton
2013-02-16 23:17:17 -08:00
parent 2a2bc44f43
commit 7eadf11145
3 changed files with 3 additions and 3 deletions

View File

@@ -2413,8 +2413,8 @@
});
}
else if (!isStdOut) {
outputUsed = true;
filePath = outputPath || path.join(cwd, basename + '.js');
outputUsed = true;
callback({
'source': debugSource,
'outputPath': filePath