ZHAO Jin-Xiang
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
packages/compiler-core/src/tokenizer.ts
|
|
@ -819,7 +819,7 @@ export default class Tokenizer { |
|
|
|
} |
|
|
|
} |
|
|
|
private stateBeforeDeclaration(c: number): void { |
|
|
|
if (c === CharCodes.LeftSqaure) { |
|
|
|
if (c === CharCodes.LeftSquare) { |
|
|
|
this.state = State.CDATASequence |
|
|
|
this.sequenceIndex = 0 |
|
|
|
} else { |
|
|
|