microsoft / powerquery-parser

A parser for the Power Query / M formula language, written in TypeScript
MIT License
111 stars 25 forks source link

Bugfix readClosingTokenKindAsConstant #331

Closed JordanBoltonMN closed 2 years ago

JordanBoltonMN commented 2 years ago

There was an issue where the new function readClosingTokenKindAsConstant wasn't starting a context before throwing an exception, meaning it would corrupt the NodeKinds in the context stack.