2021-04-20 05:37:21 +02:00
diff --git a/node_modules/luxon/build/cjs-browser/luxon.js b/node_modules/luxon/build/cjs-browser/luxon.js
2022-11-08 10:31:22 +01:00
index 9ab2b9f..14c2891 100644
2021-04-20 05:37:21 +02:00
--- a/node_modules/luxon/build/cjs-browser/luxon.js
+++ b/node_modules/luxon/build/cjs-browser/luxon.js
2022-11-08 10:31:22 +01:00
@@ -7373,7 +7373,7 @@ var DateTime = /*#__PURE__*/function () {
2021-04-20 05:37:21 +02:00
*/
;
2022-11-08 10:31:22 +01:00
- _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 () {
2021-04-20 05:37:21 +02:00
}
2022-11-08 10:31:22 +01:00
return this.isValid ? Formatter.create(this.loc.clone(opts), formatOpts).formatDateTime(this) : INVALID;
2021-04-20 05:37:21 +02:00
- }
+ }})
/**
* 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.
2022-11-08 10:31:22 +01:00
* Defaults to the system's locale if no locale has been specified