mirror of
https://github.com/gchq/CyberChef
synced 2025-12-30 23:23:59 +00:00
Imports now specify the file extension to support Node v12
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
import {operations} from "./index";
|
||||
import { sanitise } from "./apiUtils";
|
||||
import {operations} from "./index.mjs";
|
||||
import { sanitise } from "./apiUtils.mjs";
|
||||
|
||||
/**
|
||||
* Similar to core/Recipe, Recipe controls a list of operations and
|
||||
|
||||
Reference in New Issue
Block a user