mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 15:53:30 +00:00
Imports now specify the file extension to support Node v12
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
import Operation from "../Operation";
|
||||
import Operation from "../Operation.mjs";
|
||||
import kbpgp from "kbpgp";
|
||||
import { ASP, importPrivateKey } from "../lib/PGP";
|
||||
import OperationError from "../errors/OperationError";
|
||||
import { ASP, importPrivateKey } from "../lib/PGP.mjs";
|
||||
import OperationError from "../errors/OperationError.mjs";
|
||||
import * as es6promisify from "es6-promisify";
|
||||
const promisify = es6promisify.default ? es6promisify.default.promisify : es6promisify.promisify;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user