Skip to content

transform-it/transform-languageserver

Repository files navigation

Transform Language Server

The transform language server providing code transformations, like CSS to JS, JSON to TypeScript/Flow and so on.

Transformations are based on transform-it.

The language server protocol is an interface between tools and language services. The language service implementing this protocol can be used by tools and editors supporting it, like VS code, Atom, Monaco or Theia.

See the full list of supporting tools here.

alt text

Getting Started

Clone and build transform-languageserver

git clone https://github.com/transform-it/transform-languageserver.git
npm install

Run the Monaco example

cd example
npm install
npm run start

Go to the browser and open http://localhost:3000 to try out the example.

License

MIT

About

The transform language server providing code transformations, like CSS to JS, JSON to TypeScript/Flow and so on.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published