node-rs
node-rs copied to clipboard
Node.js bindings ❤️ Rust crates
Both [`ncc`](https://github.com/vercel/ncc/) and [`electron-forge`](https://www.electronforge.io/) rely on [`@vercel/webpack-asset-relocator-loader`](https://github.com/vercel/webpack-asset-relocator-loader) to locate and copy native node assets. `@vercel/webpack-asset-relocator-loader` supports many conventions, works with wildcards, `__dirname` and has special cases for historic ways to...
When using `electron-forge` or `electron-builder` we generally build our Windows apps for both ia32 and x64. On the surface, the optional dependencies route seems like a good idea but it...
能否提供一个获取词性的示例呢? 以及所有词性的清单 谢谢
While `enableAllRules` serves as `"tags": ["recommended"]`, there is no way to specify `"exclude": [...]` and `"include": [...]` as known from `.denolint.json`. Adding arguments `excludeRules` and `includeRules` is not exactly according...
Fix the support of `files.exclude` from `.denolint.json`. It did not work at all. Neither with a directory, nor with a patern. Printing the errors from add_ignore revealed it: lib/: line...
Make it consistent with the `denolint` function. As long as they are not compatile, it's difficult to use `denolint` for the whole project and `lint` for a single file in...
While `enableAllRules` serves as `"tags": ["recommended"]`, there is no way to specify the whole config as known from `.denolint.json`. Passing `RulesConfig` would be better, but it would need to make...
Complete the existing support of `files.exclude`. Once `files.include` is provided, the current directory will not be added to the source directories by default. **BREAKING CHANGE**: If you used `files.include` in...