microsoft / powerquery-parser

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

Rewrite idUtils #364

Closed JordanBoltonMN closed 1 year ago

JordanBoltonMN commented 1 year ago

Updates the file idUtils with some new patterns and hardens the validations. Preps the codebase for a follow-up PR which will make the RecursivePrimaryExpression weirdness more re-usable.