Delete commented code
This commit is contained in:
@@ -412,7 +412,6 @@ export default class Tokenizer extends LocationParser {
|
||||
|
||||
const nextPos = this.state.pos + 1;
|
||||
const next = this.input.charCodeAt(nextPos);
|
||||
// if (isIdentifierStart(next)) {
|
||||
if (
|
||||
(this.hasPlugin("classPrivateProperties") ||
|
||||
this.hasPlugin("classPrivateMethods")) &&
|
||||
|
||||
Reference in New Issue
Block a user