]> git.ipfire.org Git - thirdparty/moment.git/commit
wip maggie/parserrework 5244/head
authorMaggie Pint <magpint@microsoft.com>
Mon, 13 Mar 2017 17:06:20 +0000 (10:06 -0700)
committerMaggie Pint <magpint@microsoft.com>
Mon, 13 Mar 2017 17:06:20 +0000 (10:06 -0700)
commit3b6bedb88deba0426e008167eb2e60ef960bfbeb
tree0c61ee4067750ea73bc0956fc3d8f0283ffdd98f
parent2502023f777b790879e999803cfc80664bbafcdf
wip
34 files changed:
.vscode/debug.js [new file with mode: 0644]
.vscode/launch.json [new file with mode: 0644]
min/locales.min.js
min/moment-with-locales.min.js
min/moment.min.js
min/tests.js
src/lib/parse/units/day-of-month.js [new file with mode: 0644]
src/lib/parse/units/day-of-week.js [new file with mode: 0644]
src/lib/parse/units/day-of-year.js [new file with mode: 0644]
src/lib/parse/units/hour.js [new file with mode: 0644]
src/lib/parse/units/millisecond.js [new file with mode: 0644]
src/lib/parse/units/minute.js [new file with mode: 0644]
src/lib/parse/units/month.js [new file with mode: 0644]
src/lib/parse/units/offset.js [new file with mode: 0644]
src/lib/parse/units/quarter.js [new file with mode: 0644]
src/lib/parse/units/second.js [new file with mode: 0644]
src/lib/parse/units/timestamp.js [new file with mode: 0644]
src/lib/parse/units/week-year.js [new file with mode: 0644]
src/lib/parse/units/week.js [new file with mode: 0644]
src/lib/parse/units/year.js [new file with mode: 0644]
src/lib/units/day-of-month.js
src/lib/units/day-of-week.js
src/lib/units/day-of-year.js
src/lib/units/hour.js
src/lib/units/millisecond.js
src/lib/units/minute.js
src/lib/units/month.js
src/lib/units/offset.js
src/lib/units/quarter.js
src/lib/units/second.js
src/lib/units/timestamp.js
src/lib/units/week-year.js
src/lib/units/week.js
src/lib/units/year.js