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
I just wanna say that this package is awesome! Being able to create an AbstractSyntaxTree from a SASS file is very cool.
I already use the webpack raw-loader a lot in a project of mine, and now I wanna do something with SASS files as well. I'm thinking of using this package's AbstractSyntaxTree class.
three questions:
If I use raw-loader to get the Sass file content as string, I can just pass it to new AbstractSyntaxTree().parse(sassFileText) right?
If the above is correct: can you expose the AbstractSyntaxTree class to the dist/server.js main in-point?
Can you host sass-lsp-server on NPM, so I can consume it? : )
The text was updated successfully, but these errors were encountered:
@mesqueeb sorry for the late response, you should not use this because im no longer working on it and its not finished, if you still want to use it, you can copy the AbstractSyntaxTree code finish it and publish it yourself.
I just wanna say that this package is awesome! Being able to create an
AbstractSyntaxTree
from a SASS file is very cool.I already use the webpack
raw-loader
a lot in a project of mine, and now I wanna do something with SASS files as well. I'm thinking of using this package'sAbstractSyntaxTree
class.three questions:
raw-loader
to get the Sass file content as string, I can just pass it tonew AbstractSyntaxTree().parse(sassFileText)
right?AbstractSyntaxTree
class to thedist/server.js
main in-point?sass-lsp-server
on NPM, so I can consume it? : )The text was updated successfully, but these errors were encountered: