Перейти к файлу
dependabot[bot] e6a6392798
Bump webpack from 5.88.0 to 5.94.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.88.0...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-30 16:47:05 +00:00
.github moving file 2024-03-27 19:02:48 -05:00
.vscode initial commit 2021-12-30 20:13:43 -06:00
src initial commit 2024-03-27 20:35:32 -05:00
.eslintignore initial commit 2021-12-29 11:20:04 -06:00
.eslintrc.js build + lint passes 2022-03-02 10:05:47 -06:00
.gitignore initial commit 2020-05-04 00:42:55 -07:00
.prettierrc initial commit 2020-05-04 00:42:55 -07:00
.vscodeignore initial commit 2020-05-04 00:42:55 -07:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-05-04 00:34:42 -07:00
LICENSE Updating LICENSE to template content 2020-05-04 00:34:44 -07:00
README.md add reference to the sdk 2022-09-29 08:39:03 -05:00
SECURITY.md initial commit 2020-05-04 00:42:55 -07:00
azure-pipelines.yml Update azure-pipelines.yml 2022-03-03 13:50:37 -06:00
package-lock.json Bump webpack from 5.88.0 to 5.94.0 2024-08-30 16:47:05 +00:00
package.json initial commit 2024-04-05 11:20:17 -05:00
tsconfig.json initial commit 2024-03-27 20:35:32 -05:00

README.md

powerquery-formatter

Build Status

This project contains a source code formatter for the Power Query / M language.

  • powerquery-parser: A lexer + parser for Power Query. Also contains features such as type validation.
  • powerquery-language-services: A high level library that wraps the parser for external projects, such as the VSCode extension. Includes features such as Intellisense.
  • vscode-powerquery: The VSCode extension for Power Query language support.
  • vscode-powerquery-sdk: The VSCode extension for Power Query connector SDK.

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.