libsass-asm
libsass-asm copied to clipboard
Export all libsass interfaces
Currently minimal amount of interfaces are wrapped / exposed as factory classes to pass sass-spec tests. Remaining interfaces are below, need to be cwrapped & create correct class.
- [ ] SassContext (https://github.com/kwonoj/libsass-asm/blob/master/src/interop/wrapSassContext.ts)
- [ ] SassValue (https://github.com/kwonoj/libsass-asm/blob/master/src/interop/value/wrapSassValue.ts)
- [ ] SassOptions (https://github.com/kwonoj/libsass-asm/blob/master/src/interop/options/wrapSassOptions.ts)
- [ ] Memory (https://github.com/kwonoj/libsass-asm/blob/master/src/interop/memory/wrapSassMemory.ts)
- [ ] Importer (https://github.com/kwonoj/libsass-asm/blob/master/src/interop/importer/wrapSassImporter.ts)
- [ ] Function (https://github.com/kwonoj/libsass-asm/blob/master/src/interop/function/wrapSassFunction.ts)