Library to provide intellisense and other language services for the Power Query / M language.
Перейти к файлу
JordanBoltonMN 218854341c
Update LibrarySymbolUtils.createLibrary (#243)
* initial commit

* npm audit fix

* fixes per PR comments

* added at least the happy path test

* added a few unhappy tests, updated kind names

---------

Co-authored-by: Jordan Bolton <jobolton@microsoft.com>
2024-09-17 11:21:33 -05:00
.github Add pr-gated.yml (#237) 2024-03-27 19:26:27 -05:00
.pipelines enough tinkering 2022-06-09 13:42:15 -05:00
.vscode Update extensions.json 2021-12-30 18:05:46 -08:00
src Update LibrarySymbolUtils.createLibrary (#243) 2024-09-17 11:21:33 -05:00
.eslintignore Migrate from tslint to eslint (#137) 2021-12-16 15:10:54 -05:00
.eslintrc.js feat. rename identifiers (#164) 2022-04-26 09:09:23 -05:00
.gitignore
.prettierrc
.vscodeignore Migrate from tslint to eslint (#137) 2021-12-16 15:10:54 -05:00
CODE_OF_CONDUCT.md
LICENSE
README.md add reference to the sdk 2022-09-29 08:39:21 -05:00
SECURITY.md
package-lock.json Update LibrarySymbolUtils.createLibrary (#243) 2024-09-17 11:21:33 -05:00
package.json Update LibrarySymbolUtils.createLibrary (#243) 2024-09-17 11:21:33 -05:00
tsconfig.json Replace `const enum` with `enum` (#238) 2024-03-27 20:49:36 -05:00

README.md

powerquery-language-services

Build Status

This project contains base functionality for implementing a language service for the Power Query / M language.

Build and test

Build

npm install
npm run build

Test

npm test

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.