You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any plans for JavaScript API for sass_api package?
I’ve tried compiling Dart version to JS with dart2js but I’m getting errors:
sass_api.js:4460 Uncaught TypeError: J.getInterceptor$s(...).get$codeUnits is not a function
at Object.get$codeUnits$s (sass_api.js:4460)
at Object.SourceFile$fromString (file.dart:62)
at Object.SpanScanner$ (span_scanner.dart:63)
at Object.Parser$ (parser.dart:52)
at Object.Parser_parseIdentifier (parser.dart:32)
at Object.main (sass_api.dart:30)
at callMain (js_helper.dart:2684)
at js_helper.dart:2684
at js_helper.dart:2684
at dartProgram (js_helper.dart:2684)
The text was updated successfully, but these errors were encountered:
Are there any plans for JavaScript API for
sass_api
package?I’ve tried compiling Dart version to JS with
dart2js
but I’m getting errors:The text was updated successfully, but these errors were encountered: