]> git.ipfire.org Git - thirdparty/moment.git/commit
Convert moment.js to ES6 modules.
authorTim Wood <washwithcare@gmail.com>
Sun, 11 Jan 2015 19:15:03 +0000 (11:15 -0800)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 25 Mar 2015 16:27:42 +0000 (09:27 -0700)
commitd5262a01beec4f6ed1b0ad73ba2da66782b2f60b
tree442530301cda13252e95d4b0d0f9c0a1b9bc85f6
parentf5e077f075dddfb4dd9d110d996b0fa330a3fcf4
Convert moment.js to ES6 modules.
89 files changed:
lib/create/check-overflow.js [new file with mode: 0644]
lib/create/date-from-array.js [new file with mode: 0644]
lib/create/default-parsing-flags.js [new file with mode: 0644]
lib/create/from-anything.js [new file with mode: 0644]
lib/create/from-array.js [new file with mode: 0644]
lib/create/from-object.js [new file with mode: 0644]
lib/create/from-string-and-array.js [new file with mode: 0644]
lib/create/from-string-and-format.js [new file with mode: 0644]
lib/create/from-string.js [new file with mode: 0644]
lib/create/local.js [new file with mode: 0644]
lib/create/utc.js [new file with mode: 0644]
lib/create/valid.js [new file with mode: 0644]
lib/duration/abs.js [new file with mode: 0644]
lib/duration/add-subtract.js [new file with mode: 0644]
lib/duration/as.js [new file with mode: 0644]
lib/duration/bubble.js [new file with mode: 0644]
lib/duration/constructor.js [new file with mode: 0644]
lib/duration/create.js [new file with mode: 0644]
lib/duration/duration.js [new file with mode: 0644]
lib/duration/get.js [new file with mode: 0644]
lib/duration/humanize.js [new file with mode: 0644]
lib/duration/iso-string.js [new file with mode: 0644]
lib/duration/prototype.js [new file with mode: 0644]
lib/format/format.js [new file with mode: 0644]
lib/locale/calendar.js [new file with mode: 0644]
lib/locale/constructor.js [new file with mode: 0644]
lib/locale/en.js [new file with mode: 0644]
lib/locale/formats.js [new file with mode: 0644]
lib/locale/invalid.js [new file with mode: 0644]
lib/locale/lists.js [new file with mode: 0644]
lib/locale/locale.js [new file with mode: 0644]
lib/locale/locales.js [new file with mode: 0644]
lib/locale/ordinal.js [new file with mode: 0644]
lib/locale/pre-post-format.js [new file with mode: 0644]
lib/locale/prototype.js [new file with mode: 0644]
lib/locale/relative.js [new file with mode: 0644]
lib/locale/set.js [new file with mode: 0644]
lib/moment.js [new file with mode: 0644]
lib/moment/add-subtract.js [new file with mode: 0644]
lib/moment/calendar.js [new file with mode: 0644]
lib/moment/clone.js [new file with mode: 0644]
lib/moment/compare.js [new file with mode: 0644]
lib/moment/constructor.js [new file with mode: 0644]
lib/moment/diff.js [new file with mode: 0644]
lib/moment/format.js [new file with mode: 0644]
lib/moment/from.js [new file with mode: 0644]
lib/moment/get-set.js [new file with mode: 0644]
lib/moment/locale.js [new file with mode: 0644]
lib/moment/min-max.js [new file with mode: 0644]
lib/moment/moment.js [new file with mode: 0644]
lib/moment/prototype.js [new file with mode: 0644]
lib/moment/start-end-of.js [new file with mode: 0644]
lib/moment/to-type.js [new file with mode: 0644]
lib/moment/valid.js [new file with mode: 0644]
lib/parse/regex.js [new file with mode: 0644]
lib/parse/token.js [new file with mode: 0644]
lib/units/aliases.js [new file with mode: 0644]
lib/units/constants.js [new file with mode: 0644]
lib/units/day-of-month.js [new file with mode: 0644]
lib/units/day-of-week.js [new file with mode: 0644]
lib/units/day-of-year.js [new file with mode: 0644]
lib/units/hour.js [new file with mode: 0644]
lib/units/millisecond.js [new file with mode: 0644]
lib/units/minute.js [new file with mode: 0644]
lib/units/month.js [new file with mode: 0644]
lib/units/offset.js [new file with mode: 0644]
lib/units/quarter.js [new file with mode: 0644]
lib/units/second.js [new file with mode: 0644]
lib/units/timestamp.js [new file with mode: 0644]
lib/units/timezone.js [new file with mode: 0644]
lib/units/units.js [new file with mode: 0644]
lib/units/week-year.js [new file with mode: 0644]
lib/units/week.js [new file with mode: 0644]
lib/units/year.js [new file with mode: 0644]
lib/utils/abs-floor.js [new file with mode: 0644]
lib/utils/compare-arrays.js [new file with mode: 0644]
lib/utils/defaults.js [new file with mode: 0644]
lib/utils/deprecate.js [new file with mode: 0644]
lib/utils/extend.js [new file with mode: 0644]
lib/utils/has-own-prop.js [new file with mode: 0644]
lib/utils/hooks.js [new file with mode: 0644]
lib/utils/is-array.js [new file with mode: 0644]
lib/utils/is-date.js [new file with mode: 0644]
lib/utils/map.js [new file with mode: 0644]
lib/utils/to-int.js [new file with mode: 0644]
lib/utils/zero-fill.js [new file with mode: 0644]
templates/amd-named.js [new file with mode: 0644]
templates/amd.js [new file with mode: 0644]
templates/globals.js [new file with mode: 0644]