Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
unsatisfiableness
/
vendors
/
DateJS
:
index.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/** * @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. */