mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
ce9dc12f75
20 lines
903 B
Diff
20 lines
903 B
Diff
diff --git a/node_modules/luxon/build/cjs-browser/luxon.js b/node_modules/luxon/build/cjs-browser/luxon.js
|
|||
index 206a47a..5556d1d 100644
|
|||
--- a/node_modules/luxon/build/cjs-browser/luxon.js
|
|||
+++ b/node_modules/luxon/build/cjs-browser/luxon.js
|
|||
@@ -7243,13 +7243,13 @@ var DateTime = /*#__PURE__*/function () {
|
|||
*/
|
|||
;
|
|||
|
|||
- _proto.toLocaleString = function toLocaleString(opts) {
|
|||
+ Reflect.defineProperty(_proto, 'toLocaleString', { value: function toLocaleString(opts) {
|
|||
if (opts === void 0) {
|
|||
opts = DATE_SHORT;
|
|||
}
|
|||
|
|||
return this.isValid ? Formatter.create(this.loc.clone(opts), opts).formatDateTime(this) : INVALID$2;
|
|||
- }
|
|||
+ }})
|
|||
/**
|
|||
* 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
|