textlint-ja / textlint-rule-preset-ja-spacing

スペース周りのスタイルを扱うtextlintルールプリセット
https://textlint-ja.github.io/textlint-rule-preset-ja-spacing/
MIT License
73 stars 14 forks source link

Replace match-index with String.prototype.matchAll #55

Open azu opened 1 year ago

azu commented 1 year ago

match-indexString.prototype.matchAll()RegExp Match Indicesに置き換えられるはずです(String.prototype.matchAll()以前に作られたライブラリなので)

置き換えることで依存が減らせます

azu commented 1 year ago

String.prototype.matchAll()はNode.js 12+ RegExp Match IndicesはNode.js 14+なので、サポートが切れるはず