mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 05:13:23 +00:00
Add file extensions which are mandatory for the latest Node 12.x.
Note: This doesn't solve the upstream import's which still don't comply but it preps CyberChef for it.
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
import Operation from "../Operation";
|
||||
import Operation from "../Operation.mjs";
|
||||
import {
|
||||
BACON_ALPHABETS,
|
||||
BACON_TRANSLATIONS_FOR_ENCODING, BACON_TRANSLATION_AB,
|
||||
swapZeroAndOne
|
||||
} from "../lib/Bacon";
|
||||
} from "../lib/Bacon.mjs";
|
||||
|
||||
/**
|
||||
* Bacon Cipher Encode operation
|
||||
|
||||
Reference in New Issue
Block a user