You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1013 B
22 lines
1013 B
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
|
|
|