Files
METH_Transcendence/site/game/node_modules/.vite/deps/chunk-G2ZEZZAJ.js
edbernar 7c3378ed41 Game
- Added request when w or s pressed
2024-08-07 16:22:47 +02:00

36 lines
1.3 KiB
JavaScript

import {
__commonJS
} from "./chunk-ZSMWDLMK.js";
// browser-external:node:url
var require_node_url = __commonJS({
"browser-external:node:url"(exports, module) {
module.exports = Object.create(new Proxy({}, {
get(_, key) {
if (key !== "__esModule" && key !== "__proto__" && key !== "constructor" && key !== "splice") {
console.warn(`Module "node:url" has been externalized for browser compatibility. Cannot access "node:url.${key}" in client code. See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.`);
}
}
}));
}
});
// browser-external:node:module
var require_node_module = __commonJS({
"browser-external:node:module"(exports, module) {
module.exports = Object.create(new Proxy({}, {
get(_, key) {
if (key !== "__esModule" && key !== "__proto__" && key !== "constructor" && key !== "splice") {
console.warn(`Module "node:module" has been externalized for browser compatibility. Cannot access "node:module.${key}" in client code. See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.`);
}
}
}));
}
});
export {
require_node_url,
require_node_module
};
//# sourceMappingURL=chunk-G2ZEZZAJ.js.map