microsoft / powerquery-language-services

Library to provide intellisense and other language services for the Power Query / M language.
MIT License
42 stars 13 forks source link

Refactor validate to follow the standard API return type #216

Closed JordanBoltonMN closed 2 years ago

JordanBoltonMN commented 2 years ago

Most public APIs on this layer return Result<T | undefined, CommonError>. The validate API should do the same.