dbgate-tools
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -163,10 +163,10 @@ "use strict"; | ||
break; | ||
// case BACKTICK: | ||
case SINGLE_QUOTE: | ||
case DOUBLE_QUOTE: | ||
// case BACKTICK: { | ||
// read(context, findResult.nextIndex); | ||
// const findQuoteResult = findEndQuote(context.unread, findResult.exp); | ||
// read(context, findQuoteResult.nextIndex, undefined, false); | ||
// break; | ||
// } | ||
case DOUBLE_QUOTE: { | ||
read(context, findResult.nextIndex); | ||
const findQuoteResult = findEndQuote(context.unread, findResult.exp); | ||
read(context, findQuoteResult.nextIndex, undefined, false); | ||
break; | ||
} | ||
case DOUBLE_DASH_COMMENT_START: { | ||
@@ -173,0 +173,0 @@ if (context.retainComments) { |
{ | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"name": "dbgate-tools", | ||
@@ -4,0 +4,0 @@ "main": "lib/index.js", |
42607