
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
@microsoft/powerquery-parser
Advanced tools
A parser for the Power Query/M language, written in TypeScript. Designed to be consumed by other projects.
A minimal example can be found in example.ts which uses the lexAndParse
function located in src/jobs.ts.
The Power Query/M language has an official specification which was used. A few differences were found between the specification used (October 2016) and by the internal parser. These differences are were marked down in spec/notes.md
The project tries avoiding using try/catch
blocks. Instead it prefers to use the Result
type to carry exceptions between boundaries, and Option
for explicit nullability. This means library users should assume public functions won't throw an uncaught exception.
npm install
npm run-script build
npm install
npm test
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.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., label, 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.
FAQs
A parser for the Power Query/M formula language.
The npm package @microsoft/powerquery-parser receives a total of 198 weekly downloads. As such, @microsoft/powerquery-parser popularity was classified as not popular.
We found that @microsoft/powerquery-parser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.