libsass-asm icon indicating copy to clipboard operation
libsass-asm copied to clipboard

Export all libsass interfaces

Open kwonoj opened this issue 7 years ago • 0 comments

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)

kwonoj avatar Jul 14 '18 07:07 kwonoj