Language Server Protocol for LiveScript implemented as plugin for Atom editor.
Behind the scene it uses pluggable LiveScript compiler
WIP!
Features:
File is on the fly compiled by LiveScript compiler and any errors are reported.
Very limited at the moment:
There is limited support for imports autocompletion - only
require! {}
and esm flavored import
work.
Provides simple information based on official livescript documentation.
Install livescript-ide-preview to get preview of current file transpiled to js.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.