constructor()

in script/lib/variable-collection.ts [25:29]


  constructor(name: string, prefix: string, parent: string | null) {
    this.name = name
    this.prefix = prefix
    this.parent = parent
  }