mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 13:23:25 +00:00
Imports now specify the file extension to support Node v12
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
*/
|
||||
|
||||
import XRegExp from "xregexp";
|
||||
import Operation from "../Operation";
|
||||
import Utils from "../Utils";
|
||||
import OperationError from "../errors/OperationError";
|
||||
import Operation from "../Operation.mjs";
|
||||
import Utils from "../Utils.mjs";
|
||||
import OperationError from "../errors/OperationError.mjs";
|
||||
|
||||
/**
|
||||
* Regular expression operation
|
||||
|
||||
Reference in New Issue
Block a user