first commit
This commit is contained in:
commit
817b7cf4bc
838 changed files with 730686 additions and 0 deletions
12
node_modules/sass/sass.node.js
generated
vendored
Normal file
12
node_modules/sass/sass.node.js
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue