PATH:
usr
/
local
/
lib
/
node_modules
/
pm2
/
node_modules
/
moment
/
src
/
lib
/
create
function defaultParsingFlags() { // We need to deep clone this object. return { empty : false, unusedTokens : [], unusedInput : [], overflow : -2, charsLeftOver : 0, nullInput : false, invalidMonth : null, invalidFormat : false, userInvalidated : false, iso : false, parsedDateParts : [], meridiem : null, rfc2822 : false, weekdayMismatch : false }; } export default function getParsingFlags(m) { if (m._pf == null) { m._pf = defaultParsingFlags(); } return m._pf; }
[-] valid.js
[edit]
[-] from-string-and-array.js
[edit]
[-] from-array.js
[edit]
[+]
..
[-] from-string-and-format.js
[edit]
[-] utc.js
[edit]
[-] check-overflow.js
[edit]
[-] from-anything.js
[edit]
[-] from-string.js
[edit]
[-] parsing-flags.js
[edit]
[-] from-object.js
[edit]
[-] local.js
[edit]
[-] date-from-array.js
[edit]