Matsuuu / custom-elements-language-server

Custom Elements Language Server provides useful language features for Web Components. Features include code actions, completions, diagnostics and more.
BSD 3-Clause "New" or "Revised" License
83 stars 0 forks source link

Cem analyzer built in #21

Closed Matsuuu closed 1 year ago

Matsuuu commented 1 year ago

A quite barebones setup for having a CEM analyzer built into the LS itself. This allows us to not rely on the user updating the CEM all of the time themselves.

Might contain some small things that need improvements but let's merge it for now.

Now if ever we need to set the CEM collection updater to work on watchers instead of just on a "on request" basis