mirror of https://github.com/jkjoy/sunpeiwen.git
12 lines
321 B
JavaScript
12 lines
321 B
JavaScript
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"),
|
|
fs: require("fs"),
|
|
immutable: require("immutable"),
|
|
});
|
|
|
|
module.exports = library;
|