aws / language-servers

AWS related Language Servers
Apache License 2.0
19 stars 18 forks source link

Removed "-common" packages #251

Closed aderende closed 3 months ago

aderende commented 3 months ago

Problem

We need to reduce amount of npm packages for publishing YAML/JSON LSP server.

Solution

Removed "-common" packages.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

justinmk3 commented 3 months ago

Why did package-lock.json increase by 8k lines?

We need to reduce amount of npm packages for publishing YAML/JSON LSP server.

What exactly does this mean? What problem is being solved?