weixin_39624461 2020-11-29 17:09 采纳率: 0%
浏览 0

Parallel linting

textlint.4.0 suport --parallel flag as --experimental.

In next, We need to consider following.

  • Improve Performance
  • Stability
  • Add parallel support to TextlintEngine API
  • Currently, just did CLI support
  • Should Engine API support this?

Related

该提问来源于开源项目:textlint/textlint

  • 写回答

5条回答 默认 最新

  • weixin_39624461 2020-11-29 17:09
    关注

    Also, We need relationship with Browser's WebWorker. #299 For example, we want to support Same Worker API and we may create a worker abstraction for /kernel.

    评论

报告相同问题?