You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that need to have an external dictionary file even after compiling textlint as a worker.
Can dictionary files also be bundled within the worker?
The text was updated successfully, but these errors were encountered:
No, not at the moment.
because, fs module is not work in browser.
As related, textlint-rule-prh is supported. @textlint/config-inliner inline dictionary file to textlint worker script.
We need to add handling to @textlint/config-inliner for supporing @textlint-ja/morpheme-match.
If .textlintrc has a morpheme-match "dictionaryPathList" set, it will continue to show relative paths even when built with script-compiler.
This means that need to have an external dictionary file even after compiling textlint as a worker.
Can dictionary files also be bundled within the worker?
The text was updated successfully, but these errors were encountered: