azu
azu
globby's `gitignore` has performance issue. - https://github.com/sindresorhus/globby/issues/50 - https://github.com/webpro-nl/knip/pull/426 https://github.com/fabiospampinato/tiny-readdir-glob-gitignore is better, but it is minor.
For reference, the meta-npm package managers ([ni](https://github.com/antfu/ni) and [ni.zsh](https://github.com/azu/ni.zsh)) recognise bun as a package manager. I think bun is an npm package manager because it has commands similar to most...
https://github.com/tc39/proposals/commit/8fef293ac43c2ae15b4209ce1fec6347c9a0a583 Stage 4ă«ăȘăŁă
I was surprised that this CI passed. There may be no test that passes this path.
đ Example Case: https://twitter.com/azu_re/status/1628934056883912704 https://github.com/textlint/textlint/releases/tag/v13.0.0 > Remove undocumented way to override preset rule option
An editor like [vscode-textlint](https://github.com/taichi/vscode-textlint) can use it.
Can you try next? ``` textlint -f ./custom-formatter.js **/*.md ``` đ `custom-formatter.js` is valid npm module name.
https://github.com/textlint/textlint/tree/master/packages/textlint-tester `inputPath` is similar option, but it require actual file path(tester load the file path as actual file). Presumably you are asking for a pseudo file path to be specified....
`textlint-scripts test` transpile js on the fly. It requires babel loader. - Blocker: https://github.com/babel/babel/pull/15456 - Related: [giltayar/babel-register-esm: Node.js ESM loader similar to babel-register](https://github.com/giltayar/babel-register-esm) đ We can run tests without loader...
[Customization Hooks](https://nodejs.org/api/module.html#customization-hooks) is RC.