diff --git a/node_modules/luxon/build/cjs-browser/luxon.js b/node_modules/luxon/build/cjs-browser/luxon.js index 9ab2b9f..14c2891 100644 --- a/node_modules/luxon/build/cjs-browser/luxon.js +++ b/node_modules/luxon/build/cjs-browser/luxon.js @@ -7373,7 +7373,7 @@ var DateTime = /*#__PURE__*/function () { */ ; - _proto.toLocaleString = function toLocaleString(formatOpts, opts) { + Reflect.defineProperty(_proto, 'toLocaleString', { value: function toLocaleString(formatOpts, opts) { if (formatOpts === void 0) { formatOpts = DATE_SHORT; } @@ -7383,7 +7383,7 @@ var DateTime = /*#__PURE__*/function () { } return this.isValid ? Formatter.create(this.loc.clone(opts), formatOpts).formatDateTime(this) : INVALID; - } + }}) /** * Returns an array of format "parts", meaning individual tokens along with metadata. This is allows callers to post-process individual sections of the formatted output. * Defaults to the system's locale if no locale has been specified