PATH:
opt
/
bitninja-dispatcher
/
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, invalidEra: null, invalidMonth: null, invalidFormat: false, userInvalidated: false, iso: false, parsedDateParts: [], era: null, 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]