1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-28 07:53:46 +01:00

Start again

This commit is contained in:
2020-10-04 17:14:00 +02:00
parent c0d3912413
commit 091f119048
4382 changed files with 1762543 additions and 9606 deletions

19
vendors/DateJS/index.js vendored Normal file
View File

@@ -0,0 +1,19 @@
/**
* @overview NPM Module index: include all the core modules, I18n files will be loaded on the fly.
* @author Gregory Wild-Smith <gregory@wild-smith.com>
*/
require("./src/core/i18n.js");
require("./src/core/core.js");
require("./src/core/core-prototypes.js");
require("./src/core/sugarpak.js");
require("./src/core/format_parser.js");
require("./src/core/parsing_operators.js");
require("./src/core/parsing_translator.js");
require("./src/core/parsing_grammar.js");
require("./src/core/parser.js");
require("./src/core/extras.js");
require("./src/core/time_period.js");
require("./src/core/time_span.js");
/*
* Notice that there is no model.export or exports. This is not required as it modifies the Date object and it's prototypes.
*/