ace-legacy-linters
v1.0.2
Published
drop-in replacements for legacy Ace Editor worker files
Readme
ace-legacy-linters
This package contains drop-in replacements for legacy Ace Editor worker files.
Its purpose is simple:
- build standalone worker scripts that can replace legacy Ace workers
- keep the existing Ace worker loading flow unchanged
- provide updated linting or syntax-checking behavior without modifying Ace itself
The generated files are intended to be used in place of the corresponding Ace worker assets, such as files under
ace-builds/src or ace-builds/src-noconflict.
Currently this package replaces these Ace workers:
worker-php.jsworker-lua.jsworker-html.jsworker-json.jsworker-css.jsworker-xml.jsworker-yaml.jsworker-javascript.js
This package is not a general-purpose language service layer. It is only for compatibility replacements of legacy Ace workers.
