azu

Results 512 issues of azu

## Summary Secretlint has used [globby](https://github.com/sindresorhus/globby#gitignore) and globby has [gitignore](https://github.com/sindresorhus/globby#gitignore) option. It is useful that user can use `secretlint --gitignore "**/*"` instead of `secretlint --secretlintignore .gitignore "**/*"`. ### Basic example...

Status: PR Welcome
Status: Proposal

[tc39/proposal-promise-with-resolvers](https://github.com/tc39/proposal-promise-with-resolvers) Deferredを置き換えられる。 - Chrome 119で実装ずみ

ECMAScript: Proposal

The current cache implementation is incomplete. For example, the current cache only sees the meta information of the file, so it cannot be used in CI. In the strategy of...

Status: Proposal

According to the benchmark[^1], Glovestream should be faster than Glovesync. Also, it seems that the bug in the path in Windows is fixed. - refs https://github.com/isaacs/node-glob/issues/74#issuecomment-31548810 [^1]: https://github.com/isaacs/node-glob/tree/97611cd366e5906a4c58df3f5214af843b0a5e63#benchmark-results

Type: Refactoring

Current textlint-tester depend on mocha But, Node.js 18>= support `node:test` as native. We already drop Node.js 16 support #1337 I think it's best to move to `node:test` that doesn't depend...

Status: Proposal

This is Meta Issue that overview for ESM. ## Core - Current(v13): textlint is CJS - Future: textlint will be ESM ## ✅ Rules/Plugins - Current(v13): textlint can load CJS...

Type: Meta

Current `textlint-scripts build` output CJS. However, [textlint v13.0.0](https://textlint.github.io/blog/2023/01/27/textlint-13.html) support native ESM rule. `textlint-scripts` need to support ESM outputs. ## Proposal A Add `textlint-scripts-esm` and `textlint-scripts --esm` like [ts-node](https://github.com/TypeStrong/ts-node) - Require...

Status: Proposal

- https://github.com/textlint/textlint/discussions/833 ## Purpose We want to support suggestion on editor like VSCode. `--fix` is useful but it provide only a single suggestion. Also, User can not excludes some fix...

Status: Proposal

- Blocker: https://github.com/babel/babel/pull/15456

Type: Feature

[@textlint/config-loader](https://github.com/textlint/textlint/tree/master/packages/%40textlint/config-loader) is the only one that treat tetlintrc. We can improve validation on loading textlintrc. ### ✅ Detect invalid rule name - [x] Already Done It is just loading error....

Status: Proposal