textlint / editor

textlint editor project.
https://textlint-editor.netlify.app/
MIT License
134 stars 8 forks source link

feat(script-compiler): require id for lint and fix command messages #77

Open otariidae opened 1 year ago

otariidae commented 1 year ago

BREAKING CHANGE: Textlint worker send an error message if id property in received lint and fix messages is missing to avoid race conditions by design

Closes #72

azu commented 1 year ago