package.sass.node.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass Show documentation
Show all versions of sass Show documentation
A pure JavaScript implementation of Sass.
require('./sass.dart.js');
const library = globalThis._cliPkgExports.pop();
if (globalThis._cliPkgExports.length === 0) delete globalThis._cliPkgExports;
library.load({
util: require("util"),
stream: require("stream"),
nodeModule: require("module"),
fs: require("fs"),
immutable: require("immutable"),
});
module.exports = library;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy