littledivy / deno_sass

:rocket: Cute Sass compiler bindings to Deno.
MIT License
12 stars 1 forks source link

Abort Trap 6 #4

Open lawwantsin opened 4 years ago

lawwantsin commented 4 years ago

Describe the bug I can't compile using this library at all. Always get an obtuse Abort trap 6 error. Similar to this issue I suspect. https://github.com/webpack-contrib/sass-loader/issues/65

To Reproduce Steps to reproduce the behavior: Run the example in this repo. deno run --unstable -A examples/compile.ts

Expected behavior Compiles. Instead I get. INFO load deno plugin "deno_sass" from local "~/Web/deno-sass/.deno_plugins/deno_sass_46a31ad88ea58f495e4eba92605824a4.dylib" Abort trap: 6

Desktop (please complete the following information):

Additional context I just tried to compile example to make sure it was working as it's same error (never worked) in my main deno project.

littledivy commented 4 years ago

Thank you for opening the issue. I'll investigate more on this.

littledivy commented 4 years ago

https://github.com/sass/node-sass/issues/586 seems like the issue why it is breaking. The example you are running has imports. @lawwantsin Can you trying compiling sass which does not use imports?