mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
remove globals ignore
This commit is contained in:
parent
640f555b8a
commit
95daa65d7d
21 changed files with 21 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
|||
import $ from 'jquery';
|
||||
|
||||
/* globals CryptoJS, moment */
|
||||
|
||||
|
||||
/**
|
||||
* Utility functions for use in operations, the core framework and the stage.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import Utils from '../core/Utils';
|
||||
|
||||
/* globals CryptoJS */
|
||||
|
||||
|
||||
/**
|
||||
* Bitwise operations.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import Utils from '../core/Utils';
|
||||
|
||||
/* globals app */
|
||||
|
||||
|
||||
/**
|
||||
* Byte representation operations.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import Utils from '../core/Utils';
|
||||
|
||||
/* globals CryptoJS */
|
||||
|
||||
|
||||
/**
|
||||
* Character encoding operations.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import Utils from '../core/Utils';
|
||||
/* globals CryptoJS, blowfish */
|
||||
|
||||
|
||||
/**
|
||||
* Cipher operations.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import Utils from '../core/Utils';
|
||||
|
||||
/* globals prettyPrintOne, vkbeautify */
|
||||
|
||||
|
||||
/**
|
||||
* Code operations.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import Utils from '../core/Utils';
|
||||
import Uint8Array from 'core-js/modules/es6.typed.uint8-array';
|
||||
|
||||
/* globals Zlib, bzip2 */
|
||||
|
||||
|
||||
/**
|
||||
* Compression operations.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* globals moment */
|
||||
|
||||
|
||||
/**
|
||||
* Date and time operations.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* globals UAS_parser */
|
||||
|
||||
|
||||
/**
|
||||
* HTTP operations.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import Utils from '../core/Utils';
|
||||
|
||||
/* globals CryptoJS, Checksum */
|
||||
|
||||
|
||||
/**
|
||||
* Hashing operations.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import Utils from '../core/Utils';
|
||||
|
||||
/* globals app */
|
||||
|
||||
|
||||
/**
|
||||
* Hexdump operations.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import Utils from '../core/Utils';
|
||||
|
||||
/* globals BigInteger */
|
||||
|
||||
|
||||
/**
|
||||
* Internet Protocol address operations.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* globals esprima, escodegen, esmangle */
|
||||
|
||||
|
||||
/**
|
||||
* JavaScript operations.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import Utils from '../core/Utils';
|
||||
|
||||
/* globals X509, KJUR, ASN1HEX, KEYUTIL, BigInteger */
|
||||
|
||||
|
||||
/**
|
||||
* Public Key operations.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* globals punycode */
|
||||
|
||||
|
||||
/**
|
||||
* Punycode operations.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import Utils from '../core/Utils';
|
||||
|
||||
/* globals JsDiff */
|
||||
|
||||
|
||||
/**
|
||||
* String utility operations.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import Utils from '../core/Utils';
|
||||
/* globals unescape */
|
||||
|
||||
|
||||
/**
|
||||
* URL operations.
|
||||
|
|
|
@ -7,7 +7,7 @@ import HTMLCategory from './HTMLCategory';
|
|||
import HTMLOperation from './HTMLOperation';
|
||||
|
||||
|
||||
/* globals Split */
|
||||
|
||||
|
||||
/**
|
||||
* HTML view for CyberChef responsible for building the web page and dealing with all user
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import $ from 'jquery';
|
||||
import HTMLOperation from './HTMLOperation';
|
||||
|
||||
/* globals Sortable */
|
||||
|
||||
|
||||
/**
|
||||
* Waiter to handle events related to the operations.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import $ from 'jquery';
|
||||
import HTMLOperation from './HTMLOperation';
|
||||
/* globals Sortable */
|
||||
|
||||
|
||||
/**
|
||||
* Waiter to handle events related to the recipe.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import HTMLApp from './HTMLApp';
|
||||
import Categories from '../../config/Categories';
|
||||
import OperationConfig from '../../config/OperationConfig';
|
||||
/* globals moment */
|
||||
|
||||
|
||||
/**
|
||||
* @author n1474335 [n1474335@gmail.com]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue