mirror of
https://github.com/gchq/CyberChef
synced 2026-01-05 01:53:36 +00:00
Improve CJS and ESM module support #1037
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
const chef = require("./cjs.js");
|
||||
const repl = require("repl");
|
||||
import chef from "./index.mjs";
|
||||
import repl from "repl";
|
||||
|
||||
|
||||
/* eslint no-console: ["off"] */
|
||||
Reference in New Issue
Block a user