2022-12-08 17:38:04 +01:00
diff --git a/build/cjs-browser/luxon.js b/build/cjs-browser/luxon.js
index 9ab2b9fd75714368c9c71975ea280bf5d49cb237..14c2891068731bb8bd4ac834d22fb5525a5ed162 100644
--- a/build/cjs-browser/luxon.js
+++ b/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