PowerShell / DSC

This repo is for the DSC v3 project
MIT License
197 stars 26 forks source link

Simplify the build for tree-sitter parser #229

Closed daxian-dbw closed 11 months ago

daxian-dbw commented 11 months ago

PR Summary

Simplify the build for tree-sitter parser. There seems to be no need to run node-gyp configure and node-gyp build.

With this change, there will be much less node modules installed to the local node_modules folder, which will make the CIs slightly faster.