constructor()

in lib/lexer.js [75:80]


  constructor(source, filename, position) {
    super(source, filename);
    this.inParam = false;
    this.inPropertyMode = false; // [] 匹配中
    this.inError = false;
  }