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:
Derrick Karpo 2019-11-06 06:01:52 -07:00
parent 05e65a74ce
commit 03a1c566fc
4 changed files with 10 additions and 10 deletions

View file

@ -4,12 +4,12 @@
* @license Apache-2.0
*/
import Operation from "../Operation";
import Operation from "../Operation.mjs";
import {
BACON_ALPHABETS,
BACON_TRANSLATION_CASE, BACON_TRANSLATION_AMNZ, BACON_TRANSLATIONS, BACON_CLEARER_MAP, BACON_NORMALIZE_MAP,
swapZeroAndOne
} from "../lib/Bacon";
} from "../lib/Bacon.mjs";
/**
* Bacon Cipher Decode operation