Anonymous - 2018-06-01

Originally posted by: saper

I think something has to be done with sass types. It should be possible to have them in JavaScript and use whatever implementation someone wishes to use (there are many packages for CSS colors for example).

I think the binding should provide a nicer interface and he hacks we have around it in JS should go away one way or the another.

If we separate the JS/CLI part and there is a clean binary API then we have an module with its own versioning.

The only thing that remains is the underlying version of libsass - the ABI there does not seem to change often but of course different kinds of inputs are supported for SCSS and they generate different outputs.

I make extensive use of LIBSASS_EXT facility so that it is easy to double version things for me (bindings API 1.1 libsass 3.5.0 beta 2) but that's not very semver or whatever.