microsoft / powerquery-parser

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

Add hex normalization to maybeNormalizeNumber #338

Closed JordanBoltonMN closed 2 years ago

JordanBoltonMN commented 2 years ago

StringUtils.normalizeNumber now works on hex literals. This is not worth immediately pushing out a new version.