mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 00:36:16 -04:00
improve comments and re-add some excluded operations
This commit is contained in:
parent
1c24c05647
commit
d2ff2ec9c6
4 changed files with 7 additions and 10 deletions
|
@ -6,6 +6,7 @@
|
|||
* @license Apache-2.0
|
||||
*/
|
||||
export default [
|
||||
// This functionality can be done more easily using JavaScript
|
||||
"Fork",
|
||||
"Merge",
|
||||
"Jump",
|
||||
|
@ -18,11 +19,6 @@ export default [
|
|||
"JavaScriptMinify",
|
||||
"JavaScriptParser",
|
||||
|
||||
// Relies on state of recipe.
|
||||
// "Magic",
|
||||
|
||||
"RenderImage",
|
||||
// Irrelevant in Node console
|
||||
"SyntaxHighlighter",
|
||||
|
||||
"DetectFileType",
|
||||
];
|
||||
|
|
|
@ -31,7 +31,7 @@ let code = `/**
|
|||
* THIS FILE IS AUTOMATICALLY GENERATED BY src/node/config/scripts/generateNodeIndex.mjs
|
||||
*
|
||||
* @author d98762625 [d98762625@gmail.com]
|
||||
* @copyright Crown Copyright ${new Date().getUTCFullYear()}
|
||||
* @copyright Crown Copyright 2019
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue