@bbn/bbn 2.0.59 → 2.0.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bbn.js +1 -1
- package/dist/bbn.js.map +1 -1
- package/dist/dt/functions/parse.js +0 -3
- package/package.json +1 -1
|
@@ -15,8 +15,6 @@ const lc = function (str, localeCode) {
|
|
|
15
15
|
};
|
|
16
16
|
export default function parse(input, format, cls = 'auto', locale) {
|
|
17
17
|
var _a, _b, _c, _d, _e, _f, _g;
|
|
18
|
-
bbn.fn.log([input, format, cls]);
|
|
19
|
-
debugger;
|
|
20
18
|
buildLocaleFromIntl();
|
|
21
19
|
const TemporalAny = globalThis.Temporal;
|
|
22
20
|
if (!TemporalAny) {
|
|
@@ -513,7 +511,6 @@ export default function parse(input, format, cls = 'auto', locale) {
|
|
|
513
511
|
}
|
|
514
512
|
}
|
|
515
513
|
if (matchedToken) {
|
|
516
|
-
debugger;
|
|
517
514
|
pattern += `(${matchedToken.regex})`;
|
|
518
515
|
if (matchedToken.apply) {
|
|
519
516
|
applyFns.push(value => matchedToken.apply(value, ctx));
|