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
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
I am trying to use node-saas with custom importer function. The reason I am doing this is, I don't directly read from file, instead I am compiling saas from in-memory strings.
Hello,
I am trying to use node-saas with custom importer function. The reason I am doing this is, I don't directly read from file, instead I am compiling saas from in-memory strings.
In importer function,
in case I can't find the partial how should I handle this error so it fails gracefully?
https://github.com/sass/node-sass#importer-starting-from-v2
Should I
return null;
ordone(null);
? Or should I simply throw anew Error("File not found")
?The text was updated successfully, but these errors were encountered: