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.
git clone https://github.com/transform-it/transform-languageserver.git
npm install
cd example
npm install
npm run start
Go to the browser and open http://localhost:3000
to try out the example.