2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-20 18:23:47 +00:00

Merged esm branch into feature-magic. Ported FileType ops.

This commit is contained in:
n1474335
2018-05-20 16:49:42 +01:00
385 changed files with 34205 additions and 39954 deletions

View File

@@ -12,12 +12,13 @@ import "babel-polyfill";
import "bootstrap";
import "bootstrap-switch";
import "bootstrap-colorpicker";
import CanvasComponents from "../core/lib/canvascomponents.js";
import moment from "moment-timezone";
import * as CanvasComponents from "../core/lib/CanvasComponents";
// CyberChef
import App from "./App.js";
import Categories from "../core/config/Categories.js";
import OperationConfig from "../core/config/MetaConfig.js";
import App from "./App";
import Categories from "../core/config/Categories.json";
import OperationConfig from "../core/config/OperationConfig.json";
/**
@@ -64,3 +65,4 @@ window.compileMessage = COMPILE_MSG;
window.CanvasComponents = CanvasComponents;
document.addEventListener("DOMContentLoaded", main, false);