mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Imports now specify the file extension to support Node v12
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
import Operation from "../Operation";
|
||||
import Utils from "../Utils";
|
||||
import OperationError from "../errors/OperationError";
|
||||
import {IP_DELIM_OPTIONS} from "../lib/Delim";
|
||||
import {ipv6ToStr, genIpv6Mask, IPV4_REGEX, strToIpv6, ipv4ToStr, IPV6_REGEX, strToIpv4} from "../lib/IP";
|
||||
import Operation from "../Operation.mjs";
|
||||
import Utils from "../Utils.mjs";
|
||||
import OperationError from "../errors/OperationError.mjs";
|
||||
import {IP_DELIM_OPTIONS} from "../lib/Delim.mjs";
|
||||
import {ipv6ToStr, genIpv6Mask, IPV4_REGEX, strToIpv6, ipv4ToStr, IPV6_REGEX, strToIpv4} from "../lib/IP.mjs";
|
||||
|
||||
/**
|
||||
* Group IP addresses operation
|
||||
|
||||
Reference in New Issue
Block a user