microsoft / powerquery-parser

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

Update AsExpression and IsExpression to match formal spec #367

Closed JordanBoltonMN closed 1 year ago

JordanBoltonMN commented 1 year ago

The formal spec for AsExpression and IsExpression changed some time ago. This refactor brings it up to date with that spec.