mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-28 09:09:00 +02:00
news section!
This commit is contained in:
@@ -93,11 +93,7 @@ class Lexer {
|
||||
token = this.tokens[this.pos++];
|
||||
buffer.push(token);
|
||||
blen++;
|
||||
} while (
|
||||
token !== symbol &&
|
||||
buffer[blen - 2] !== `\\` &&
|
||||
this.pos < this.tokens.length
|
||||
);
|
||||
} while (token !== symbol && buffer[blen - 2] !== `\\` && this.pos < this.tokens.length);
|
||||
// buffer = buffer.join(``);
|
||||
// if (symbol === "`") {
|
||||
// this.parseTemplateString(buffer);
|
||||
|
Reference in New Issue
Block a user