All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.sass.js Maven / Gradle / Ivy

There is a newer version: 1.81.0
Show newest version
#!/usr/bin/env node

require('./sass.dart.js');
var library = globalThis._cliPkgExports.pop();
if (globalThis._cliPkgExports.length === 0) delete globalThis._cliPkgExports;

library.load({
  readline: require("readline"),
  chokidar: require("chokidar"),
  util: require("util"),
  stream: require("stream"),
  nodeModule: require("module"),
  fs: require("fs"),
  immutable: require("immutable"),
});

library.cli_pkg_main_0_(process.argv.slice(2));




© 2015 - 2024 Weber Informatics LLC | Privacy Policy