Skip to content

Commit

Permalink
chore: goldstein: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 22, 2024
1 parent 9ab7160 commit d9061ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/keyword-broken-string/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ export default function keywordBrokenString(Parser) {
if (ch === quote)
break;

/* c8 ignore end */
/* c8 ignore start */
if (ch === 92) {
// '\'
out += this.input.slice(chunkStart, this.pos);
Expand Down

0 comments on commit d9061ef

Please sign in to comment.