main
Last change
on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago |
Pred finalna verzija
|
-
Property mode
set to
100644
|
File size:
343 bytes
|
Line | |
---|
1 | require('./sass.dart.js');
|
---|
2 | const library = globalThis._cliPkgExports.pop();
|
---|
3 | if (globalThis._cliPkgExports.length === 0) delete globalThis._cliPkgExports;
|
---|
4 | library.load({
|
---|
5 | util: require("util"),
|
---|
6 | stream: require("stream"),
|
---|
7 | nodeModule: require("module"),
|
---|
8 | fs: require("fs"),
|
---|
9 | immutable: require("immutable"),
|
---|
10 | });
|
---|
11 |
|
---|
12 | module.exports = library;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.