@lynx-js/rspeedy
Version:
A webpack/rspack-based frontend toolchain for Lynx
31 lines (30 loc) • 982 B
JavaScript
import * as __rspack_external_events from "events";
import * as __rspack_external_fs from "fs";
import * as __rspack_external_fs_promises_400951f8 from "fs/promises";
import * as __rspack_external_os from "os";
import * as __rspack_external_path from "path";
import * as __rspack_external_stream from "stream";
export const __rspack_esm_id = "events-fs-fs_promises-os-path-stream";
export const __rspack_esm_ids = [
"events-fs-fs_promises-os-path-stream"
];
export const __webpack_modules__ = {
events (module) {
module.exports = __rspack_external_events;
},
fs (module) {
module.exports = __rspack_external_fs;
},
"fs/promises" (module) {
module.exports = __rspack_external_fs_promises_400951f8;
},
os (module) {
module.exports = __rspack_external_os;
},
path (module) {
module.exports = __rspack_external_path;
},
stream (module) {
module.exports = __rspack_external_stream;
}
};