数通智联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
418 B

2 years ago
#!/usr/bin/env node
2 years ago
require('./sass.dart.js');
var library = globalThis._cliPkgExports.pop();
if (globalThis._cliPkgExports.length === 0) delete globalThis._cliPkgExports;
2 years ago
library.load({
readline: require("readline"),
chokidar: require("chokidar"),
util: require("util"),
2 years ago
stream: require("stream"),
2 years ago
fs: require("fs"),
2 years ago
immutable: require("immutable"),
2 years ago
});
library.cli_pkg_main_0_(process.argv.slice(2));