diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d0393f5c..306e0e2f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# rollup changelog
+## 4.9.2
+
+_2023-12-30_
+
+### Bug Fixes
+
+- Extend support for arbitrary namespace identifiers in SystemJS (#5321)
+- Do not wrongly flag functions without side effects as side effects if moduleSideEffects is false (#5322)
+
+### Pull Requests
+
+- [#5305](https://github.com/rollup/rollup/pull/5305): Add JSDoc types to internal scripts (@lukastaegert)
+- [#5309](https://github.com/rollup/rollup/pull/5309): chore(deps): update actions/download-artifact action to v4 (@renovate[bot])
+- [#5311](https://github.com/rollup/rollup/pull/5311): chode: add node badge (@btea)
+- [#5312](https://github.com/rollup/rollup/pull/5312): Remove rollup-plugin-thatworks from devDeps (@TrickyPi)
+- [#5318](https://github.com/rollup/rollup/pull/5318): chore(deps): update dependency eslint-plugin-unicorn to v50 (@renovate[bot])
+- [#5319](https://github.com/rollup/rollup/pull/5319): chore(deps): lock file maintenance minor/patch updates (@renovate[bot])
+- [#5321](https://github.com/rollup/rollup/pull/5321): Handle arbitrary namespace identifiers in some SystemJS scenarios (@lukastaegert)
+- [#5322](https://github.com/rollup/rollup/pull/5322): Do not handle declarations in modules without side effects as TDZ (@lukastaegert)
+
## 4.9.1
_2023-12-17_
diff --git a/README.md b/README.md
index cab2bd9e2..883242200 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,17 @@
+
+
+
+
+
+
+
+
+
-
+
@@ -18,6 +27,9 @@
+
+
+
Rollup
diff --git a/browser/package.json b/browser/package.json
index 617b6a6ca..2cbfe810a 100644
--- a/browser/package.json
+++ b/browser/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/browser",
- "version": "4.9.1",
+ "version": "4.9.2",
"description": "Next-generation ES module bundler browser build",
"main": "dist/rollup.browser.js",
"module": "dist/es/rollup.browser.js",
diff --git a/package-lock.json b/package-lock.json
index 1ab5cced0..80b79d3a7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "rollup",
- "version": "4.9.1",
+ "version": "4.9.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "rollup",
- "version": "4.9.1",
+ "version": "4.9.2",
"license": "MIT",
"bin": {
"rollup": "dist/bin/rollup"
@@ -17,14 +17,14 @@
"@codemirror/language": "^6.9.3",
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.3.3",
- "@codemirror/view": "^6.22.2",
+ "@codemirror/view": "^6.22.3",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@mermaid-js/mermaid-cli": "^10.6.1",
"@napi-rs/cli": "^2.17.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-buble": "^1.0.3",
"@rollup/plugin-commonjs": "^25.0.7",
- "@rollup/plugin-json": "^6.0.1",
+ "@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
@@ -35,8 +35,8 @@
"@types/mocha": "^10.0.6",
"@types/node": "18.0.0",
"@types/yargs-parser": "^21.0.3",
- "@typescript-eslint/eslint-plugin": "^6.14.0",
- "@typescript-eslint/parser": "^6.14.0",
+ "@typescript-eslint/eslint-plugin": "^6.16.0",
+ "@typescript-eslint/parser": "^6.16.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"acorn": "^8.11.2",
@@ -50,11 +50,11 @@
"date-time": "^4.0.0",
"es5-shim": "^4.6.7",
"es6-shim": "^0.35.8",
- "eslint": "^8.55.0",
+ "eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
- "eslint-plugin-import": "^2.29.0",
- "eslint-plugin-prettier": "^5.0.1",
- "eslint-plugin-unicorn": "^49.0.0",
+ "eslint-plugin-import": "^2.29.1",
+ "eslint-plugin-prettier": "^5.1.2",
+ "eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-vue": "^9.19.2",
"fixturify": "^3.0.0",
"flru": "^1.0.2",
@@ -73,10 +73,9 @@
"pretty-bytes": "^6.1.1",
"pretty-ms": "^8.0.0",
"requirejs": "^2.3.6",
- "rollup": "^4.8.0",
+ "rollup": "^4.9.1",
"rollup-plugin-license": "^3.2.0",
"rollup-plugin-string": "^3.0.0",
- "rollup-plugin-thatworks": "^1.0.4",
"semver": "^7.5.4",
"shx": "^0.3.4",
"signal-exit": "^4.1.0",
@@ -86,9 +85,9 @@
"terser": "^5.26.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
- "vite": "^5.0.7",
- "vitepress": "^1.0.0-rc.31",
- "vue": "^3.3.11",
+ "vite": "^5.0.10",
+ "vitepress": "^1.0.0-rc.32",
+ "vue": "^3.3.13",
"wasm-pack": "^0.12.1",
"weak-napi": "^2.0.2",
"yargs-parser": "^21.1.1"
@@ -755,13 +754,13 @@
}
},
"node_modules/@codemirror/commands": {
- "version": "6.3.2",
- "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.3.2.tgz",
- "integrity": "sha512-tjoi4MCWDNxgIpoLZ7+tezdS9OEB6pkiDKhfKx9ReJ/XBcs2G2RXIu+/FxXBlWsPTsz6C9q/r4gjzrsxpcnqCQ==",
+ "version": "6.3.3",
+ "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.3.3.tgz",
+ "integrity": "sha512-dO4hcF0fGT9tu1Pj1D2PvGvxjeGkbC6RGcZw6Qs74TH+Ed1gw98jmUgd2axWvIZEqTeTuFrg1lEB1KV6cK9h1A==",
"dev": true,
"dependencies": {
"@codemirror/language": "^6.0.0",
- "@codemirror/state": "^6.2.0",
+ "@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.0.0",
"@lezer/common": "^1.1.0"
}
@@ -782,13 +781,13 @@
}
},
"node_modules/@codemirror/language": {
- "version": "6.9.3",
- "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.9.3.tgz",
- "integrity": "sha512-qq48pYzoi6ldYWV/52+Z9Ou6QouVI+8YwvxFbUypI33NbjG2UeRHKENRyhwljTTiOqjQ33FjyZj6EREQ9apAOQ==",
+ "version": "6.10.0",
+ "resolved": "https://registry.npmjs.org/@codemirror/language/-/language-6.10.0.tgz",
+ "integrity": "sha512-2vaNn9aPGCRFKWcHPFksctzJ8yS5p7YoaT+jHpc0UGKzNuAIx4qy6R5wiqbP+heEEdyaABA582mNqSHzSoYdmg==",
"dev": true,
"dependencies": {
"@codemirror/state": "^6.0.0",
- "@codemirror/view": "^6.0.0",
+ "@codemirror/view": "^6.23.0",
"@lezer/common": "^1.1.0",
"@lezer/highlight": "^1.0.0",
"@lezer/lr": "^1.0.0",
@@ -818,18 +817,18 @@
}
},
"node_modules/@codemirror/state": {
- "version": "6.3.3",
- "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.3.3.tgz",
- "integrity": "sha512-0wufKcTw2dEwEaADajjHf6hBy1sh3M6V0e+q4JKIhLuiMSe5td5HOWpUdvKth1fT1M9VYOboajoBHpkCd7PG7A==",
+ "version": "6.4.0",
+ "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.4.0.tgz",
+ "integrity": "sha512-hm8XshYj5Fo30Bb922QX9hXB/bxOAVH+qaqHBzw5TKa72vOeslyGwd4X8M0c1dJ9JqxlaMceOQ8RsL9tC7gU0A==",
"dev": true
},
"node_modules/@codemirror/view": {
- "version": "6.22.3",
- "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.22.3.tgz",
- "integrity": "sha512-rqnq+Zospwoi3x1vZ8BGV1MlRsaGljX+6qiGYmIpJ++M+LCC+wjfDaPklhwpWSgv7pr/qx29KiAKQBH5+DOn4w==",
+ "version": "6.23.0",
+ "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.23.0.tgz",
+ "integrity": "sha512-/51px9N4uW8NpuWkyUX+iam5+PM6io2fm+QmRnzwqBy5v/pwGg9T0kILFtYeum8hjuvENtgsGNKluOfqIICmeQ==",
"dev": true,
"dependencies": {
- "@codemirror/state": "^6.1.4",
+ "@codemirror/state": "^6.4.0",
"style-mod": "^4.1.0",
"w3c-keyname": "^2.2.4"
}
@@ -882,10 +881,26 @@
}
}
},
+ "node_modules/@esbuild/aix-ppc64": {
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.10.tgz",
+ "integrity": "sha512-Q+mk96KJ+FZ30h9fsJl+67IjNJm3x2eX+GBWGmocAKgzp27cowCOOqSdscX80s0SpdFXZnIv/+1xD1EctFx96Q==",
+ "cpu": [
+ "ppc64"
+ ],
+ "dev": true,
+ "optional": true,
+ "os": [
+ "aix"
+ ],
+ "engines": {
+ "node": ">=12"
+ }
+ },
"node_modules/@esbuild/android-arm": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.9.tgz",
- "integrity": "sha512-jkYjjq7SdsWuNI6b5quymW0oC83NN5FdRPuCbs9HZ02mfVdAP8B8eeqLSYU3gb6OJEaY5CQabtTFbqBf26H3GA==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.10.tgz",
+ "integrity": "sha512-7W0bK7qfkw1fc2viBfrtAEkDKHatYfHzr/jKAHNr9BvkYDXPcC6bodtm8AyLJNNuqClLNaeTLuwURt4PRT9d7w==",
"cpu": [
"arm"
],
@@ -899,9 +914,9 @@
}
},
"node_modules/@esbuild/android-arm64": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.9.tgz",
- "integrity": "sha512-q4cR+6ZD0938R19MyEW3jEsMzbb/1rulLXiNAJQADD/XYp7pT+rOS5JGxvpRW8dFDEfjW4wLgC/3FXIw4zYglQ==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.10.tgz",
+ "integrity": "sha512-1X4CClKhDgC3by7k8aOWZeBXQX8dHT5QAMCAQDArCLaYfkppoARvh0fit3X2Qs+MXDngKcHv6XXyQCpY0hkK1Q==",
"cpu": [
"arm64"
],
@@ -915,9 +930,9 @@
}
},
"node_modules/@esbuild/android-x64": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.9.tgz",
- "integrity": "sha512-KOqoPntWAH6ZxDwx1D6mRntIgZh9KodzgNOy5Ebt9ghzffOk9X2c1sPwtM9P+0eXbefnDhqYfkh5PLP5ULtWFA==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.10.tgz",
+ "integrity": "sha512-O/nO/g+/7NlitUxETkUv/IvADKuZXyH4BHf/g/7laqKC4i/7whLpB0gvpPc2zpF0q9Q6FXS3TS75QHac9MvVWw==",
"cpu": [
"x64"
],
@@ -931,9 +946,9 @@
}
},
"node_modules/@esbuild/darwin-arm64": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.9.tgz",
- "integrity": "sha512-KBJ9S0AFyLVx2E5D8W0vExqRW01WqRtczUZ8NRu+Pi+87opZn5tL4Y0xT0mA4FtHctd0ZgwNoN639fUUGlNIWw==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.10.tgz",
+ "integrity": "sha512-YSRRs2zOpwypck+6GL3wGXx2gNP7DXzetmo5pHXLrY/VIMsS59yKfjPizQ4lLt5vEI80M41gjm2BxrGZ5U+VMA==",
"cpu": [
"arm64"
],
@@ -947,9 +962,9 @@
}
},
"node_modules/@esbuild/darwin-x64": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.9.tgz",
- "integrity": "sha512-vE0VotmNTQaTdX0Q9dOHmMTao6ObjyPm58CHZr1UK7qpNleQyxlFlNCaHsHx6Uqv86VgPmR4o2wdNq3dP1qyDQ==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.10.tgz",
+ "integrity": "sha512-alfGtT+IEICKtNE54hbvPg13xGBe4GkVxyGWtzr+yHO7HIiRJppPDhOKq3zstTcVf8msXb/t4eavW3jCDpMSmA==",
"cpu": [
"x64"
],
@@ -963,9 +978,9 @@
}
},
"node_modules/@esbuild/freebsd-arm64": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.9.tgz",
- "integrity": "sha512-uFQyd/o1IjiEk3rUHSwUKkqZwqdvuD8GevWF065eqgYfexcVkxh+IJgwTaGZVu59XczZGcN/YMh9uF1fWD8j1g==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.10.tgz",
+ "integrity": "sha512-dMtk1wc7FSH8CCkE854GyGuNKCewlh+7heYP/sclpOG6Cectzk14qdUIY5CrKDbkA/OczXq9WesqnPl09mj5dg==",
"cpu": [
"arm64"
],
@@ -979,9 +994,9 @@
}
},
"node_modules/@esbuild/freebsd-x64": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.9.tgz",
- "integrity": "sha512-WMLgWAtkdTbTu1AWacY7uoj/YtHthgqrqhf1OaEWnZb7PQgpt8eaA/F3LkV0E6K/Lc0cUr/uaVP/49iE4M4asA==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.10.tgz",
+ "integrity": "sha512-G5UPPspryHu1T3uX8WiOEUa6q6OlQh6gNl4CO4Iw5PS+Kg5bVggVFehzXBJY6X6RSOMS8iXDv2330VzaObm4Ag==",
"cpu": [
"x64"
],
@@ -995,9 +1010,9 @@
}
},
"node_modules/@esbuild/linux-arm": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.9.tgz",
- "integrity": "sha512-C/ChPohUYoyUaqn1h17m/6yt6OB14hbXvT8EgM1ZWaiiTYz7nWZR0SYmMnB5BzQA4GXl3BgBO1l8MYqL/He3qw==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.10.tgz",
+ "integrity": "sha512-j6gUW5aAaPgD416Hk9FHxn27On28H4eVI9rJ4az7oCGTFW48+LcgNDBN+9f8rKZz7EEowo889CPKyeaD0iw9Kg==",
"cpu": [
"arm"
],
@@ -1011,9 +1026,9 @@
}
},
"node_modules/@esbuild/linux-arm64": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.9.tgz",
- "integrity": "sha512-PiPblfe1BjK7WDAKR1Cr9O7VVPqVNpwFcPWgfn4xu0eMemzRp442hXyzF/fSwgrufI66FpHOEJk0yYdPInsmyQ==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.10.tgz",
+ "integrity": "sha512-QxaouHWZ+2KWEj7cGJmvTIHVALfhpGxo3WLmlYfJ+dA5fJB6lDEIg+oe/0//FuyVHuS3l79/wyBxbHr0NgtxJQ==",
"cpu": [
"arm64"
],
@@ -1027,9 +1042,9 @@
}
},
"node_modules/@esbuild/linux-ia32": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.9.tgz",
- "integrity": "sha512-f37i/0zE0MjDxijkPSQw1CO/7C27Eojqb+r3BbHVxMLkj8GCa78TrBZzvPyA/FNLUMzP3eyHCVkAopkKVja+6Q==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.10.tgz",
+ "integrity": "sha512-4ub1YwXxYjj9h1UIZs2hYbnTZBtenPw5NfXCRgEkGb0b6OJ2gpkMvDqRDYIDRjRdWSe/TBiZltm3Y3Q8SN1xNg==",
"cpu": [
"ia32"
],
@@ -1043,9 +1058,9 @@
}
},
"node_modules/@esbuild/linux-loong64": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.9.tgz",
- "integrity": "sha512-t6mN147pUIf3t6wUt3FeumoOTPfmv9Cc6DQlsVBpB7eCpLOqQDyWBP1ymXn1lDw4fNUSb/gBcKAmvTP49oIkaA==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.10.tgz",
+ "integrity": "sha512-lo3I9k+mbEKoxtoIbM0yC/MZ1i2wM0cIeOejlVdZ3D86LAcFXFRdeuZmh91QJvUTW51bOK5W2BznGNIl4+mDaA==",
"cpu": [
"loong64"
],
@@ -1059,9 +1074,9 @@
}
},
"node_modules/@esbuild/linux-mips64el": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.9.tgz",
- "integrity": "sha512-jg9fujJTNTQBuDXdmAg1eeJUL4Jds7BklOTkkH80ZgQIoCTdQrDaHYgbFZyeTq8zbY+axgptncko3v9p5hLZtw==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.10.tgz",
+ "integrity": "sha512-J4gH3zhHNbdZN0Bcr1QUGVNkHTdpijgx5VMxeetSk6ntdt+vR1DqGmHxQYHRmNb77tP6GVvD+K0NyO4xjd7y4A==",
"cpu": [
"mips64el"
],
@@ -1075,9 +1090,9 @@
}
},
"node_modules/@esbuild/linux-ppc64": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.9.tgz",
- "integrity": "sha512-tkV0xUX0pUUgY4ha7z5BbDS85uI7ABw3V1d0RNTii7E9lbmV8Z37Pup2tsLV46SQWzjOeyDi1Q7Wx2+QM8WaCQ==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.10.tgz",
+ "integrity": "sha512-tgT/7u+QhV6ge8wFMzaklOY7KqiyitgT1AUHMApau32ZlvTB/+efeCtMk4eXS+uEymYK249JsoiklZN64xt6oQ==",
"cpu": [
"ppc64"
],
@@ -1091,9 +1106,9 @@
}
},
"node_modules/@esbuild/linux-riscv64": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.9.tgz",
- "integrity": "sha512-DfLp8dj91cufgPZDXr9p3FoR++m3ZJ6uIXsXrIvJdOjXVREtXuQCjfMfvmc3LScAVmLjcfloyVtpn43D56JFHg==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.10.tgz",
+ "integrity": "sha512-0f/spw0PfBMZBNqtKe5FLzBDGo0SKZKvMl5PHYQr3+eiSscfJ96XEknCe+JoOayybWUFQbcJTrk946i3j9uYZA==",
"cpu": [
"riscv64"
],
@@ -1107,9 +1122,9 @@
}
},
"node_modules/@esbuild/linux-s390x": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.9.tgz",
- "integrity": "sha512-zHbglfEdC88KMgCWpOl/zc6dDYJvWGLiUtmPRsr1OgCViu3z5GncvNVdf+6/56O2Ca8jUU+t1BW261V6kp8qdw==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.10.tgz",
+ "integrity": "sha512-pZFe0OeskMHzHa9U38g+z8Yx5FNCLFtUnJtQMpwhS+r4S566aK2ci3t4NCP4tjt6d5j5uo4h7tExZMjeKoehAA==",
"cpu": [
"s390x"
],
@@ -1123,9 +1138,9 @@
}
},
"node_modules/@esbuild/linux-x64": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.9.tgz",
- "integrity": "sha512-JUjpystGFFmNrEHQnIVG8hKwvA2DN5o7RqiO1CVX8EN/F/gkCjkUMgVn6hzScpwnJtl2mPR6I9XV1oW8k9O+0A==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.10.tgz",
+ "integrity": "sha512-SpYNEqg/6pZYoc+1zLCjVOYvxfZVZj6w0KROZ3Fje/QrM3nfvT2llI+wmKSrWuX6wmZeTapbarvuNNK/qepSgA==",
"cpu": [
"x64"
],
@@ -1139,9 +1154,9 @@
}
},
"node_modules/@esbuild/netbsd-x64": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.9.tgz",
- "integrity": "sha512-GThgZPAwOBOsheA2RUlW5UeroRfESwMq/guy8uEe3wJlAOjpOXuSevLRd70NZ37ZrpO6RHGHgEHvPg1h3S1Jug==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.10.tgz",
+ "integrity": "sha512-ACbZ0vXy9zksNArWlk2c38NdKg25+L9pr/mVaj9SUq6lHZu/35nx2xnQVRGLrC1KKQqJKRIB0q8GspiHI3J80Q==",
"cpu": [
"x64"
],
@@ -1155,9 +1170,9 @@
}
},
"node_modules/@esbuild/openbsd-x64": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.9.tgz",
- "integrity": "sha512-Ki6PlzppaFVbLnD8PtlVQfsYw4S9n3eQl87cqgeIw+O3sRr9IghpfSKY62mggdt1yCSZ8QWvTZ9jo9fjDSg9uw==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.10.tgz",
+ "integrity": "sha512-PxcgvjdSjtgPMiPQrM3pwSaG4kGphP+bLSb+cihuP0LYdZv1epbAIecHVl5sD3npkfYBZ0ZnOjR878I7MdJDFg==",
"cpu": [
"x64"
],
@@ -1171,9 +1186,9 @@
}
},
"node_modules/@esbuild/sunos-x64": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.9.tgz",
- "integrity": "sha512-MLHj7k9hWh4y1ddkBpvRj2b9NCBhfgBt3VpWbHQnXRedVun/hC7sIyTGDGTfsGuXo4ebik2+3ShjcPbhtFwWDw==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.10.tgz",
+ "integrity": "sha512-ZkIOtrRL8SEJjr+VHjmW0znkPs+oJXhlJbNwfI37rvgeMtk3sxOQevXPXjmAPZPigVTncvFqLMd+uV0IBSEzqA==",
"cpu": [
"x64"
],
@@ -1187,9 +1202,9 @@
}
},
"node_modules/@esbuild/win32-arm64": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.9.tgz",
- "integrity": "sha512-GQoa6OrQ8G08guMFgeXPH7yE/8Dt0IfOGWJSfSH4uafwdC7rWwrfE6P9N8AtPGIjUzdo2+7bN8Xo3qC578olhg==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.10.tgz",
+ "integrity": "sha512-+Sa4oTDbpBfGpl3Hn3XiUe4f8TU2JF7aX8cOfqFYMMjXp6ma6NJDztl5FDG8Ezx0OjwGikIHw+iA54YLDNNVfw==",
"cpu": [
"arm64"
],
@@ -1203,9 +1218,9 @@
}
},
"node_modules/@esbuild/win32-ia32": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.9.tgz",
- "integrity": "sha512-UOozV7Ntykvr5tSOlGCrqU3NBr3d8JqPes0QWN2WOXfvkWVGRajC+Ym0/Wj88fUgecUCLDdJPDF0Nna2UK3Qtg==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.10.tgz",
+ "integrity": "sha512-EOGVLK1oWMBXgfttJdPHDTiivYSjX6jDNaATeNOaCOFEVcfMjtbx7WVQwPSE1eIfCp/CaSF2nSrDtzc4I9f8TQ==",
"cpu": [
"ia32"
],
@@ -1219,9 +1234,9 @@
}
},
"node_modules/@esbuild/win32-x64": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.9.tgz",
- "integrity": "sha512-oxoQgglOP7RH6iasDrhY+R/3cHrfwIDvRlT4CGChflq6twk8iENeVvMJjmvBb94Ik1Z+93iGO27err7w6l54GQ==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.10.tgz",
+ "integrity": "sha512-whqLG6Sc70AbU73fFYvuYzaE4MNMBIlR1Y/IrUeOXFrWHxBEjjbZaQ3IXIQS8wJdAzue2GwYZCjOrgrU1oUHoA==",
"cpu": [
"x64"
],
@@ -1281,10 +1296,32 @@
"url": "https://opencollective.com/eslint"
}
},
+ "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/@eslint/js": {
- "version": "8.55.0",
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.55.0.tgz",
- "integrity": "sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==",
+ "version": "8.56.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz",
+ "integrity": "sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==",
"dev": true,
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -1304,6 +1341,28 @@
"node": ">=10.10.0"
}
},
+ "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/@humanwhocodes/module-importer": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
@@ -1490,9 +1549,9 @@
}
},
"node_modules/@lezer/common": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.1.2.tgz",
- "integrity": "sha512-V+GqBsga5+cQJMfM0GdnHmg4DgWvLzgMWjbldBg0+jC3k9Gu6nJNZDLJxXEBT1Xj8KhRN4jmbC5CY7SIL++sVw==",
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.0.tgz",
+ "integrity": "sha512-Wmvlm4q6tRpwiy20TnB3yyLTZim38Tkc50dPY8biQRwqE+ati/wD84rm3N15hikvdT4uSg9phs9ubjvcLmkpKg==",
"dev": true
},
"node_modules/@lezer/highlight": {
@@ -1505,9 +1564,9 @@
}
},
"node_modules/@lezer/javascript": {
- "version": "1.4.10",
- "resolved": "https://registry.npmjs.org/@lezer/javascript/-/javascript-1.4.10.tgz",
- "integrity": "sha512-XJu3fZjHVVjJcRS7kHdwBO50irXc4H8rQwgm6SmT3Y8IHWk7WzpaLsaR2vdr/jSk/J4pQhXc1WLul7jVdxC+0Q==",
+ "version": "1.4.11",
+ "resolved": "https://registry.npmjs.org/@lezer/javascript/-/javascript-1.4.11.tgz",
+ "integrity": "sha512-B5Y9EJF4BWiMgj4ufxUo2hrORnmMBDrMtR+L7dwIO5pocuSAahG6QBwXR6PbKJOjRywJczU2r2LJPg79ER91TQ==",
"dev": true,
"dependencies": {
"@lezer/highlight": "^1.1.3",
@@ -1603,19 +1662,11 @@
"node": ">= 8"
}
},
- "node_modules/@pkgr/utils": {
- "version": "2.4.2",
- "resolved": "https://registry.npmjs.org/@pkgr/utils/-/utils-2.4.2.tgz",
- "integrity": "sha512-POgTXhjrTfbTV63DiFXav4lBHiICLKKwDeaKn9Nphwj7WH6m0hMMCaJkMyRWjgtPFyRKRVoMXXjczsTQRDEhYw==",
+ "node_modules/@pkgr/core": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.0.tgz",
+ "integrity": "sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==",
"dev": true,
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "fast-glob": "^3.3.0",
- "is-glob": "^4.0.3",
- "open": "^9.1.0",
- "picocolors": "^1.0.0",
- "tslib": "^2.6.0"
- },
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
@@ -1884,9 +1935,9 @@
}
},
"node_modules/@rollup/rollup-android-arm-eabi": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.0.tgz",
- "integrity": "sha512-+1ge/xmaJpm1KVBuIH38Z94zj9fBD+hp+/5WLaHgyY8XLq1ibxk/zj6dTXaqM2cAbYKq8jYlhHd6k05If1W5xA==",
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.9.1.tgz",
+ "integrity": "sha512-6vMdBZqtq1dVQ4CWdhFwhKZL6E4L1dV6jUjuBvsavvNJSppzi6dLBbuV+3+IyUREaj9ZFvQefnQm28v4OCXlig==",
"cpu": [
"arm"
],
@@ -1897,9 +1948,9 @@
]
},
"node_modules/@rollup/rollup-android-arm64": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.0.tgz",
- "integrity": "sha512-im6hUEyQ7ZfoZdNvtwgEJvBWZYauC9KVKq1w58LG2Zfz6zMd8gRrbN+xCVoqA2hv/v6fm9lp5LFGJ3za8EQH3A==",
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.9.1.tgz",
+ "integrity": "sha512-Jto9Fl3YQ9OLsTDWtLFPtaIMSL2kwGyGoVCmPC8Gxvym9TCZm4Sie+cVeblPO66YZsYH8MhBKDMGZ2NDxuk/XQ==",
"cpu": [
"arm64"
],
@@ -1910,9 +1961,9 @@
]
},
"node_modules/@rollup/rollup-darwin-arm64": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.0.tgz",
- "integrity": "sha512-u7aTMskN6Dmg1lCT0QJ+tINRt+ntUrvVkhbPfFz4bCwRZvjItx2nJtwJnJRlKMMaQCHRjrNqHRDYvE4mBm3DlQ==",
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.9.1.tgz",
+ "integrity": "sha512-LtYcLNM+bhsaKAIGwVkh5IOWhaZhjTfNOkGzGqdHvhiCUVuJDalvDxEdSnhFzAn+g23wgsycmZk1vbnaibZwwA==",
"cpu": [
"arm64"
],
@@ -1923,9 +1974,9 @@
]
},
"node_modules/@rollup/rollup-darwin-x64": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.0.tgz",
- "integrity": "sha512-8FvEl3w2ExmpcOmX5RJD0yqXcVSOqAJJUJ29Lca29Ik+3zPS1yFimr2fr5JSZ4Z5gt8/d7WqycpgkX9nocijSw==",
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.9.1.tgz",
+ "integrity": "sha512-KyP/byeXu9V+etKO6Lw3E4tW4QdcnzDG/ake031mg42lob5tN+5qfr+lkcT/SGZaH2PdW4Z1NX9GHEkZ8xV7og==",
"cpu": [
"x64"
],
@@ -1936,9 +1987,9 @@
]
},
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.0.tgz",
- "integrity": "sha512-lHoKYaRwd4gge+IpqJHCY+8Vc3hhdJfU6ukFnnrJasEBUvVlydP8PuwndbWfGkdgSvZhHfSEw6urrlBj0TSSfg==",
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.9.1.tgz",
+ "integrity": "sha512-Yqz/Doumf3QTKplwGNrCHe/B2p9xqDghBZSlAY0/hU6ikuDVQuOUIpDP/YcmoT+447tsZTmirmjgG3znvSCR0Q==",
"cpu": [
"arm"
],
@@ -1949,9 +2000,9 @@
]
},
"node_modules/@rollup/rollup-linux-arm64-gnu": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.0.tgz",
- "integrity": "sha512-JbEPfhndYeWHfOSeh4DOFvNXrj7ls9S/2omijVsao+LBPTPayT1uKcK3dHW3MwDJ7KO11t9m2cVTqXnTKpeaiw==",
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.9.1.tgz",
+ "integrity": "sha512-u3XkZVvxcvlAOlQJ3UsD1rFvLWqu4Ef/Ggl40WAVCuogf4S1nJPHh5RTgqYFpCOvuGJ7H5yGHabjFKEZGExk5Q==",
"cpu": [
"arm64"
],
@@ -1962,9 +2013,9 @@
]
},
"node_modules/@rollup/rollup-linux-arm64-musl": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.0.tgz",
- "integrity": "sha512-ahqcSXLlcV2XUBM3/f/C6cRoh7NxYA/W7Yzuv4bDU1YscTFw7ay4LmD7l6OS8EMhTNvcrWGkEettL1Bhjf+B+w==",
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.9.1.tgz",
+ "integrity": "sha512-0XSYN/rfWShW+i+qjZ0phc6vZ7UWI8XWNz4E/l+6edFt+FxoEghrJHjX1EY/kcUGCnZzYYRCl31SNdfOi450Aw==",
"cpu": [
"arm64"
],
@@ -1975,9 +2026,9 @@
]
},
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.0.tgz",
- "integrity": "sha512-uwvOYNtLw8gVtrExKhdFsYHA/kotURUmZYlinH2VcQxNCQJeJXnkmWgw2hI9Xgzhgu7J9QvWiq9TtTVwWMDa+w==",
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.9.1.tgz",
+ "integrity": "sha512-LmYIO65oZVfFt9t6cpYkbC4d5lKHLYv5B4CSHRpnANq0VZUQXGcCPXHzbCXCz4RQnx7jvlYB1ISVNCE/omz5cw==",
"cpu": [
"riscv64"
],
@@ -1988,9 +2039,9 @@
]
},
"node_modules/@rollup/rollup-linux-x64-gnu": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.0.tgz",
- "integrity": "sha512-m6pkSwcZZD2LCFHZX/zW2aLIISyzWLU3hrLLzQKMI12+OLEzgruTovAxY5sCZJkipklaZqPy/2bEEBNjp+Y7xg==",
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.9.1.tgz",
+ "integrity": "sha512-kr8rEPQ6ns/Lmr/hiw8sEVj9aa07gh1/tQF2Y5HrNCCEPiCBGnBUt9tVusrcBBiJfIt1yNaXN6r1CCmpbFEDpg==",
"cpu": [
"x64"
],
@@ -2001,9 +2052,9 @@
]
},
"node_modules/@rollup/rollup-linux-x64-musl": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.0.tgz",
- "integrity": "sha512-VFAC1RDRSbU3iOF98X42KaVicAfKf0m0OvIu8dbnqhTe26Kh6Ym9JrDulz7Hbk7/9zGc41JkV02g+p3BivOdAg==",
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.9.1.tgz",
+ "integrity": "sha512-t4QSR7gN+OEZLG0MiCgPqMWZGwmeHhsM4AkegJ0Kiy6TnJ9vZ8dEIwHw1LcZKhbHxTY32hp9eVCMdR3/I8MGRw==",
"cpu": [
"x64"
],
@@ -2014,9 +2065,9 @@
]
},
"node_modules/@rollup/rollup-win32-arm64-msvc": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.0.tgz",
- "integrity": "sha512-9jPgMvTKXARz4inw6jezMLA2ihDBvgIU9Ml01hjdVpOcMKyxFBJrn83KVQINnbeqDv0+HdO1c09hgZ8N0s820Q==",
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.9.1.tgz",
+ "integrity": "sha512-7XI4ZCBN34cb+BH557FJPmh0kmNz2c25SCQeT9OiFWEgf8+dL6ZwJ8f9RnUIit+j01u07Yvrsuu1rZGxJCc51g==",
"cpu": [
"arm64"
],
@@ -2027,9 +2078,9 @@
]
},
"node_modules/@rollup/rollup-win32-ia32-msvc": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.0.tgz",
- "integrity": "sha512-WE4pT2kTXQN2bAv40Uog0AsV7/s9nT9HBWXAou8+++MBCnY51QS02KYtm6dQxxosKi1VIz/wZIrTQO5UP2EW+Q==",
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.9.1.tgz",
+ "integrity": "sha512-yE5c2j1lSWOH5jp+Q0qNL3Mdhr8WuqCNVjc6BxbVfS5cAS6zRmdiw7ktb8GNpDCEUJphILY6KACoFoRtKoqNQg==",
"cpu": [
"ia32"
],
@@ -2040,9 +2091,9 @@
]
},
"node_modules/@rollup/rollup-win32-x64-msvc": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.0.tgz",
- "integrity": "sha512-aPP5Q5AqNGuT0tnuEkK/g4mnt3ZhheiXrDIiSVIHN9mcN21OyXDVbEMqmXPE7e2OplNLDkcvV+ZoGJa2ZImFgw==",
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.1.tgz",
+ "integrity": "sha512-PyJsSsafjmIhVgaI1Zdj7m8BB8mMckFah/xbpplObyHfiXzKcI5UOUXRyOdHW7nz4DpMCuzLnF7v5IWHenCwYA==",
"cpu": [
"x64"
],
@@ -2101,15 +2152,6 @@
"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
"dev": true
},
- "node_modules/@types/hast": {
- "version": "3.0.3",
- "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.3.tgz",
- "integrity": "sha512-2fYGlaDy/qyLlhidX42wAH0KBi2TCjKMH8CHmBXgRlJ3Y+OXTiqsPQ6IWarZKwF1JoUcAJdPogv1d4b0COTpmQ==",
- "dev": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
"node_modules/@types/inquirer": {
"version": "9.0.7",
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-9.0.7.tgz",
@@ -2148,15 +2190,6 @@
"@types/mdurl": "*"
}
},
- "node_modules/@types/mdast": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-4.0.3.tgz",
- "integrity": "sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg==",
- "dev": true,
- "dependencies": {
- "@types/unist": "*"
- }
- },
"node_modules/@types/mdurl": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@types/mdurl/-/mdurl-1.0.5.tgz",
@@ -2218,12 +2251,6 @@
"@types/node": "*"
}
},
- "node_modules/@types/unist": {
- "version": "3.0.2",
- "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz",
- "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==",
- "dev": true
- },
"node_modules/@types/web-bluetooth": {
"version": "0.0.20",
"resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz",
@@ -2247,16 +2274,16 @@
}
},
"node_modules/@typescript-eslint/eslint-plugin": {
- "version": "6.14.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.14.0.tgz",
- "integrity": "sha512-1ZJBykBCXaSHG94vMMKmiHoL0MhNHKSVlcHVYZNw+BKxufhqQVTOawNpwwI1P5nIFZ/4jLVop0mcY6mJJDFNaw==",
+ "version": "6.16.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.16.0.tgz",
+ "integrity": "sha512-O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ==",
"dev": true,
"dependencies": {
"@eslint-community/regexpp": "^4.5.1",
- "@typescript-eslint/scope-manager": "6.14.0",
- "@typescript-eslint/type-utils": "6.14.0",
- "@typescript-eslint/utils": "6.14.0",
- "@typescript-eslint/visitor-keys": "6.14.0",
+ "@typescript-eslint/scope-manager": "6.16.0",
+ "@typescript-eslint/type-utils": "6.16.0",
+ "@typescript-eslint/utils": "6.16.0",
+ "@typescript-eslint/visitor-keys": "6.16.0",
"debug": "^4.3.4",
"graphemer": "^1.4.0",
"ignore": "^5.2.4",
@@ -2282,15 +2309,15 @@
}
},
"node_modules/@typescript-eslint/parser": {
- "version": "6.14.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.14.0.tgz",
- "integrity": "sha512-QjToC14CKacd4Pa7JK4GeB/vHmWFJckec49FR4hmIRf97+KXole0T97xxu9IFiPxVQ1DBWrQ5wreLwAGwWAVQA==",
+ "version": "6.16.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.16.0.tgz",
+ "integrity": "sha512-H2GM3eUo12HpKZU9njig3DF5zJ58ja6ahj1GoHEHOgQvYxzoFJJEvC1MQ7T2l9Ha+69ZSOn7RTxOdpC/y3ikMw==",
"dev": true,
"dependencies": {
- "@typescript-eslint/scope-manager": "6.14.0",
- "@typescript-eslint/types": "6.14.0",
- "@typescript-eslint/typescript-estree": "6.14.0",
- "@typescript-eslint/visitor-keys": "6.14.0",
+ "@typescript-eslint/scope-manager": "6.16.0",
+ "@typescript-eslint/types": "6.16.0",
+ "@typescript-eslint/typescript-estree": "6.16.0",
+ "@typescript-eslint/visitor-keys": "6.16.0",
"debug": "^4.3.4"
},
"engines": {
@@ -2310,13 +2337,13 @@
}
},
"node_modules/@typescript-eslint/scope-manager": {
- "version": "6.14.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.14.0.tgz",
- "integrity": "sha512-VT7CFWHbZipPncAZtuALr9y3EuzY1b1t1AEkIq2bTXUPKw+pHoXflGNG5L+Gv6nKul1cz1VH8fz16IThIU0tdg==",
+ "version": "6.16.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz",
+ "integrity": "sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "6.14.0",
- "@typescript-eslint/visitor-keys": "6.14.0"
+ "@typescript-eslint/types": "6.16.0",
+ "@typescript-eslint/visitor-keys": "6.16.0"
},
"engines": {
"node": "^16.0.0 || >=18.0.0"
@@ -2327,13 +2354,13 @@
}
},
"node_modules/@typescript-eslint/type-utils": {
- "version": "6.14.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.14.0.tgz",
- "integrity": "sha512-x6OC9Q7HfYKqjnuNu5a7kffIYs3No30isapRBJl1iCHLitD8O0lFbRcVGiOcuyN837fqXzPZ1NS10maQzZMKqw==",
+ "version": "6.16.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.16.0.tgz",
+ "integrity": "sha512-ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg==",
"dev": true,
"dependencies": {
- "@typescript-eslint/typescript-estree": "6.14.0",
- "@typescript-eslint/utils": "6.14.0",
+ "@typescript-eslint/typescript-estree": "6.16.0",
+ "@typescript-eslint/utils": "6.16.0",
"debug": "^4.3.4",
"ts-api-utils": "^1.0.1"
},
@@ -2354,9 +2381,9 @@
}
},
"node_modules/@typescript-eslint/types": {
- "version": "6.14.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.14.0.tgz",
- "integrity": "sha512-uty9H2K4Xs8E47z3SnXEPRNDfsis8JO27amp2GNCnzGETEW3yTqEIVg5+AI7U276oGF/tw6ZA+UesxeQ104ceA==",
+ "version": "6.16.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.16.0.tgz",
+ "integrity": "sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==",
"dev": true,
"engines": {
"node": "^16.0.0 || >=18.0.0"
@@ -2367,16 +2394,17 @@
}
},
"node_modules/@typescript-eslint/typescript-estree": {
- "version": "6.14.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.14.0.tgz",
- "integrity": "sha512-yPkaLwK0yH2mZKFE/bXkPAkkFgOv15GJAUzgUVonAbv0Hr4PK/N2yaA/4XQbTZQdygiDkpt5DkxPELqHguNvyw==",
+ "version": "6.16.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz",
+ "integrity": "sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "6.14.0",
- "@typescript-eslint/visitor-keys": "6.14.0",
+ "@typescript-eslint/types": "6.16.0",
+ "@typescript-eslint/visitor-keys": "6.16.0",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
+ "minimatch": "9.0.3",
"semver": "^7.5.4",
"ts-api-utils": "^1.0.1"
},
@@ -2394,17 +2422,17 @@
}
},
"node_modules/@typescript-eslint/utils": {
- "version": "6.14.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.14.0.tgz",
- "integrity": "sha512-XwRTnbvRr7Ey9a1NT6jqdKX8y/atWG+8fAIu3z73HSP8h06i3r/ClMhmaF/RGWGW1tHJEwij1uEg2GbEmPYvYg==",
+ "version": "6.16.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.16.0.tgz",
+ "integrity": "sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
"@types/json-schema": "^7.0.12",
"@types/semver": "^7.5.0",
- "@typescript-eslint/scope-manager": "6.14.0",
- "@typescript-eslint/types": "6.14.0",
- "@typescript-eslint/typescript-estree": "6.14.0",
+ "@typescript-eslint/scope-manager": "6.16.0",
+ "@typescript-eslint/types": "6.16.0",
+ "@typescript-eslint/typescript-estree": "6.16.0",
"semver": "^7.5.4"
},
"engines": {
@@ -2419,12 +2447,12 @@
}
},
"node_modules/@typescript-eslint/visitor-keys": {
- "version": "6.14.0",
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.14.0.tgz",
- "integrity": "sha512-fB5cw6GRhJUz03MrROVuj5Zm/Q+XWlVdIsFj+Zb1Hvqouc8t+XP2H5y53QYU/MGtd2dPg6/vJJlhoX3xc2ehfw==",
+ "version": "6.16.0",
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz",
+ "integrity": "sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==",
"dev": true,
"dependencies": {
- "@typescript-eslint/types": "6.14.0",
+ "@typescript-eslint/types": "6.16.0",
"eslint-visitor-keys": "^3.4.1"
},
"engines": {
@@ -2442,52 +2470,52 @@
"dev": true
},
"node_modules/@vitejs/plugin-vue": {
- "version": "4.5.2",
- "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.5.2.tgz",
- "integrity": "sha512-UGR3DlzLi/SaVBPX0cnSyE37vqxU3O6chn8l0HJNzQzDia6/Au2A4xKv+iIJW8w2daf80G7TYHhi1pAUjdZ0bQ==",
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.0.tgz",
+ "integrity": "sha512-7x5e8X4J1Wi4NxudGjJBd2OFerAi/0nzF80ojCzvfj347WVr0YSn82C8BSsgwSHzlk9Kw5xnZfj0/7RLnNwP5w==",
"dev": true,
"engines": {
- "node": "^14.18.0 || >=16.0.0"
+ "node": "^18.0.0 || >=20.0.0"
},
"peerDependencies": {
- "vite": "^4.0.0 || ^5.0.0",
+ "vite": "^5.0.0",
"vue": "^3.2.25"
}
},
"node_modules/@vue/compiler-core": {
- "version": "3.3.11",
- "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.3.11.tgz",
- "integrity": "sha512-h97/TGWBilnLuRaj58sxNrsUU66fwdRKLOLQ9N/5iNDfp+DZhYH9Obhe0bXxhedl8fjAgpRANpiZfbgWyruQ0w==",
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.4.0.tgz",
+ "integrity": "sha512-cw4S15PkNGTKkP9OFFl4wnQoJJk+HqaYBafgrpDnSukiQGpcYJeRpzmqnCVCIkl6V6Eqsv58E0OAdl6b592vuA==",
"dev": true,
"dependencies": {
- "@babel/parser": "^7.23.5",
- "@vue/shared": "3.3.11",
+ "@babel/parser": "^7.23.6",
+ "@vue/shared": "3.4.0",
+ "entities": "^4.5.0",
"estree-walker": "^2.0.2",
"source-map-js": "^1.0.2"
}
},
"node_modules/@vue/compiler-dom": {
- "version": "3.3.11",
- "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.3.11.tgz",
- "integrity": "sha512-zoAiUIqSKqAJ81WhfPXYmFGwDRuO+loqLxvXmfUdR5fOitPoUiIeFI9cTTyv9MU5O1+ZZglJVTusWzy+wfk5hw==",
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.4.0.tgz",
+ "integrity": "sha512-E957uOhpoE48YjZGWeAoLmNYd3UeU4oIP8kJi8Rcsb9l2tV8Z48Jn07Zgq1aW0v3vuhlmydEKkKKbhLpADHXEA==",
"dev": true,
"dependencies": {
- "@vue/compiler-core": "3.3.11",
- "@vue/shared": "3.3.11"
+ "@vue/compiler-core": "3.4.0",
+ "@vue/shared": "3.4.0"
}
},
"node_modules/@vue/compiler-sfc": {
- "version": "3.3.11",
- "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.3.11.tgz",
- "integrity": "sha512-U4iqPlHO0KQeK1mrsxCN0vZzw43/lL8POxgpzcJweopmqtoYy9nljJzWDIQS3EfjiYhfdtdk9Gtgz7MRXnz3GA==",
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.4.0.tgz",
+ "integrity": "sha512-PWE0mE2yW7bJS7PmaCrVDEG6KPaDJo0pb4AKnCxJ5lRRDO4IwL/fswBGhCpov+v/c+N/e+hQHpXNwvqU9BtUXg==",
"dev": true,
"dependencies": {
- "@babel/parser": "^7.23.5",
- "@vue/compiler-core": "3.3.11",
- "@vue/compiler-dom": "3.3.11",
- "@vue/compiler-ssr": "3.3.11",
- "@vue/reactivity-transform": "3.3.11",
- "@vue/shared": "3.3.11",
+ "@babel/parser": "^7.23.6",
+ "@vue/compiler-core": "3.4.0",
+ "@vue/compiler-dom": "3.4.0",
+ "@vue/compiler-ssr": "3.4.0",
+ "@vue/shared": "3.4.0",
"estree-walker": "^2.0.2",
"magic-string": "^0.30.5",
"postcss": "^8.4.32",
@@ -2495,13 +2523,13 @@
}
},
"node_modules/@vue/compiler-ssr": {
- "version": "3.3.11",
- "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.3.11.tgz",
- "integrity": "sha512-Zd66ZwMvndxRTgVPdo+muV4Rv9n9DwQ4SSgWWKWkPFebHQfVYRrVjeygmmDmPewsHyznCNvJ2P2d6iOOhdv8Qg==",
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.4.0.tgz",
+ "integrity": "sha512-+oXKy105g9DIYQKDi3Gwung0xqQX5gJHr0GR+Vf7yK/WkNDM6q61ummcKmKAB85EIst8y3vj2PA9z9YU5Oc4DQ==",
"dev": true,
"dependencies": {
- "@vue/compiler-dom": "3.3.11",
- "@vue/shared": "3.3.11"
+ "@vue/compiler-dom": "3.4.0",
+ "@vue/shared": "3.4.0"
}
},
"node_modules/@vue/devtools-api": {
@@ -2561,76 +2589,63 @@
}
},
"node_modules/@vue/reactivity": {
- "version": "3.3.11",
- "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.3.11.tgz",
- "integrity": "sha512-D5tcw091f0nuu+hXq5XANofD0OXnBmaRqMYl5B3fCR+mX+cXJIGNw/VNawBqkjLNWETrFW0i+xH9NvDbTPVh7g==",
- "dev": true,
- "dependencies": {
- "@vue/shared": "3.3.11"
- }
- },
- "node_modules/@vue/reactivity-transform": {
- "version": "3.3.11",
- "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.3.11.tgz",
- "integrity": "sha512-fPGjH0wqJo68A0wQ1k158utDq/cRyZNlFoxGwNScE28aUFOKFEnCBsvyD8jHn+0kd0UKVpuGuaZEQ6r9FJRqCg==",
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.4.0.tgz",
+ "integrity": "sha512-X6BvQjNcgKKHWPQzlRJjZvIu72Kkn8xJSv6VNptqWh8dToMknD0Hch1l4N7llKgVt6Diq4lMeUnErbZFvuGlAA==",
"dev": true,
"dependencies": {
- "@babel/parser": "^7.23.5",
- "@vue/compiler-core": "3.3.11",
- "@vue/shared": "3.3.11",
- "estree-walker": "^2.0.2",
- "magic-string": "^0.30.5"
+ "@vue/shared": "3.4.0"
}
},
"node_modules/@vue/runtime-core": {
- "version": "3.3.11",
- "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.3.11.tgz",
- "integrity": "sha512-g9ztHGwEbS5RyWaOpXuyIVFTschclnwhqEbdy5AwGhYOgc7m/q3NFwr50MirZwTTzX55JY8pSkeib9BX04NIpw==",
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.4.0.tgz",
+ "integrity": "sha512-NYrj/JgMMqnSWcIud8lLzDQrBLu+EVEeQ56QE9DYJeKG2eFrnQy8o/h57R9nCprafHs0uImKL3xsdXjHseYVxw==",
"dev": true,
"dependencies": {
- "@vue/reactivity": "3.3.11",
- "@vue/shared": "3.3.11"
+ "@vue/reactivity": "3.4.0",
+ "@vue/shared": "3.4.0"
}
},
"node_modules/@vue/runtime-dom": {
- "version": "3.3.11",
- "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.3.11.tgz",
- "integrity": "sha512-OlhtV1PVpbgk+I2zl+Y5rQtDNcCDs12rsRg71XwaA2/Rbllw6mBLMi57VOn8G0AjOJ4Mdb4k56V37+g8ukShpQ==",
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.4.0.tgz",
+ "integrity": "sha512-1ZoHEsA5l77qbx2F+SWo/hQdBksPuOmww1t/jznidDG+xMB/iidafEFvo2ZTtZii0JfTIrlDhjshfYUvQC17wQ==",
"dev": true,
"dependencies": {
- "@vue/runtime-core": "3.3.11",
- "@vue/shared": "3.3.11",
- "csstype": "^3.1.2"
+ "@vue/runtime-core": "3.4.0",
+ "@vue/shared": "3.4.0",
+ "csstype": "^3.1.3"
}
},
"node_modules/@vue/server-renderer": {
- "version": "3.3.11",
- "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.3.11.tgz",
- "integrity": "sha512-AIWk0VwwxCAm4wqtJyxBylRTXSy1wCLOKbWxHaHiu14wjsNYtiRCSgVuqEPVuDpErOlRdNnuRgipQfXRLjLN5A==",
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.4.0.tgz",
+ "integrity": "sha512-GuOVCyLDlWPu8nKo5AUxb8B+iB/Ik4I1WwqAlBqf5+y48z6D6rvKshp7KR3cJea+pte1tdTsb0+Ja82KizMZOw==",
"dev": true,
"dependencies": {
- "@vue/compiler-ssr": "3.3.11",
- "@vue/shared": "3.3.11"
+ "@vue/compiler-ssr": "3.4.0",
+ "@vue/shared": "3.4.0"
},
"peerDependencies": {
- "vue": "3.3.11"
+ "vue": "3.4.0"
}
},
"node_modules/@vue/shared": {
- "version": "3.3.11",
- "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.3.11.tgz",
- "integrity": "sha512-u2G8ZQ9IhMWTMXaWqZycnK4UthG1fA238CD+DP4Dm4WJi5hdUKKLg0RMRaRpDPNMdkTwIDkp7WtD0Rd9BH9fLw==",
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.4.0.tgz",
+ "integrity": "sha512-Nhh3ed3G1R6HDAWiG6YYFt0Zmq/To6u5vjzwa9TIquGheCXPY6nEdIAO8ZdlwXsWqC2yNLj700FOvShpYt5CEA==",
"dev": true
},
"node_modules/@vueuse/core": {
- "version": "10.7.0",
- "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.7.0.tgz",
- "integrity": "sha512-4EUDESCHtwu44ZWK3Gc/hZUVhVo/ysvdtwocB5vcauSV4B7NiGY5972WnsojB3vRNdxvAt7kzJWE2h9h7C9d5w==",
+ "version": "10.7.1",
+ "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.7.1.tgz",
+ "integrity": "sha512-74mWHlaesJSWGp1ihg76vAnfVq9NTv1YT0SYhAQ6zwFNdBkkP+CKKJmVOEHcdSnLXCXYiL5e7MaewblfiYLP7g==",
"dev": true,
"dependencies": {
"@types/web-bluetooth": "^0.0.20",
- "@vueuse/metadata": "10.7.0",
- "@vueuse/shared": "10.7.0",
+ "@vueuse/metadata": "10.7.1",
+ "@vueuse/shared": "10.7.1",
"vue-demi": ">=0.14.6"
},
"funding": {
@@ -2664,13 +2679,13 @@
}
},
"node_modules/@vueuse/integrations": {
- "version": "10.7.0",
- "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-10.7.0.tgz",
- "integrity": "sha512-rxiMYgS+91n93qXpHZF9NbHhppWY6IJyVTDxt4acyChL0zZVx7P8FAAfpF1qVK8e4wfjerhpEiMJ0IZ1GWUZ2A==",
+ "version": "10.7.1",
+ "resolved": "https://registry.npmjs.org/@vueuse/integrations/-/integrations-10.7.1.tgz",
+ "integrity": "sha512-cKo5LEeKVHdBRBtMTOrDPdR0YNtrmN9IBfdcnY2P3m5LHVrsD0xiHUtAH1WKjHQRIErZG6rJUa6GA4tWZt89Og==",
"dev": true,
"dependencies": {
- "@vueuse/core": "10.7.0",
- "@vueuse/shared": "10.7.0",
+ "@vueuse/core": "10.7.1",
+ "@vueuse/shared": "10.7.1",
"vue-demi": ">=0.14.6"
},
"funding": {
@@ -2756,18 +2771,18 @@
}
},
"node_modules/@vueuse/metadata": {
- "version": "10.7.0",
- "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.7.0.tgz",
- "integrity": "sha512-GlaH7tKP2iBCZ3bHNZ6b0cl9g0CJK8lttkBNUX156gWvNYhTKEtbweWLm9rxCPIiwzYcr/5xML6T8ZUEt+DkvA==",
+ "version": "10.7.1",
+ "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.7.1.tgz",
+ "integrity": "sha512-jX8MbX5UX067DYVsbtrmKn6eG6KMcXxLRLlurGkZku5ZYT3vxgBjui2zajvUZ18QLIjrgBkFRsu7CqTAg18QFw==",
"dev": true,
"funding": {
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/@vueuse/shared": {
- "version": "10.7.0",
- "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.7.0.tgz",
- "integrity": "sha512-kc00uV6CiaTdc3i1CDC4a3lBxzaBE9AgYNtFN87B5OOscqeWElj/uza8qVDmk7/U8JbqoONLbtqiLJ5LGRuqlw==",
+ "version": "10.7.1",
+ "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.7.1.tgz",
+ "integrity": "sha512-v0jbRR31LSgRY/C5i5X279A/WQjD6/JsMzGa+eqt658oJ75IvQXAeONmwvEMrvJQKnRElq/frzBR7fhmWY5uLw==",
"dev": true,
"dependencies": {
"vue-demi": ">=0.14.6"
@@ -3134,9 +3149,9 @@
}
},
"node_modules/axios": {
- "version": "1.6.2",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz",
- "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==",
+ "version": "1.6.3",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.3.tgz",
+ "integrity": "sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==",
"dev": true,
"dependencies": {
"follow-redirects": "^1.15.0",
@@ -3170,15 +3185,6 @@
}
]
},
- "node_modules/big-integer": {
- "version": "1.6.52",
- "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz",
- "integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==",
- "dev": true,
- "engines": {
- "node": ">=0.6"
- }
- },
"node_modules/binary-extensions": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
@@ -3219,26 +3225,13 @@
"integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
"dev": true
},
- "node_modules/bplist-parser": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz",
- "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==",
- "dev": true,
- "dependencies": {
- "big-integer": "^1.6.44"
- },
- "engines": {
- "node": ">= 5.10.0"
- }
- },
"node_modules/brace-expansion": {
- "version": "1.1.11",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
+ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
"dev": true,
"dependencies": {
- "balanced-match": "^1.0.0",
- "concat-map": "0.0.1"
+ "balanced-match": "^1.0.0"
}
},
"node_modules/braces": {
@@ -3447,21 +3440,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/bundle-name": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-3.0.0.tgz",
- "integrity": "sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==",
- "dev": true,
- "dependencies": {
- "run-applescript": "^5.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/caching-transform": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/caching-transform/-/caching-transform-4.0.0.tgz",
@@ -3510,9 +3488,9 @@
}
},
"node_modules/caniuse-lite": {
- "version": "1.0.30001570",
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001570.tgz",
- "integrity": "sha512-+3e0ASu4sw1SWaoCtvPeyXp+5PsjigkSt8OXZbF9StH5pQWbxEjLAZE3n8Aup5udop1uRiKA7a4utUk/uoSpUw==",
+ "version": "1.0.30001572",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001572.tgz",
+ "integrity": "sha512-1Pbh5FLmn5y4+QhNyJE9j3/7dK44dGB83/ZMjv/qJk86TvDbjk0LosiZo0i0WB0Vx607qMX9jYrn1VLHCkN4rw==",
"dev": true,
"funding": [
{
@@ -3529,16 +3507,6 @@
}
]
},
- "node_modules/ccount": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/ccount/-/ccount-2.0.1.tgz",
- "integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
- "dev": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/chalk": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
@@ -3551,26 +3519,6 @@
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
- "node_modules/character-entities-html4": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-2.1.0.tgz",
- "integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
- "dev": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
- "node_modules/character-entities-legacy": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz",
- "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
- "dev": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/chardet": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
@@ -3623,9 +3571,9 @@
}
},
"node_modules/ci-info": {
- "version": "3.9.0",
- "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
- "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz",
+ "integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==",
"dev": true,
"funding": [
{
@@ -3872,16 +3820,6 @@
"node": ">= 0.8"
}
},
- "node_modules/comma-separated-tokens": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-2.0.3.tgz",
- "integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
- "dev": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/commander": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
@@ -4004,9 +3942,9 @@
"dev": true
},
"node_modules/core-js": {
- "version": "3.34.0",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.34.0.tgz",
- "integrity": "sha512-aDdvlDder8QmY91H88GzNi9EtQi2TjvQhpCX6B1v/dAZHU1AuLgHvRh54RiOerpEhEW46Tkf+vgAViB/CWC0ag==",
+ "version": "3.35.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.35.0.tgz",
+ "integrity": "sha512-ntakECeqg81KqMueeGJ79Q5ZgQNR+6eaE8sxGCx62zMbAIj65q+uYvatToew3m6eAGdU4gNZwpZ34NMe4GYswg==",
"dev": true,
"hasInstallScript": true,
"funding": {
@@ -4014,6 +3952,19 @@
"url": "https://opencollective.com/core-js"
}
},
+ "node_modules/core-js-compat": {
+ "version": "3.35.0",
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.35.0.tgz",
+ "integrity": "sha512-5blwFAddknKeNgsjBzilkdQ0+YK8L1PfqPYq40NOYMYFSS38qj+hpTcLLWwpIwA2A5bje/x5jmVn2tzUMg9IVw==",
+ "dev": true,
+ "dependencies": {
+ "browserslist": "^4.22.2"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/core-js"
+ }
+ },
"node_modules/cosmiconfig": {
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.1.3.tgz",
@@ -4151,90 +4102,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/default-browser": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-4.0.0.tgz",
- "integrity": "sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==",
- "dev": true,
- "dependencies": {
- "bundle-name": "^3.0.0",
- "default-browser-id": "^3.0.0",
- "execa": "^7.1.1",
- "titleize": "^3.0.0"
- },
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/default-browser-id": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-3.0.0.tgz",
- "integrity": "sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==",
- "dev": true,
- "dependencies": {
- "bplist-parser": "^0.2.0",
- "untildify": "^4.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/default-browser/node_modules/execa": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz",
- "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==",
- "dev": true,
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.1",
- "human-signals": "^4.3.0",
- "is-stream": "^3.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^5.1.0",
- "onetime": "^6.0.0",
- "signal-exit": "^3.0.7",
- "strip-final-newline": "^3.0.0"
- },
- "engines": {
- "node": "^14.18.0 || ^16.14.0 || >=18.0.0"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/default-browser/node_modules/get-stream": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
- "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/default-browser/node_modules/human-signals": {
- "version": "4.3.1",
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
- "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==",
- "dev": true,
- "engines": {
- "node": ">=14.18.0"
- }
- },
- "node_modules/default-browser/node_modules/signal-exit": {
- "version": "3.0.7",
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
- "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
- "dev": true
- },
"node_modules/default-require-extensions": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-3.0.1.tgz",
@@ -4276,18 +4143,6 @@
"node": ">= 0.4"
}
},
- "node_modules/define-lazy-prop": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz",
- "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/define-properties": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
@@ -4314,28 +4169,6 @@
"node": ">=0.4.0"
}
},
- "node_modules/dequal": {
- "version": "2.0.3",
- "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
- "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/devlop": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
- "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
- "dev": true,
- "dependencies": {
- "dequal": "^2.0.0"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/devtools-protocol": {
"version": "0.0.1107588",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1107588.tgz",
@@ -4376,9 +4209,9 @@
}
},
"node_modules/electron-to-chromium": {
- "version": "1.4.613",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.613.tgz",
- "integrity": "sha512-r4x5+FowKG6q+/Wj0W9nidx7QO31BJwmR2uEo+Qh3YLGQ8SbBAFuDFpTxzly/I2gsbrFwBuIjrMp423L3O5U3w==",
+ "version": "1.4.616",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.616.tgz",
+ "integrity": "sha512-1n7zWYh8eS0L9Uy+GskE0lkBUNK83cXTVJI0pU3mGprFsbfSdAc15VTFbo+A+Bq4pwstmL30AVcEU3Fo463lNg==",
"dev": true
},
"node_modules/emoji-regex": {
@@ -4538,9 +4371,9 @@
"dev": true
},
"node_modules/esbuild": {
- "version": "0.19.9",
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.9.tgz",
- "integrity": "sha512-U9CHtKSy+EpPsEBa+/A2gMs/h3ylBC0H0KSqIg7tpztHerLi6nrrcoUJAkNCEPumx8yJ+Byic4BVwHgRbN0TBg==",
+ "version": "0.19.10",
+ "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.10.tgz",
+ "integrity": "sha512-S1Y27QGt/snkNYrRcswgRFqZjaTG5a5xM3EQo97uNBnH505pdzSNe/HLBq1v0RO7iK/ngdbhJB6mDAp0OK+iUA==",
"dev": true,
"hasInstallScript": true,
"bin": {
@@ -4550,28 +4383,29 @@
"node": ">=12"
},
"optionalDependencies": {
- "@esbuild/android-arm": "0.19.9",
- "@esbuild/android-arm64": "0.19.9",
- "@esbuild/android-x64": "0.19.9",
- "@esbuild/darwin-arm64": "0.19.9",
- "@esbuild/darwin-x64": "0.19.9",
- "@esbuild/freebsd-arm64": "0.19.9",
- "@esbuild/freebsd-x64": "0.19.9",
- "@esbuild/linux-arm": "0.19.9",
- "@esbuild/linux-arm64": "0.19.9",
- "@esbuild/linux-ia32": "0.19.9",
- "@esbuild/linux-loong64": "0.19.9",
- "@esbuild/linux-mips64el": "0.19.9",
- "@esbuild/linux-ppc64": "0.19.9",
- "@esbuild/linux-riscv64": "0.19.9",
- "@esbuild/linux-s390x": "0.19.9",
- "@esbuild/linux-x64": "0.19.9",
- "@esbuild/netbsd-x64": "0.19.9",
- "@esbuild/openbsd-x64": "0.19.9",
- "@esbuild/sunos-x64": "0.19.9",
- "@esbuild/win32-arm64": "0.19.9",
- "@esbuild/win32-ia32": "0.19.9",
- "@esbuild/win32-x64": "0.19.9"
+ "@esbuild/aix-ppc64": "0.19.10",
+ "@esbuild/android-arm": "0.19.10",
+ "@esbuild/android-arm64": "0.19.10",
+ "@esbuild/android-x64": "0.19.10",
+ "@esbuild/darwin-arm64": "0.19.10",
+ "@esbuild/darwin-x64": "0.19.10",
+ "@esbuild/freebsd-arm64": "0.19.10",
+ "@esbuild/freebsd-x64": "0.19.10",
+ "@esbuild/linux-arm": "0.19.10",
+ "@esbuild/linux-arm64": "0.19.10",
+ "@esbuild/linux-ia32": "0.19.10",
+ "@esbuild/linux-loong64": "0.19.10",
+ "@esbuild/linux-mips64el": "0.19.10",
+ "@esbuild/linux-ppc64": "0.19.10",
+ "@esbuild/linux-riscv64": "0.19.10",
+ "@esbuild/linux-s390x": "0.19.10",
+ "@esbuild/linux-x64": "0.19.10",
+ "@esbuild/netbsd-x64": "0.19.10",
+ "@esbuild/openbsd-x64": "0.19.10",
+ "@esbuild/sunos-x64": "0.19.10",
+ "@esbuild/win32-arm64": "0.19.10",
+ "@esbuild/win32-ia32": "0.19.10",
+ "@esbuild/win32-x64": "0.19.10"
}
},
"node_modules/escalade": {
@@ -4596,15 +4430,15 @@
}
},
"node_modules/eslint": {
- "version": "8.55.0",
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.55.0.tgz",
- "integrity": "sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==",
+ "version": "8.56.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz",
+ "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.6.1",
"@eslint/eslintrc": "^2.1.4",
- "@eslint/js": "8.55.0",
+ "@eslint/js": "8.56.0",
"@humanwhocodes/config-array": "^0.11.13",
"@humanwhocodes/module-importer": "^1.0.1",
"@nodelib/fs.walk": "^1.2.8",
@@ -4739,7 +4573,17 @@
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
}
},
- "node_modules/eslint-plugin-import/node_modules/debug": {
+ "node_modules/eslint-plugin-import/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/eslint-plugin-import/node_modules/debug": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
@@ -4760,24 +4604,37 @@
"node": ">=0.10.0"
}
},
+ "node_modules/eslint-plugin-import/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/eslint-plugin-prettier": {
- "version": "5.0.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz",
- "integrity": "sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==",
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.2.tgz",
+ "integrity": "sha512-dhlpWc9vOwohcWmClFcA+HjlvUpuyynYs0Rf+L/P6/0iQE6vlHW9l5bkfzN62/Stm9fbq8ku46qzde76T1xlSg==",
"dev": true,
"dependencies": {
"prettier-linter-helpers": "^1.0.0",
- "synckit": "^0.8.5"
+ "synckit": "^0.8.6"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"funding": {
- "url": "https://opencollective.com/prettier"
+ "url": "https://opencollective.com/eslint-plugin-prettier"
},
"peerDependencies": {
"@types/eslint": ">=8.0.0",
"eslint": ">=8.0.0",
+ "eslint-config-prettier": "*",
"prettier": ">=3.0.0"
},
"peerDependenciesMeta": {
@@ -4790,15 +4647,17 @@
}
},
"node_modules/eslint-plugin-unicorn": {
- "version": "49.0.0",
- "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-49.0.0.tgz",
- "integrity": "sha512-0fHEa/8Pih5cmzFW5L7xMEfUTvI9WKeQtjmKpTUmY+BiFCDxkxrTdnURJOHKykhtwIeyYsxnecbGvDCml++z4Q==",
+ "version": "50.0.1",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-50.0.1.tgz",
+ "integrity": "sha512-KxenCZxqSYW0GWHH18okDlOQcpezcitm5aOSz6EnobyJ6BIByiPDviQRjJIUAjG/tMN11958MxaQ+qCoU6lfDA==",
"dev": true,
"dependencies": {
"@babel/helper-validator-identifier": "^7.22.20",
"@eslint-community/eslint-utils": "^4.4.0",
- "ci-info": "^3.8.0",
+ "@eslint/eslintrc": "^2.1.4",
+ "ci-info": "^4.0.0",
"clean-regexp": "^1.0.0",
+ "core-js-compat": "^3.34.0",
"esquery": "^1.5.0",
"indent-string": "^4.0.0",
"is-builtin-module": "^3.2.1",
@@ -4817,7 +4676,7 @@
"url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
},
"peerDependencies": {
- "eslint": ">=8.52.0"
+ "eslint": ">=8.56.0"
}
},
"node_modules/eslint-plugin-vue": {
@@ -4884,6 +4743,16 @@
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
}
},
+ "node_modules/eslint/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
"node_modules/eslint/node_modules/chalk": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -4930,6 +4799,18 @@
"node": ">=10.13.0"
}
},
+ "node_modules/eslint/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/eslint/node_modules/supports-color": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
@@ -5139,9 +5020,9 @@
"dev": true
},
"node_modules/fastq": {
- "version": "1.15.0",
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
- "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
+ "version": "1.16.0",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.16.0.tgz",
+ "integrity": "sha512-ifCoaXsDrsdkWTtiNJX5uzHDsrck5TzfKKDcuFFTIrrc/BS076qgEIfoIy1VeZqViznfKiysPYTh/QeHtnIsYA==",
"dev": true,
"dependencies": {
"reusify": "^1.0.4"
@@ -5661,15 +5542,6 @@
"node": ">= 6"
}
},
- "node_modules/glob/node_modules/brace-expansion": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
"node_modules/glob/node_modules/minimatch": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
@@ -5883,137 +5755,6 @@
"node": ">= 0.4"
}
},
- "node_modules/hast-util-from-parse5": {
- "version": "8.0.1",
- "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-8.0.1.tgz",
- "integrity": "sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==",
- "dev": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "@types/unist": "^3.0.0",
- "devlop": "^1.0.0",
- "hastscript": "^8.0.0",
- "property-information": "^6.0.0",
- "vfile": "^6.0.0",
- "vfile-location": "^5.0.0",
- "web-namespaces": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-parse-selector": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-4.0.0.tgz",
- "integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
- "dev": true,
- "dependencies": {
- "@types/hast": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-raw": {
- "version": "9.0.1",
- "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-9.0.1.tgz",
- "integrity": "sha512-5m1gmba658Q+lO5uqL5YNGQWeh1MYWZbZmWrM5lncdcuiXuo5E2HT/CIOp0rLF8ksfSwiCVJ3twlgVRyTGThGA==",
- "dev": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "@types/unist": "^3.0.0",
- "@ungap/structured-clone": "^1.0.0",
- "hast-util-from-parse5": "^8.0.0",
- "hast-util-to-parse5": "^8.0.0",
- "html-void-elements": "^3.0.0",
- "mdast-util-to-hast": "^13.0.0",
- "parse5": "^7.0.0",
- "unist-util-position": "^5.0.0",
- "unist-util-visit": "^5.0.0",
- "vfile": "^6.0.0",
- "web-namespaces": "^2.0.0",
- "zwitch": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-to-html": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-9.0.0.tgz",
- "integrity": "sha512-IVGhNgg7vANuUA2XKrT6sOIIPgaYZnmLx3l/CCOAK0PtgfoHrZwX7jCSYyFxHTrGmC6S9q8aQQekjp4JPZF+cw==",
- "dev": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "@types/unist": "^3.0.0",
- "ccount": "^2.0.0",
- "comma-separated-tokens": "^2.0.0",
- "hast-util-raw": "^9.0.0",
- "hast-util-whitespace": "^3.0.0",
- "html-void-elements": "^3.0.0",
- "mdast-util-to-hast": "^13.0.0",
- "property-information": "^6.0.0",
- "space-separated-tokens": "^2.0.0",
- "stringify-entities": "^4.0.0",
- "zwitch": "^2.0.4"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-to-parse5": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/hast-util-to-parse5/-/hast-util-to-parse5-8.0.0.tgz",
- "integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==",
- "dev": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "comma-separated-tokens": "^2.0.0",
- "devlop": "^1.0.0",
- "property-information": "^6.0.0",
- "space-separated-tokens": "^2.0.0",
- "web-namespaces": "^2.0.0",
- "zwitch": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hast-util-whitespace": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-3.0.0.tgz",
- "integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
- "dev": true,
- "dependencies": {
- "@types/hast": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/hastscript": {
- "version": "8.0.0",
- "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-8.0.0.tgz",
- "integrity": "sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==",
- "dev": true,
- "dependencies": {
- "@types/hast": "^3.0.0",
- "comma-separated-tokens": "^2.0.0",
- "hast-util-parse-selector": "^4.0.0",
- "property-information": "^6.0.0",
- "space-separated-tokens": "^2.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/he": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
@@ -6035,16 +5776,6 @@
"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
"dev": true
},
- "node_modules/html-void-elements": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-3.0.0.tgz",
- "integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
- "dev": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/https-proxy-agent": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
@@ -6336,21 +6067,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/is-docker": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
- "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
- "dev": true,
- "bin": {
- "is-docker": "cli.js"
- },
- "engines": {
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/is-extglob": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
@@ -6384,24 +6100,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/is-inside-container": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
- "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
- "dev": true,
- "dependencies": {
- "is-docker": "^3.0.0"
- },
- "bin": {
- "is-inside-container": "cli.js"
- },
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/is-interactive": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
@@ -6604,33 +6302,6 @@
"node": ">=0.10.0"
}
},
- "node_modules/is-wsl": {
- "version": "2.2.0",
- "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
- "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
- "dev": true,
- "dependencies": {
- "is-docker": "^2.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/is-wsl/node_modules/is-docker": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
- "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
- "dev": true,
- "bin": {
- "is-docker": "cli.js"
- },
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/isarray": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
@@ -7402,24 +7073,26 @@
"node": "6.* || 8.* || >= 10.*"
}
},
- "node_modules/mdast-util-to-hast": {
- "version": "13.0.2",
- "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-13.0.2.tgz",
- "integrity": "sha512-U5I+500EOOw9e3ZrclN3Is3fRpw8c19SMyNZlZ2IS+7vLsNzb2Om11VpIVOR+/0137GhZsFEF6YiKD5+0Hr2Og==",
+ "node_modules/matcher-collection/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/matcher-collection/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
"dev": true,
"dependencies": {
- "@types/hast": "^3.0.0",
- "@types/mdast": "^4.0.0",
- "@ungap/structured-clone": "^1.0.0",
- "devlop": "^1.0.0",
- "micromark-util-sanitize-uri": "^2.0.0",
- "trim-lines": "^3.0.0",
- "unist-util-position": "^5.0.0",
- "unist-util-visit": "^5.0.0"
+ "brace-expansion": "^1.1.7"
},
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
+ "engines": {
+ "node": "*"
}
},
"node_modules/merge-stream": {
@@ -7437,95 +7110,6 @@
"node": ">= 8"
}
},
- "node_modules/micromark-util-character": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.0.1.tgz",
- "integrity": "sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==",
- "dev": true,
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "dependencies": {
- "micromark-util-symbol": "^2.0.0",
- "micromark-util-types": "^2.0.0"
- }
- },
- "node_modules/micromark-util-encode": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.0.tgz",
- "integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==",
- "dev": true,
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ]
- },
- "node_modules/micromark-util-sanitize-uri": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.0.tgz",
- "integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==",
- "dev": true,
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ],
- "dependencies": {
- "micromark-util-character": "^2.0.0",
- "micromark-util-encode": "^2.0.0",
- "micromark-util-symbol": "^2.0.0"
- }
- },
- "node_modules/micromark-util-symbol": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.0.tgz",
- "integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==",
- "dev": true,
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ]
- },
- "node_modules/micromark-util-types": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.0.tgz",
- "integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==",
- "dev": true,
- "funding": [
- {
- "type": "GitHub Sponsors",
- "url": "https://github.com/sponsors/unifiedjs"
- },
- {
- "type": "OpenCollective",
- "url": "https://opencollective.com/unified"
- }
- ]
- },
"node_modules/micromatch": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
@@ -7582,15 +7166,18 @@
}
},
"node_modules/minimatch": {
- "version": "3.1.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "version": "9.0.3",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
+ "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
"dev": true,
"dependencies": {
- "brace-expansion": "^1.1.7"
+ "brace-expansion": "^2.0.1"
},
"engines": {
- "node": "*"
+ "node": ">=16 || 14 >=14.17"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/minimist": {
@@ -7779,6 +7366,16 @@
"url": "https://github.com/sponsors/isaacs"
}
},
+ "node_modules/mocha/node_modules/glob/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
"node_modules/mocha/node_modules/glob/node_modules/minimatch": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
@@ -7803,15 +7400,6 @@
"node": ">=10"
}
},
- "node_modules/mocha/node_modules/minimatch/node_modules/brace-expansion": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
- "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
- "dev": true,
- "dependencies": {
- "balanced-match": "^1.0.0"
- }
- },
"node_modules/mocha/node_modules/ms": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
@@ -7881,9 +7469,9 @@
}
},
"node_modules/mrmime": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-1.0.1.tgz",
- "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz",
+ "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==",
"dev": true,
"engines": {
"node": ">=10"
@@ -7999,9 +7587,9 @@
}
},
"node_modules/npm-run-path": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz",
- "integrity": "sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==",
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.2.0.tgz",
+ "integrity": "sha512-W4/tgAXFqFA0iL7fk0+uQ3g7wkL8xJmx3XdK0VGb4cHW//eZTtKGvFBBoRKVTpY7n6ze4NL9ly7rgXcHufqXKg==",
"dev": true,
"dependencies": {
"path-key": "^4.0.0"
@@ -8078,10 +7666,20 @@
"node": ">=8.9"
}
},
- "node_modules/nyc/node_modules/cliui": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
- "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
+ "node_modules/nyc/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/nyc/node_modules/cliui": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
+ "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
"dev": true,
"dependencies": {
"string-width": "^4.2.0",
@@ -8134,6 +7732,18 @@
"node": ">=8"
}
},
+ "node_modules/nyc/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/nyc/node_modules/p-limit": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
@@ -8323,24 +7933,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/open": {
- "version": "9.1.0",
- "resolved": "https://registry.npmjs.org/open/-/open-9.1.0.tgz",
- "integrity": "sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==",
- "dev": true,
- "dependencies": {
- "default-browser": "^4.0.0",
- "define-lazy-prop": "^3.0.0",
- "is-inside-container": "^1.0.0",
- "is-wsl": "^2.2.0"
- },
- "engines": {
- "node": ">=14.16"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/optionator": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
@@ -8583,18 +8175,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/parse5": {
- "version": "7.1.2",
- "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz",
- "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
- "dev": true,
- "dependencies": {
- "entities": "^4.4.0"
- },
- "funding": {
- "url": "https://github.com/inikulin/parse5?sponsor=1"
- }
- },
"node_modules/path-exists": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
@@ -8827,9 +8407,9 @@
}
},
"node_modules/postcss-selector-parser": {
- "version": "6.0.13",
- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
- "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
+ "version": "6.0.14",
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.14.tgz",
+ "integrity": "sha512-65xXYsT40i9GyWzlHQ5ShZoK7JZdySeOozi/tz2EezDo6c04q6+ckYMeoY7idaie1qp2dT5KoYQ2yky6JuoHnA==",
"dev": true,
"dependencies": {
"cssesc": "^3.0.0",
@@ -8951,16 +8531,6 @@
"node": ">=0.4.0"
}
},
- "node_modules/property-information": {
- "version": "6.4.0",
- "resolved": "https://registry.npmjs.org/property-information/-/property-information-6.4.0.tgz",
- "integrity": "sha512-9t5qARVofg2xQqKtytzt+lZ4d1Qvj8t5B8fEwXK6qOfgRLgH/b13QlgEyDh033NOS31nXeFbYv7CLUDG1CeifQ==",
- "dev": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/proxy-from-env": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
@@ -9220,9 +8790,9 @@
}
},
"node_modules/regenerator-runtime": {
- "version": "0.14.0",
- "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz",
- "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==",
+ "version": "0.14.1",
+ "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
"dev": true
},
"node_modules/regexp-tree": {
@@ -9456,6 +9026,16 @@
"url": "https://github.com/sponsors/isaacs"
}
},
+ "node_modules/rimraf/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
"node_modules/rimraf/node_modules/glob": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
@@ -9476,10 +9056,22 @@
"url": "https://github.com/sponsors/isaacs"
}
},
+ "node_modules/rimraf/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/rollup": {
- "version": "4.9.0",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.9.0.tgz",
- "integrity": "sha512-bUHW/9N21z64gw8s6tP4c88P382Bq/L5uZDowHlHx6s/QWpjJXivIAbEw6LZthgSvlEizZBfLC4OAvWe7aoF7A==",
+ "version": "4.9.1",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.9.1.tgz",
+ "integrity": "sha512-pgPO9DWzLoW/vIhlSoDByCzcpX92bKEorbgXuZrqxByte3JFk2xSW2JEeAcyLc9Ru9pqcNNW+Ob7ntsk2oT/Xw==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@@ -9489,19 +9081,19 @@
"npm": ">=8.0.0"
},
"optionalDependencies": {
- "@rollup/rollup-android-arm-eabi": "4.9.0",
- "@rollup/rollup-android-arm64": "4.9.0",
- "@rollup/rollup-darwin-arm64": "4.9.0",
- "@rollup/rollup-darwin-x64": "4.9.0",
- "@rollup/rollup-linux-arm-gnueabihf": "4.9.0",
- "@rollup/rollup-linux-arm64-gnu": "4.9.0",
- "@rollup/rollup-linux-arm64-musl": "4.9.0",
- "@rollup/rollup-linux-riscv64-gnu": "4.9.0",
- "@rollup/rollup-linux-x64-gnu": "4.9.0",
- "@rollup/rollup-linux-x64-musl": "4.9.0",
- "@rollup/rollup-win32-arm64-msvc": "4.9.0",
- "@rollup/rollup-win32-ia32-msvc": "4.9.0",
- "@rollup/rollup-win32-x64-msvc": "4.9.0",
+ "@rollup/rollup-android-arm-eabi": "4.9.1",
+ "@rollup/rollup-android-arm64": "4.9.1",
+ "@rollup/rollup-darwin-arm64": "4.9.1",
+ "@rollup/rollup-darwin-x64": "4.9.1",
+ "@rollup/rollup-linux-arm-gnueabihf": "4.9.1",
+ "@rollup/rollup-linux-arm64-gnu": "4.9.1",
+ "@rollup/rollup-linux-arm64-musl": "4.9.1",
+ "@rollup/rollup-linux-riscv64-gnu": "4.9.1",
+ "@rollup/rollup-linux-x64-gnu": "4.9.1",
+ "@rollup/rollup-linux-x64-musl": "4.9.1",
+ "@rollup/rollup-win32-arm64-msvc": "4.9.1",
+ "@rollup/rollup-win32-ia32-msvc": "4.9.1",
+ "@rollup/rollup-win32-x64-msvc": "4.9.1",
"fsevents": "~2.3.2"
}
},
@@ -9528,6 +9120,16 @@
"rollup": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
}
},
+ "node_modules/rollup-plugin-license/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
"node_modules/rollup-plugin-license/node_modules/glob": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
@@ -9548,6 +9150,18 @@
"url": "https://github.com/sponsors/isaacs"
}
},
+ "node_modules/rollup-plugin-license/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/rollup-plugin-string": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/rollup-plugin-string/-/rollup-plugin-string-3.0.0.tgz",
@@ -9557,15 +9171,6 @@
"rollup-pluginutils": "^2.4.1"
}
},
- "node_modules/rollup-plugin-thatworks": {
- "version": "1.0.4",
- "resolved": "https://registry.npmjs.org/rollup-plugin-thatworks/-/rollup-plugin-thatworks-1.0.4.tgz",
- "integrity": "sha512-RxlYx/oolwXW7akleFzRmJ8gQrWUK4NSZw8E+LHJTWHiA1mhseIMurz8IkyDAG4fwensXHocNYvKUHivhN9EXw==",
- "dev": true,
- "engines": {
- "node": ">= 12"
- }
- },
"node_modules/rollup-pluginutils": {
"version": "2.8.2",
"resolved": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.8.2.tgz",
@@ -9581,128 +9186,6 @@
"integrity": "sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==",
"dev": true
},
- "node_modules/run-applescript": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-5.0.0.tgz",
- "integrity": "sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==",
- "dev": true,
- "dependencies": {
- "execa": "^5.0.0"
- },
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/run-applescript/node_modules/execa": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
- "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
- "dev": true,
- "dependencies": {
- "cross-spawn": "^7.0.3",
- "get-stream": "^6.0.0",
- "human-signals": "^2.1.0",
- "is-stream": "^2.0.0",
- "merge-stream": "^2.0.0",
- "npm-run-path": "^4.0.1",
- "onetime": "^5.1.2",
- "signal-exit": "^3.0.3",
- "strip-final-newline": "^2.0.0"
- },
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sindresorhus/execa?sponsor=1"
- }
- },
- "node_modules/run-applescript/node_modules/get-stream": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
- "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
- "dev": true,
- "engines": {
- "node": ">=10"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/run-applescript/node_modules/human-signals": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
- "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
- "dev": true,
- "engines": {
- "node": ">=10.17.0"
- }
- },
- "node_modules/run-applescript/node_modules/is-stream": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
- "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
- "dev": true,
- "engines": {
- "node": ">=8"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/run-applescript/node_modules/mimic-fn": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
- "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
- "node_modules/run-applescript/node_modules/npm-run-path": {
- "version": "4.0.1",
- "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
- "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
- "dev": true,
- "dependencies": {
- "path-key": "^3.0.0"
- },
- "engines": {
- "node": ">=8"
- }
- },
- "node_modules/run-applescript/node_modules/onetime": {
- "version": "5.1.2",
- "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
- "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
- "dev": true,
- "dependencies": {
- "mimic-fn": "^2.1.0"
- },
- "engines": {
- "node": ">=6"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
- "node_modules/run-applescript/node_modules/signal-exit": {
- "version": "3.0.7",
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
- "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
- "dev": true
- },
- "node_modules/run-applescript/node_modules/strip-final-newline": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
- "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
- "dev": true,
- "engines": {
- "node": ">=6"
- }
- },
"node_modules/run-async": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
@@ -9943,6 +9426,16 @@
"node": ">=4"
}
},
+ "node_modules/shelljs/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
"node_modules/shelljs/node_modules/glob": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
@@ -9963,22 +9456,40 @@
"url": "https://github.com/sponsors/isaacs"
}
},
+ "node_modules/shelljs/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/shikiji": {
- "version": "0.7.6",
- "resolved": "https://registry.npmjs.org/shikiji/-/shikiji-0.7.6.tgz",
- "integrity": "sha512-KzEtvSGQtBvfwVIB70kOmIfl/5rz1LC8j+tvlHXsJKAIdONNQvG1at7ivUUq3xUctqgO6fsO3AGomUSh0F+wsQ==",
+ "version": "0.9.13",
+ "resolved": "https://registry.npmjs.org/shikiji/-/shikiji-0.9.13.tgz",
+ "integrity": "sha512-nEmxSoeOgzfHcpv1dVeYml0PYBso10Ak9KH7Pgz1fHAvyvvsh1PcgZfTb6Aj2y+Nbw3h4vxNCho9+lNcuzHrNA==",
"dev": true,
"dependencies": {
- "hast-util-to-html": "^9.0.0"
+ "shikiji-core": "0.9.13"
}
},
+ "node_modules/shikiji-core": {
+ "version": "0.9.13",
+ "resolved": "https://registry.npmjs.org/shikiji-core/-/shikiji-core-0.9.13.tgz",
+ "integrity": "sha512-9r6hLKZ6Y0eIkPdt6AQJASITIM0MTOoNgDDnCS6oHL6TH94mWUwUtZ0O9I4OhKVb5m/QnD9PqlxI6+aj42eUng==",
+ "dev": true
+ },
"node_modules/shikiji-transformers": {
- "version": "0.7.6",
- "resolved": "https://registry.npmjs.org/shikiji-transformers/-/shikiji-transformers-0.7.6.tgz",
- "integrity": "sha512-yTp+7JMD/aXbV9ndn14eo9IK/UNt8iDsLNyqlOmCtcldlkqWE9T2YKAlOHOTVaeDfYWUWZa2EgSXb/CBfepBrw==",
+ "version": "0.9.13",
+ "resolved": "https://registry.npmjs.org/shikiji-transformers/-/shikiji-transformers-0.9.13.tgz",
+ "integrity": "sha512-W3GcFYgFY7L2KROi+ODG9OWA4mImpvCSg/T0td3w2kF+rmSLmTDf+Dv0Ro3SMhG3dc6DDRpXXHEPjTpNJ+rJAQ==",
"dev": true,
"dependencies": {
- "shikiji": "0.7.6"
+ "shikiji": "0.9.13"
}
},
"node_modules/shx": {
@@ -10101,16 +9612,6 @@
"deprecated": "Please use @jridgewell/sourcemap-codec instead",
"dev": true
},
- "node_modules/space-separated-tokens": {
- "version": "2.0.2",
- "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz",
- "integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
- "dev": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/spawn-command": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/spawn-command/-/spawn-command-0.0.2.tgz",
@@ -10301,20 +9802,6 @@
"url": "https://github.com/sponsors/ljharb"
}
},
- "node_modules/stringify-entities": {
- "version": "4.0.3",
- "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.3.tgz",
- "integrity": "sha512-BP9nNHMhhfcMbiuQKCqMjhDP5yBCAxsPu4pHFFzJ6Alo9dZgY4VLDPutXqIjpRiMoKdp7Av85Gr73Q5uH9k7+g==",
- "dev": true,
- "dependencies": {
- "character-entities-html4": "^2.0.0",
- "character-entities-legacy": "^3.0.0"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/strip-ansi": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
@@ -10406,12 +9893,12 @@
}
},
"node_modules/synckit": {
- "version": "0.8.6",
- "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.6.tgz",
- "integrity": "sha512-laHF2savN6sMeHCjLRkheIU4wo3Zg9Ln5YOjOo7sZ5dVQW8yF5pPE5SIw1dsPhq3TRp1jisKRCdPhfs/1WMqDA==",
+ "version": "0.8.8",
+ "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.8.8.tgz",
+ "integrity": "sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==",
"dev": true,
"dependencies": {
- "@pkgr/utils": "^2.4.2",
+ "@pkgr/core": "^0.1.0",
"tslib": "^2.6.2"
},
"engines": {
@@ -10543,6 +10030,16 @@
"node": ">=8"
}
},
+ "node_modules/test-exclude/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
"node_modules/test-exclude/node_modules/glob": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
@@ -10563,6 +10060,18 @@
"url": "https://github.com/sponsors/isaacs"
}
},
+ "node_modules/test-exclude/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/text-table": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
@@ -10587,18 +10096,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
- "node_modules/titleize": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/titleize/-/titleize-3.0.0.tgz",
- "integrity": "sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==",
- "dev": true,
- "engines": {
- "node": ">=12"
- },
- "funding": {
- "url": "https://github.com/sponsors/sindresorhus"
- }
- },
"node_modules/tmp": {
"version": "0.0.33",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
@@ -10647,16 +10144,6 @@
"tree-kill": "cli.js"
}
},
- "node_modules/trim-lines": {
- "version": "3.0.1",
- "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
- "integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
- "dev": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/ts-api-utils": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz",
@@ -10884,74 +10371,6 @@
"node": ">=4"
}
},
- "node_modules/unist-util-is": {
- "version": "6.0.0",
- "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-6.0.0.tgz",
- "integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
- "dev": true,
- "dependencies": {
- "@types/unist": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/unist-util-position": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-5.0.0.tgz",
- "integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
- "dev": true,
- "dependencies": {
- "@types/unist": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/unist-util-stringify-position": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-4.0.0.tgz",
- "integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
- "dev": true,
- "dependencies": {
- "@types/unist": "^3.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/unist-util-visit": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-5.0.0.tgz",
- "integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
- "dev": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "unist-util-is": "^6.0.0",
- "unist-util-visit-parents": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/unist-util-visit-parents": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
- "integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
- "dev": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "unist-util-is": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/universalify": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
@@ -10961,15 +10380,6 @@
"node": ">= 10.0.0"
}
},
- "node_modules/untildify": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",
- "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==",
- "dev": true,
- "engines": {
- "node": ">=8"
- }
- },
"node_modules/update-browserslist-db": {
"version": "1.0.13",
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
@@ -11040,53 +10450,10 @@
"spdx-expression-parse": "^3.0.0"
}
},
- "node_modules/vfile": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/vfile/-/vfile-6.0.1.tgz",
- "integrity": "sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==",
- "dev": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "unist-util-stringify-position": "^4.0.0",
- "vfile-message": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/vfile-location": {
- "version": "5.0.2",
- "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-5.0.2.tgz",
- "integrity": "sha512-NXPYyxyBSH7zB5U6+3uDdd6Nybz6o6/od9rk8bp9H8GR3L+cm/fC0uUTbqBmUTnMCUDslAGBOIKNfvvb+gGlDg==",
- "dev": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "vfile": "^6.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
- "node_modules/vfile-message": {
- "version": "4.0.2",
- "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-4.0.2.tgz",
- "integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
- "dev": true,
- "dependencies": {
- "@types/unist": "^3.0.0",
- "unist-util-stringify-position": "^4.0.0"
- },
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- }
- },
"node_modules/vite": {
- "version": "5.0.9",
- "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.9.tgz",
- "integrity": "sha512-wVqMd5kp28QWGgfYPDfrj771VyHTJ4UDlCteLH7bJDGDEamaz5hV8IX6h1brSGgnnyf9lI2RnzXq/JmD0c2wwg==",
+ "version": "5.0.10",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.10.tgz",
+ "integrity": "sha512-2P8J7WWgmc355HUMlFrwofacvr98DAjoE52BfdbwQtyLH06XKwaL/FMnmKM2crF0iX4MpmMKoDlNCB1ok7zHCw==",
"dev": true,
"dependencies": {
"esbuild": "^0.19.3",
@@ -11139,33 +10506,33 @@
}
},
"node_modules/vitepress": {
- "version": "1.0.0-rc.31",
- "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.0.0-rc.31.tgz",
- "integrity": "sha512-ikH9pIjOOAbyoYAGBVfTz8TzuXp+UoWaIRMU4bw/oiTg8R65SbAaGKY84xx6TuL+f4VqUJ8lhzW82YyxSLvstA==",
+ "version": "1.0.0-rc.33",
+ "resolved": "https://registry.npmjs.org/vitepress/-/vitepress-1.0.0-rc.33.tgz",
+ "integrity": "sha512-XMwr5eXEB3KB1uCuOkojVaqsVSijmd6N9QmaM2M6aqJqzXzxNwuvWSiEGYl4qbwRAX6/nFRofhx9+FndtCNjGQ==",
"dev": true,
"dependencies": {
"@docsearch/css": "^3.5.2",
"@docsearch/js": "^3.5.2",
"@types/markdown-it": "^13.0.7",
- "@vitejs/plugin-vue": "^4.5.0",
+ "@vitejs/plugin-vue": "^5.0.0",
"@vue/devtools-api": "^6.5.1",
- "@vueuse/core": "^10.6.1",
- "@vueuse/integrations": "^10.6.1",
+ "@vueuse/core": "^10.7.0",
+ "@vueuse/integrations": "^10.7.0",
"focus-trap": "^7.5.4",
"mark.js": "8.11.1",
"minisearch": "^6.3.0",
- "mrmime": "^1.0.1",
- "shikiji": "^0.7.4",
- "shikiji-transformers": "^0.7.4",
- "vite": "^5.0.2",
- "vue": "^3.3.8"
+ "mrmime": "^2.0.0",
+ "shikiji": "^0.9.12",
+ "shikiji-transformers": "^0.9.12",
+ "vite": "^5.0.10",
+ "vue": "^3.4.0-rc.2"
},
"bin": {
"vitepress": "bin/vitepress.js"
},
"peerDependencies": {
"markdown-it-mathjax3": "^4.3.2",
- "postcss": "^8.4.31"
+ "postcss": "^8.4.32"
},
"peerDependenciesMeta": {
"markdown-it-mathjax3": {
@@ -11177,16 +10544,16 @@
}
},
"node_modules/vue": {
- "version": "3.3.11",
- "resolved": "https://registry.npmjs.org/vue/-/vue-3.3.11.tgz",
- "integrity": "sha512-d4oBctG92CRO1cQfVBZp6WJAs0n8AK4Xf5fNjQCBeKCvMI1efGQ5E3Alt1slFJS9fZuPcFoiAiqFvQlv1X7t/w==",
+ "version": "3.4.0",
+ "resolved": "https://registry.npmjs.org/vue/-/vue-3.4.0.tgz",
+ "integrity": "sha512-iTE9Ve/7DO/H39+gXHrNkRdnh1jDwPe/fap4brbPKkp1APMkS03OiZ+UY0dwpqtRX0iPWQTkh8Fu3hKgLtaxfA==",
"dev": true,
"dependencies": {
- "@vue/compiler-dom": "3.3.11",
- "@vue/compiler-sfc": "3.3.11",
- "@vue/runtime-dom": "3.3.11",
- "@vue/server-renderer": "3.3.11",
- "@vue/shared": "3.3.11"
+ "@vue/compiler-dom": "3.4.0",
+ "@vue/compiler-sfc": "3.4.0",
+ "@vue/runtime-dom": "3.4.0",
+ "@vue/server-renderer": "3.4.0",
+ "@vue/shared": "3.4.0"
},
"peerDependencies": {
"typescript": "*"
@@ -11242,6 +10609,28 @@
"node": "10.* || >= 12.*"
}
},
+ "node_modules/walk-sync/node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/walk-sync/node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
"node_modules/wasm-pack": {
"version": "0.12.1",
"resolved": "https://registry.npmjs.org/wasm-pack/-/wasm-pack-0.12.1.tgz",
@@ -11276,16 +10665,6 @@
"setimmediate-napi": "^1.0.3"
}
},
- "node_modules/web-namespaces": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/web-namespaces/-/web-namespaces-2.0.1.tgz",
- "integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
- "dev": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
- },
"node_modules/webidl-conversions": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
@@ -11576,16 +10955,6 @@
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
- },
- "node_modules/zwitch": {
- "version": "2.0.4",
- "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-2.0.4.tgz",
- "integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
- "dev": true,
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/wooorm"
- }
}
}
}
diff --git a/package.json b/package.json
index bfba251ff..9ae388223 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "rollup",
- "version": "4.9.1",
+ "version": "4.9.2",
"description": "Next-generation ES module bundler",
"main": "dist/rollup.js",
"module": "dist/es/rollup.js",
@@ -111,14 +111,14 @@
"@codemirror/language": "^6.9.3",
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.3.3",
- "@codemirror/view": "^6.22.2",
+ "@codemirror/view": "^6.22.3",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@mermaid-js/mermaid-cli": "^10.6.1",
"@napi-rs/cli": "^2.17.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-buble": "^1.0.3",
"@rollup/plugin-commonjs": "^25.0.7",
- "@rollup/plugin-json": "^6.0.1",
+ "@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
@@ -129,8 +129,8 @@
"@types/mocha": "^10.0.6",
"@types/node": "18.0.0",
"@types/yargs-parser": "^21.0.3",
- "@typescript-eslint/eslint-plugin": "^6.14.0",
- "@typescript-eslint/parser": "^6.14.0",
+ "@typescript-eslint/eslint-plugin": "^6.16.0",
+ "@typescript-eslint/parser": "^6.16.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"acorn": "^8.11.2",
@@ -144,11 +144,11 @@
"date-time": "^4.0.0",
"es5-shim": "^4.6.7",
"es6-shim": "^0.35.8",
- "eslint": "^8.55.0",
+ "eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
- "eslint-plugin-import": "^2.29.0",
- "eslint-plugin-prettier": "^5.0.1",
- "eslint-plugin-unicorn": "^49.0.0",
+ "eslint-plugin-import": "^2.29.1",
+ "eslint-plugin-prettier": "^5.1.2",
+ "eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-vue": "^9.19.2",
"fixturify": "^3.0.0",
"flru": "^1.0.2",
@@ -167,10 +167,9 @@
"pretty-bytes": "^6.1.1",
"pretty-ms": "^8.0.0",
"requirejs": "^2.3.6",
- "rollup": "^4.8.0",
+ "rollup": "^4.9.1",
"rollup-plugin-license": "^3.2.0",
"rollup-plugin-string": "^3.0.0",
- "rollup-plugin-thatworks": "^1.0.4",
"semver": "^7.5.4",
"shx": "^0.3.4",
"signal-exit": "^4.1.0",
@@ -180,9 +179,9 @@
"terser": "^5.26.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
- "vite": "^5.0.7",
- "vitepress": "^1.0.0-rc.31",
- "vue": "^3.3.11",
+ "vite": "^5.0.10",
+ "vitepress": "^1.0.0-rc.32",
+ "vue": "^3.3.13",
"wasm-pack": "^0.12.1",
"weak-napi": "^2.0.2",
"yargs-parser": "^21.1.1"
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 48055c109..7508a900d 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -36,9 +36,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.75"
+version = "1.0.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
+checksum = "c9d19de80eff169429ac1e9f48fffb163916b448a44e8e046186232046d9e1f9"
[[package]]
name = "arrayvec"
@@ -293,9 +293,9 @@ dependencies = [
[[package]]
name = "is-macro"
-version = "0.3.3"
+version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "97707cce574453d050d7c53194bdd88f6e5e53d7c94d294f63f2511308af9867"
+checksum = "b75828adcb53122ef5ea649a39f50f82d94b754099bf6331b32e255e1891e8fb"
dependencies = [
"Inflector",
"proc-macro2",
@@ -358,9 +358,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "memchr"
-version = "2.6.4"
+version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
+checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
[[package]]
name = "mimalloc-rust"
@@ -403,9 +403,9 @@ checksum = "d4b4532cf86bfef556348ac65e561e3123879f0e7566cca6d43a6ff5326f13df"
[[package]]
name = "napi-derive"
-version = "2.14.4"
+version = "2.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9b5af262f1d8e660742eb722abc7113a5b3c3de4144d0ef23ede2518672ceff1"
+checksum = "e61bec1ee990ae3e9a5f443484c65fb38e571a898437f0ad283ed69c82fc59c0"
dependencies = [
"cfg-if",
"convert_case",
@@ -417,9 +417,9 @@ dependencies = [
[[package]]
name = "napi-derive-backend"
-version = "1.0.57"
+version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4ea236321b521d6926213a2021e407b0562e28a257c037a45919e414d2cdb4f8"
+checksum = "2314f777bc9cde51705d991c44466cee4de4a3f41c6d3d019fcbbebb5cdd47c4"
dependencies = [
"convert_case",
"once_cell",
@@ -611,9 +611,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.70"
+version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
+checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8"
dependencies = [
"unicode-ident",
]
@@ -912,9 +912,9 @@ dependencies = [
[[package]]
name = "swc_compiler_base"
-version = "0.4.0"
+version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b468618c73ebdd3e9f3049f6f349c45ce213ab556bab817d6a80c436b4d3905c"
+checksum = "37133e283c7ddbb62c4699ae5b8872236adeed050795bb25ea5e1f99e9902723"
dependencies = [
"anyhow",
"base64",
@@ -976,9 +976,9 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
-version = "0.146.44"
+version = "0.146.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bb74181693aa11c1490a99214676b8f83b893af8c07632eefc4fff3d5ce6d413"
+checksum = "a7d39a90607035cd7d3dca3bcdf1c086a9453ec32e1c9c91c59ea4a9b702cd2b"
dependencies = [
"memchr",
"num-bigint",
@@ -1007,9 +1007,9 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
-version = "0.190.0"
+version = "0.190.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f2a7e5ca559cd4059d43c3116ea6aacdefa22958ca965bd044311113b6a92f79"
+checksum = "d7f40cac237fe05b6804af25583428b670c2a090a4134fc3a27b07036bd53b6a"
dependencies = [
"arrayvec",
"indexmap",
@@ -1063,9 +1063,9 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
-version = "0.135.0"
+version = "0.135.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "047c194a0a5b70a6dfa32c51ee76ae72a194e777acab3a32cda1e41de700ac6d"
+checksum = "4c8184cf0e05c60f8c2a7d26d71328d37f4b89b8a7d803d1178e689ca6d4ce0d"
dependencies = [
"better_scoped_tls",
"bitflags 2.4.1",
@@ -1098,9 +1098,9 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_optimization"
-version = "0.196.0"
+version = "0.196.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5847c5f274d29e62eecf98d16486e399e9a7508d183810179d59e0806e5328e2"
+checksum = "d7be51e641f10ba30290346a5ae750a2bfc784ab129c886527dabdca8775cabe"
dependencies = [
"dashmap",
"indexmap",
@@ -1238,9 +1238,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.41"
+version = "2.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "44c8b28c477cc3bf0e7966561e3460130e1255f7a1cf71931075f1c5e7a7e269"
+checksum = "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53"
dependencies = [
"proc-macro2",
"quote",
@@ -1519,24 +1519,24 @@ dependencies = [
[[package]]
name = "xxhash-rust"
-version = "0.8.7"
+version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9828b178da53440fa9c766a3d2f73f7cf5d0ac1fe3980c1e5018d899fd19e07b"
+checksum = "53be06678ed9e83edb1745eb72efc0bbcd7b5c3c35711a860906aed827a13d61"
[[package]]
name = "zerocopy"
-version = "0.7.31"
+version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d"
+checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
-version = "0.7.31"
+version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a"
+checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
dependencies = [
"proc-macro2",
"quote",
diff --git a/rust/bindings_napi/Cargo.toml b/rust/bindings_napi/Cargo.toml
index 6590ba46a..b6c43dfd8 100644
--- a/rust/bindings_napi/Cargo.toml
+++ b/rust/bindings_napi/Cargo.toml
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.14.1", default-features = false, features = ["napi4"] }
-napi-derive = "2.14.4"
+napi-derive = "2.14.6"
parse_ast = { path = "../parse_ast" }
xxhash = { path = "../xxhash" }
diff --git a/rust/parse_ast/Cargo.toml b/rust/parse_ast/Cargo.toml
index 0ee515843..dd9d809fc 100644
--- a/rust/parse_ast/Cargo.toml
+++ b/rust/parse_ast/Cargo.toml
@@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-anyhow = "1.0.75"
+anyhow = "1.0.77"
swc_atoms = "0.6.5"
-swc_compiler_base = "0.4.0"
+swc_compiler_base = "0.4.6"
swc_common = { version = "0.33.12", features = ["ahash", "parking_lot"] }
swc_ecma_ast = "0.110.15"
swc_ecma_parser = "0.141.33"
diff --git a/rust/xxhash/Cargo.toml b/rust/xxhash/Cargo.toml
index 102a4e2eb..d28e0790a 100644
--- a/rust/xxhash/Cargo.toml
+++ b/rust/xxhash/Cargo.toml
@@ -7,4 +7,4 @@ edition = "2021"
[dependencies]
base64 = '0.21.5'
-xxhash-rust = { version = "0.8.7", features = ["xxh3"] }
+xxhash-rust = { version = "0.8.8", features = ["xxh3"] }
diff --git a/src/ast/nodes/ExportDefaultDeclaration.ts b/src/ast/nodes/ExportDefaultDeclaration.ts
index 3101bd8ce..18fa1aca7 100644
--- a/src/ast/nodes/ExportDefaultDeclaration.ts
+++ b/src/ast/nodes/ExportDefaultDeclaration.ts
@@ -146,7 +146,9 @@ export default class ExportDefaultDeclaration extends NodeBase {
code.overwrite(
this.start,
declarationStart,
- `${cnst} ${this.variable.getName(getPropertyAccess)} = exports('${systemExportNames[0]}', `
+ `${cnst} ${this.variable.getName(getPropertyAccess)} = exports(${JSON.stringify(
+ systemExportNames[0]
+ )}, `
);
code.appendRight(
hasTrailingSemicolon ? this.end - 1 : this.end,
diff --git a/src/ast/nodes/Identifier.ts b/src/ast/nodes/Identifier.ts
index 17e00e883..4d99a745f 100644
--- a/src/ast/nodes/Identifier.ts
+++ b/src/ast/nodes/Identifier.ts
@@ -243,7 +243,9 @@ export default class Identifier extends NodeBase implements PatternNode {
return (this.isTDZAccess = true);
}
- if (!this.variable.initReached) {
+ // We ignore the case where the module is not yet executed because
+ // moduleSideEffects are false.
+ if (!this.variable.initReached && this.scope.context.module.isExecuted) {
// Either a const/let TDZ violation or
// var use before declaration was encountered.
return (this.isTDZAccess = true);
diff --git a/src/finalisers/system.ts b/src/finalisers/system.ts
index cccee18dc..9d132a7e6 100644
--- a/src/finalisers/system.ts
+++ b/src/finalisers/system.ts
@@ -2,6 +2,7 @@ import type { Bundle as MagicStringBundle } from 'magic-string';
import type { ChunkDependency, ChunkExports, ModuleDeclarations } from '../Chunk';
import type { NormalizedOutputOptions } from '../rollup/types';
import type { GenerateCodeSnippets } from '../utils/generateCodeSnippets';
+import { stringifyObjectKeyIfNeeded } from '../utils/identifierHelpers';
import { getHelpersBlock } from '../utils/interopHelpers';
import { MISSING_EXPORT_SHIM_VARIABLE } from '../utils/variableNames';
import type { FinaliserOptions } from './index';
@@ -145,7 +146,7 @@ function analyzeDependencies(
}
} else {
const [key, value] = reexportedNames[0];
- setter.push(`exports('${key}',${_}${value});`);
+ setter.push(`exports(${JSON.stringify(key)},${_}${value});`);
}
}
setters.push(setter.join(`${n}${t}${t}${t}`));
@@ -204,11 +205,13 @@ function getExportsBlock(
return '';
}
if (exports.length === 1) {
- return `exports('${exports[0].name}',${_}${exports[0].value});${n}${n}`;
+ return `exports(${JSON.stringify(exports[0].name)},${_}${exports[0].value});${n}${n}`;
}
return (
`exports({${n}` +
- exports.map(({ name, value }) => `${t}${name}:${_}${value}`).join(`,${n}`) +
+ exports
+ .map(({ name, value }) => `${t}${stringifyObjectKeyIfNeeded(name)}:${_}${value}`)
+ .join(`,${n}`) +
`${n}});${n}${n}`
);
}
diff --git a/test/chunking-form/samples/amd-id-auto-base-path-concat/_expected/system/some/where/main.js b/test/chunking-form/samples/amd-id-auto-base-path-concat/_expected/system/some/where/main.js
index 6778c1c6e..4de2af2f3 100644
--- a/test/chunking-form/samples/amd-id-auto-base-path-concat/_expected/system/some/where/main.js
+++ b/test/chunking-form/samples/amd-id-auto-base-path-concat/_expected/system/some/where/main.js
@@ -3,7 +3,7 @@ System.register([], (function (exports, module) {
return {
execute: (function () {
- exports('getA', getA);
+ exports("getA", getA);
function getA() {
return module.import('./generated-a.js');
diff --git a/test/chunking-form/samples/amd-id-auto-base-path/_expected/system/some/where/main.js b/test/chunking-form/samples/amd-id-auto-base-path/_expected/system/some/where/main.js
index 17b0c1249..cf4bdf09f 100644
--- a/test/chunking-form/samples/amd-id-auto-base-path/_expected/system/some/where/main.js
+++ b/test/chunking-form/samples/amd-id-auto-base-path/_expected/system/some/where/main.js
@@ -3,7 +3,7 @@ System.register([], (function (exports, module) {
return {
execute: (function () {
- exports('getA', getA);
+ exports("getA", getA);
function getA() {
return module.import('./chunks/generated-a.js');
diff --git a/test/chunking-form/samples/amd-id-auto/_expected/system/main.js b/test/chunking-form/samples/amd-id-auto/_expected/system/main.js
index 6778c1c6e..4de2af2f3 100644
--- a/test/chunking-form/samples/amd-id-auto/_expected/system/main.js
+++ b/test/chunking-form/samples/amd-id-auto/_expected/system/main.js
@@ -3,7 +3,7 @@ System.register([], (function (exports, module) {
return {
execute: (function () {
- exports('getA', getA);
+ exports("getA", getA);
function getA() {
return module.import('./generated-a.js');
diff --git a/test/chunking-form/samples/avoid-chunk-import-hoisting/_expected/system/generated-dep.js b/test/chunking-form/samples/avoid-chunk-import-hoisting/_expected/system/generated-dep.js
index cae8cdacf..d52c6c07c 100644
--- a/test/chunking-form/samples/avoid-chunk-import-hoisting/_expected/system/generated-dep.js
+++ b/test/chunking-form/samples/avoid-chunk-import-hoisting/_expected/system/generated-dep.js
@@ -7,7 +7,7 @@ System.register(['lib'], (function (exports) {
}],
execute: (function () {
- var dep = exports('d', 2 * value);
+ var dep = exports("d", 2 * value);
})
};
diff --git a/test/chunking-form/samples/basic-chunking/_expected/system/generated-dep2.js b/test/chunking-form/samples/basic-chunking/_expected/system/generated-dep2.js
index fc9018b1c..94fa45592 100644
--- a/test/chunking-form/samples/basic-chunking/_expected/system/generated-dep2.js
+++ b/test/chunking-form/samples/basic-chunking/_expected/system/generated-dep2.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('f', fn);
+ exports("f", fn);
function fn$1 () {
console.log('lib2 fn');
diff --git a/test/chunking-form/samples/chunk-assigment-in-dynamic/_expected/system/generated-a.js b/test/chunking-form/samples/chunk-assigment-in-dynamic/_expected/system/generated-a.js
index 3c0565a6b..ef98eb5e8 100644
--- a/test/chunking-form/samples/chunk-assigment-in-dynamic/_expected/system/generated-a.js
+++ b/test/chunking-form/samples/chunk-assigment-in-dynamic/_expected/system/generated-a.js
@@ -7,7 +7,7 @@ System.register(['./generated-c.js'], (function (exports) {
}],
execute: (function () {
- exports('A', A);
+ exports("A", A);
function A() {
return { icon: c.faPrint };
diff --git a/test/chunking-form/samples/chunk-assigment-in-dynamic/_expected/system/generated-b.js b/test/chunking-form/samples/chunk-assigment-in-dynamic/_expected/system/generated-b.js
index 1927cef94..532242285 100644
--- a/test/chunking-form/samples/chunk-assigment-in-dynamic/_expected/system/generated-b.js
+++ b/test/chunking-form/samples/chunk-assigment-in-dynamic/_expected/system/generated-b.js
@@ -7,7 +7,7 @@ System.register(['./generated-c.js'], (function (exports) {
}],
execute: (function () {
- exports('B', B);
+ exports("B", B);
function B() {
return { icon: c.faPrint };
diff --git a/test/chunking-form/samples/chunk-deshadowing-reassignment/_expected/system/main2.js b/test/chunking-form/samples/chunk-deshadowing-reassignment/_expected/system/main2.js
index 7bc019373..7087d2c63 100644
--- a/test/chunking-form/samples/chunk-deshadowing-reassignment/_expected/system/main2.js
+++ b/test/chunking-form/samples/chunk-deshadowing-reassignment/_expected/system/main2.js
@@ -9,10 +9,10 @@ System.register(['./main3.js', './main4.js'], (function (exports) {
}],
execute: (function () {
- var x = exports('x', x$1 + 1);
+ var x = exports("x", x$1 + 1);
console.log('shared1');
- var y = exports('y', x$2 + 1);
+ var y = exports("y", x$2 + 1);
console.log('shared2');
})
diff --git a/test/chunking-form/samples/chunk-export-renaming/_expected/system/main1.js b/test/chunking-form/samples/chunk-export-renaming/_expected/system/main1.js
index 68a9b21c7..8ab00910e 100644
--- a/test/chunking-form/samples/chunk-export-renaming/_expected/system/main1.js
+++ b/test/chunking-form/samples/chunk-export-renaming/_expected/system/main1.js
@@ -2,7 +2,7 @@ System.register(['./generated-main1.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('ItemOne', module.a);
+ exports("ItemOne", module.a);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/chunk-import-deshadowing/_expected/system/generated-lib.js b/test/chunking-form/samples/chunk-import-deshadowing/_expected/system/generated-lib.js
index b7b0af90f..08ebd02ed 100644
--- a/test/chunking-form/samples/chunk-import-deshadowing/_expected/system/generated-lib.js
+++ b/test/chunking-form/samples/chunk-import-deshadowing/_expected/system/generated-lib.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('e', emptyFunction);
+ exports("e", emptyFunction);
function emptyFunction() {}
diff --git a/test/chunking-form/samples/chunk-namespace-boundary/_expected/system/main1.js b/test/chunking-form/samples/chunk-namespace-boundary/_expected/system/main1.js
index b499c47c3..bbfe5b30d 100644
--- a/test/chunking-form/samples/chunk-namespace-boundary/_expected/system/main1.js
+++ b/test/chunking-form/samples/chunk-namespace-boundary/_expected/system/main1.js
@@ -11,7 +11,7 @@ System.register(['./generated-shared.js'], (function (exports) {
commonjsGlobal.fn = d => d + 1;
var cjs = commonjsGlobal.fn;
- var main1 = exports('default', shared.map(cjs));
+ var main1 = exports("default", shared.map(cjs));
})
};
diff --git a/test/chunking-form/samples/chunk-namespace-boundary/_expected/system/main2.js b/test/chunking-form/samples/chunk-namespace-boundary/_expected/system/main2.js
index 6cb661e67..54bad1dde 100644
--- a/test/chunking-form/samples/chunk-namespace-boundary/_expected/system/main2.js
+++ b/test/chunking-form/samples/chunk-namespace-boundary/_expected/system/main2.js
@@ -7,7 +7,7 @@ System.register(['./generated-shared.js'], (function (exports) {
}],
execute: (function () {
- var main2 = exports('default', shared.map(d => d + 2));
+ var main2 = exports("default", shared.map(d => d + 2));
})
};
diff --git a/test/chunking-form/samples/chunk-variable-name-conflict/_expected/system/generated-dep.js b/test/chunking-form/samples/chunk-variable-name-conflict/_expected/system/generated-dep.js
index 1a352295a..4a1664ee2 100644
--- a/test/chunking-form/samples/chunk-variable-name-conflict/_expected/system/generated-dep.js
+++ b/test/chunking-form/samples/chunk-variable-name-conflict/_expected/system/generated-dep.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var value = exports('v', 42);
+ var value = exports("v", 42);
const x = exports("x", 3);
})
diff --git a/test/chunking-form/samples/chunking-compact/_expected/system/generated-dep2.js b/test/chunking-form/samples/chunking-compact/_expected/system/generated-dep2.js
index 03a9c8cd1..028923d15 100644
--- a/test/chunking-form/samples/chunking-compact/_expected/system/generated-dep2.js
+++ b/test/chunking-form/samples/chunking-compact/_expected/system/generated-dep2.js
@@ -1,4 +1,4 @@
-System.register([],(function(exports){'use strict';return{execute:(function(){exports('f',fn);function fn$1 () {
+System.register([],(function(exports){'use strict';return{execute:(function(){exports("f",fn);function fn$1 () {
console.log('lib2 fn');
}function fn () {
fn$1();
diff --git a/test/chunking-form/samples/chunking-externals/_expected/system/generated-dep2.js b/test/chunking-form/samples/chunking-externals/_expected/system/generated-dep2.js
index fc9018b1c..94fa45592 100644
--- a/test/chunking-form/samples/chunking-externals/_expected/system/generated-dep2.js
+++ b/test/chunking-form/samples/chunking-externals/_expected/system/generated-dep2.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('f', fn);
+ exports("f", fn);
function fn$1 () {
console.log('lib2 fn');
diff --git a/test/chunking-form/samples/chunking-reexport/_expected/system/main1.js b/test/chunking-form/samples/chunking-reexport/_expected/system/main1.js
index 8f0490026..ababa4349 100644
--- a/test/chunking-form/samples/chunking-reexport/_expected/system/main1.js
+++ b/test/chunking-form/samples/chunking-reexport/_expected/system/main1.js
@@ -2,7 +2,7 @@ System.register(['external'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('dep', module.asdf);
+ exports("dep", module.asdf);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/chunking-reexport/_expected/system/main2.js b/test/chunking-form/samples/chunking-reexport/_expected/system/main2.js
index a31f7ffad..22bde20d0 100644
--- a/test/chunking-form/samples/chunking-reexport/_expected/system/main2.js
+++ b/test/chunking-form/samples/chunking-reexport/_expected/system/main2.js
@@ -2,7 +2,7 @@ System.register(['./main1.js', 'external'], (function (exports) {
'use strict';
return {
setters: [null, function (module) {
- exports('dep', module.asdf);
+ exports("dep", module.asdf);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/chunking-source-maps/_expected/system/generated-dep2.js b/test/chunking-form/samples/chunking-source-maps/_expected/system/generated-dep2.js
index c73111976..2437ff95a 100644
--- a/test/chunking-form/samples/chunking-source-maps/_expected/system/generated-dep2.js
+++ b/test/chunking-form/samples/chunking-source-maps/_expected/system/generated-dep2.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('f', fn);
+ exports("f", fn);
function fn$1 () {
console.log('lib2 fn');
diff --git a/test/chunking-form/samples/chunking-star-external/_expected/system/main1.js b/test/chunking-form/samples/chunking-star-external/_expected/system/main1.js
index 57fe8a86d..fc9504c33 100644
--- a/test/chunking-form/samples/chunking-star-external/_expected/system/main1.js
+++ b/test/chunking-form/samples/chunking-star-external/_expected/system/main1.js
@@ -14,9 +14,9 @@ System.register(['starexternal1', 'external1', './generated-dep.js', 'starextern
}
exports(setter);
}, function (module) {
- exports('e', module.e);
+ exports("e", module.e);
}, function (module) {
- exports('dep', module.d);
+ exports("dep", module.d);
}, null, null],
execute: (function () {
diff --git a/test/chunking-form/samples/chunking-star-external/_expected/system/main2.js b/test/chunking-form/samples/chunking-star-external/_expected/system/main2.js
index 6445ac099..663d5eac9 100644
--- a/test/chunking-form/samples/chunking-star-external/_expected/system/main2.js
+++ b/test/chunking-form/samples/chunking-star-external/_expected/system/main2.js
@@ -8,9 +8,9 @@ System.register(['./generated-dep.js', 'external2', 'starexternal2'], (function
};
return {
setters: [function (module) {
- exports('dep', module.d);
+ exports("dep", module.d);
}, function (module) {
- exports('e', module.e);
+ exports("e", module.e);
}, function (module) {
var setter = {};
for (var name in module) {
diff --git a/test/chunking-form/samples/circular-entry-points/_expected/system/main1.js b/test/chunking-form/samples/circular-entry-points/_expected/system/main1.js
index 19ec4730a..0b41925af 100644
--- a/test/chunking-form/samples/circular-entry-points/_expected/system/main1.js
+++ b/test/chunking-form/samples/circular-entry-points/_expected/system/main1.js
@@ -2,7 +2,7 @@ System.register(['./generated-main1.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('p', module.a);
+ exports("p", module.a);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/circular-entry-points/_expected/system/main2.js b/test/chunking-form/samples/circular-entry-points/_expected/system/main2.js
index 86186a21a..b2b504d4e 100644
--- a/test/chunking-form/samples/circular-entry-points/_expected/system/main2.js
+++ b/test/chunking-form/samples/circular-entry-points/_expected/system/main2.js
@@ -2,7 +2,7 @@ System.register(['./generated-main1.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('p', module.p);
+ exports("p", module.p);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/circular-entry-points2/_expected/system/main1.js b/test/chunking-form/samples/circular-entry-points2/_expected/system/main1.js
index c77b2a6e4..a33996a97 100644
--- a/test/chunking-form/samples/circular-entry-points2/_expected/system/main1.js
+++ b/test/chunking-form/samples/circular-entry-points2/_expected/system/main1.js
@@ -2,7 +2,7 @@ System.register(['./main2.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('p', module.p2);
+ exports("p", module.p2);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/circular-entry-points3/_expected/system/main1.js b/test/chunking-form/samples/circular-entry-points3/_expected/system/main1.js
index f7422d446..9f1ba163a 100644
--- a/test/chunking-form/samples/circular-entry-points3/_expected/system/main1.js
+++ b/test/chunking-form/samples/circular-entry-points3/_expected/system/main1.js
@@ -2,7 +2,7 @@ System.register(['./generated-main3.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('p', module.a);
+ exports("p", module.a);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/circular-entry-points3/_expected/system/main3.js b/test/chunking-form/samples/circular-entry-points3/_expected/system/main3.js
index 7e169b7a3..04323b1cd 100644
--- a/test/chunking-form/samples/circular-entry-points3/_expected/system/main3.js
+++ b/test/chunking-form/samples/circular-entry-points3/_expected/system/main3.js
@@ -2,7 +2,7 @@ System.register(['./generated-main3.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('C', module.C);
+ exports("C", module.C);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/circular-manual-chunks/_expected/system/main.js b/test/chunking-form/samples/circular-manual-chunks/_expected/system/main.js
index 055d3eb7c..bd2f4d323 100644
--- a/test/chunking-form/samples/circular-manual-chunks/_expected/system/main.js
+++ b/test/chunking-form/samples/circular-manual-chunks/_expected/system/main.js
@@ -2,7 +2,7 @@ System.register(['./generated-lib1.js', './generated-lib2.js'], (function (expor
'use strict';
return {
setters: [function (module) {
- exports('lib1', module.l);
+ exports("lib1", module.l);
}, null],
execute: (function () {
diff --git a/test/chunking-form/samples/deconflict-system-default-export-variable/_expected/system/main.js b/test/chunking-form/samples/deconflict-system-default-export-variable/_expected/system/main.js
index 0f9f70e90..e2a13b28d 100644
--- a/test/chunking-form/samples/deconflict-system-default-export-variable/_expected/system/main.js
+++ b/test/chunking-form/samples/deconflict-system-default-export-variable/_expected/system/main.js
@@ -7,7 +7,7 @@ System.register(['./other.js'], (function (exports) {
}],
execute: (function () {
- var main = exports('default', other + "extended");
+ var main = exports("default", other + "extended");
})
};
diff --git a/test/chunking-form/samples/default-identifier-renaming/_expected/system/main1.js b/test/chunking-form/samples/default-identifier-renaming/_expected/system/main1.js
index 62733cad4..a48dc6f82 100644
--- a/test/chunking-form/samples/default-identifier-renaming/_expected/system/main1.js
+++ b/test/chunking-form/samples/default-identifier-renaming/_expected/system/main1.js
@@ -7,7 +7,7 @@ System.register(['./generated-shared.js'], (function (exports) {
}],
execute: (function () {
- var main1 = exports('default', data.map(d => d + 1));
+ var main1 = exports("default", data.map(d => d + 1));
})
};
diff --git a/test/chunking-form/samples/default-identifier-renaming/_expected/system/main2.js b/test/chunking-form/samples/default-identifier-renaming/_expected/system/main2.js
index 34ac1c5fd..e7c01fb78 100644
--- a/test/chunking-form/samples/default-identifier-renaming/_expected/system/main2.js
+++ b/test/chunking-form/samples/default-identifier-renaming/_expected/system/main2.js
@@ -7,7 +7,7 @@ System.register(['./generated-shared.js'], (function (exports) {
}],
execute: (function () {
- var main2 = exports('default', data.map(d => d + 2));
+ var main2 = exports("default", data.map(d => d + 2));
})
};
diff --git a/test/chunking-form/samples/dynamic-import-chunking/_expected/system/generated-dep2.js b/test/chunking-form/samples/dynamic-import-chunking/_expected/system/generated-dep2.js
index c98eb8ea0..79d4d6a48 100644
--- a/test/chunking-form/samples/dynamic-import-chunking/_expected/system/generated-dep2.js
+++ b/test/chunking-form/samples/dynamic-import-chunking/_expected/system/generated-dep2.js
@@ -7,7 +7,7 @@ System.register(['./generated-main.js'], (function (exports) {
}],
execute: (function () {
- exports('mult', mult);
+ exports("mult", mult);
function mult (num) {
return num + multiplier;
diff --git a/test/chunking-form/samples/dynamic-import-inline-colouring/_expected/system/generated-separate.js b/test/chunking-form/samples/dynamic-import-inline-colouring/_expected/system/generated-separate.js
index 134180864..063e55ea0 100644
--- a/test/chunking-form/samples/dynamic-import-inline-colouring/_expected/system/generated-separate.js
+++ b/test/chunking-form/samples/dynamic-import-inline-colouring/_expected/system/generated-separate.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var separate = exports('default', 'separate');
+ var separate = exports("default", 'separate');
const x = exports("x", 2);
console.log('separate');
diff --git a/test/chunking-form/samples/dynamic-import-only-default/_expected/system/entry.js b/test/chunking-form/samples/dynamic-import-only-default/_expected/system/entry.js
index bd75b13db..67d537ce0 100644
--- a/test/chunking-form/samples/dynamic-import-only-default/_expected/system/entry.js
+++ b/test/chunking-form/samples/dynamic-import-only-default/_expected/system/entry.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var entry = exports('default', 42);
+ var entry = exports("default", 42);
})
};
diff --git a/test/chunking-form/samples/dynamic-import-only-default/_expected/system/generated-other.js b/test/chunking-form/samples/dynamic-import-only-default/_expected/system/generated-other.js
index aac6af68c..26ff17f05 100644
--- a/test/chunking-form/samples/dynamic-import-only-default/_expected/system/generated-other.js
+++ b/test/chunking-form/samples/dynamic-import-only-default/_expected/system/generated-other.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var other = exports('default', 42);
+ var other = exports("default", 42);
})
};
diff --git a/test/chunking-form/samples/dynamic-import-only-default/_expected/system/main.js b/test/chunking-form/samples/dynamic-import-only-default/_expected/system/main.js
index d8458be56..f06678f4a 100644
--- a/test/chunking-form/samples/dynamic-import-only-default/_expected/system/main.js
+++ b/test/chunking-form/samples/dynamic-import-only-default/_expected/system/main.js
@@ -3,7 +3,7 @@ System.register([], (function (exports, module) {
return {
execute: (function () {
- var main = exports('default', Promise.all([module.import('./entry.js'), module.import('./generated-other.js')]));
+ var main = exports("default", Promise.all([module.import('./entry.js'), module.import('./generated-other.js')]));
})
};
diff --git a/test/chunking-form/samples/dynamic-import-synthetic-exports-preserve-modules/_expected/system/lib.js b/test/chunking-form/samples/dynamic-import-synthetic-exports-preserve-modules/_expected/system/lib.js
index e8c3eca4c..7c2d8b896 100644
--- a/test/chunking-form/samples/dynamic-import-synthetic-exports-preserve-modules/_expected/system/lib.js
+++ b/test/chunking-form/samples/dynamic-import-synthetic-exports-preserve-modules/_expected/system/lib.js
@@ -19,7 +19,7 @@ System.register([], (function (exports) {
}
const __moduleExports = { foo: 'bar' };
- var lib = exports('default', 'baz');
+ var lib = exports("default", 'baz');
var lib$1 = /*#__PURE__*/_mergeNamespaces({
__proto__: null,
diff --git a/test/chunking-form/samples/dynamic-import/_expected/system/chunks/other.js b/test/chunking-form/samples/dynamic-import/_expected/system/chunks/other.js
index e3f8724ce..0deffdfed 100644
--- a/test/chunking-form/samples/dynamic-import/_expected/system/chunks/other.js
+++ b/test/chunking-form/samples/dynamic-import/_expected/system/chunks/other.js
@@ -2,7 +2,7 @@ System.register(['./main.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('value', module.s);
+ exports("value", module.s);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/dynamic-import/_expected/system/main.js b/test/chunking-form/samples/dynamic-import/_expected/system/main.js
index 2bfff3f19..141a96c6c 100644
--- a/test/chunking-form/samples/dynamic-import/_expected/system/main.js
+++ b/test/chunking-form/samples/dynamic-import/_expected/system/main.js
@@ -2,7 +2,7 @@ System.register(['./chunks/main.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('promise', module.p);
+ exports("promise", module.p);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/dynamically-import-facaded-entry/_expected/system/generated-main.js b/test/chunking-form/samples/dynamically-import-facaded-entry/_expected/system/generated-main.js
index c01924321..8ad3dd47e 100644
--- a/test/chunking-form/samples/dynamically-import-facaded-entry/_expected/system/generated-main.js
+++ b/test/chunking-form/samples/dynamically-import-facaded-entry/_expected/system/generated-main.js
@@ -3,7 +3,7 @@ System.register([], (function (exports, module) {
return {
execute: (function () {
- var value = exports('v', 42);
+ var value = exports("v", 42);
const promise = exports("p", module.import('./generated-dynamic.js').then(result => console.log('main', result, value)));
diff --git a/test/chunking-form/samples/dynamically-import-facaded-entry/_expected/system/main.js b/test/chunking-form/samples/dynamically-import-facaded-entry/_expected/system/main.js
index 65848d117..851f92643 100644
--- a/test/chunking-form/samples/dynamically-import-facaded-entry/_expected/system/main.js
+++ b/test/chunking-form/samples/dynamically-import-facaded-entry/_expected/system/main.js
@@ -2,7 +2,7 @@ System.register(['./generated-main.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('promise', module.p);
+ exports("promise", module.p);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/dynamically-import-non-preserved-entry/_expected/system/main.js b/test/chunking-form/samples/dynamically-import-non-preserved-entry/_expected/system/main.js
index ab5fd25c5..69876df26 100644
--- a/test/chunking-form/samples/dynamically-import-non-preserved-entry/_expected/system/main.js
+++ b/test/chunking-form/samples/dynamically-import-non-preserved-entry/_expected/system/main.js
@@ -3,7 +3,7 @@ System.register([], (function (exports, module) {
return {
execute: (function () {
- var value = exports('v', 42);
+ var value = exports("v", 42);
const promise = module.import('./generated-dynamic.js').then(result => console.log('main', result, value));
diff --git a/test/chunking-form/samples/dynamically-import-tainted-entry/_expected/system/main.js b/test/chunking-form/samples/dynamically-import-tainted-entry/_expected/system/main.js
index 7e7d58aaa..984e679d9 100644
--- a/test/chunking-form/samples/dynamically-import-tainted-entry/_expected/system/main.js
+++ b/test/chunking-form/samples/dynamically-import-tainted-entry/_expected/system/main.js
@@ -3,7 +3,7 @@ System.register([], (function (exports, module) {
return {
execute: (function () {
- var value = exports('v', 42);
+ var value = exports("v", 42);
const promise = exports("promise", module.import('./generated-dynamic.js').then(result => console.log('main', result, value)));
diff --git a/test/chunking-form/samples/dynamically-import-untainted-entry/_expected/system/main.js b/test/chunking-form/samples/dynamically-import-untainted-entry/_expected/system/main.js
index b15341b59..acfe25c0e 100644
--- a/test/chunking-form/samples/dynamically-import-untainted-entry/_expected/system/main.js
+++ b/test/chunking-form/samples/dynamically-import-untainted-entry/_expected/system/main.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var main = exports('default', 42);
+ var main = exports("default", 42);
})
};
diff --git a/test/chunking-form/samples/emit-file/emit-chunk-facade/_expected/system/generated-buildStart.js b/test/chunking-form/samples/emit-file/emit-chunk-facade/_expected/system/generated-buildStart.js
index c21eed54d..6617d8d3d 100644
--- a/test/chunking-form/samples/emit-file/emit-chunk-facade/_expected/system/generated-buildStart.js
+++ b/test/chunking-form/samples/emit-file/emit-chunk-facade/_expected/system/generated-buildStart.js
@@ -2,7 +2,7 @@ System.register(['./generated-build-starter.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('buildStartValue', module.v);
+ exports("buildStartValue", module.v);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/emit-file/emit-chunk-filename/_expected/system/custom/build-start-chunk.js b/test/chunking-form/samples/emit-file/emit-chunk-filename/_expected/system/custom/build-start-chunk.js
index b0fedf536..1fb088d36 100644
--- a/test/chunking-form/samples/emit-file/emit-chunk-filename/_expected/system/custom/build-start-chunk.js
+++ b/test/chunking-form/samples/emit-file/emit-chunk-filename/_expected/system/custom/build-start-chunk.js
@@ -2,7 +2,7 @@ System.register(['../generated-buildStart.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('id', module.i);
+ exports("id", module.i);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/emit-file/emit-chunk-filename/_expected/system/generated-buildStart.js b/test/chunking-form/samples/emit-file/emit-chunk-filename/_expected/system/generated-buildStart.js
index 891bef612..58899794d 100644
--- a/test/chunking-form/samples/emit-file/emit-chunk-filename/_expected/system/generated-buildStart.js
+++ b/test/chunking-form/samples/emit-file/emit-chunk-filename/_expected/system/generated-buildStart.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var value = exports('v', 42);
+ var value = exports("v", 42);
const id = exports("i", 'startBuild');
console.log(id, value);
diff --git a/test/chunking-form/samples/emit-file/emit-chunk-name-conflict/_expected/system/generated-firstName.js b/test/chunking-form/samples/emit-file/emit-chunk-name-conflict/_expected/system/generated-firstName.js
index 94a4f22b1..c572973e6 100644
--- a/test/chunking-form/samples/emit-file/emit-chunk-name-conflict/_expected/system/generated-firstName.js
+++ b/test/chunking-form/samples/emit-file/emit-chunk-name-conflict/_expected/system/generated-firstName.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var value2 = exports('default', 43);
+ var value2 = exports("default", 43);
})
};
diff --git a/test/chunking-form/samples/emit-file/emit-chunk-name-conflict/_expected/system/generated-name.js b/test/chunking-form/samples/emit-file/emit-chunk-name-conflict/_expected/system/generated-name.js
index 3dc7bf01b..cd46257f7 100644
--- a/test/chunking-form/samples/emit-file/emit-chunk-name-conflict/_expected/system/generated-name.js
+++ b/test/chunking-form/samples/emit-file/emit-chunk-name-conflict/_expected/system/generated-name.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var value1 = exports('default', 42);
+ var value1 = exports("default", 42);
})
};
diff --git a/test/chunking-form/samples/emit-file/emit-chunk-name-conflict/_expected/system/generated-name2.js b/test/chunking-form/samples/emit-file/emit-chunk-name-conflict/_expected/system/generated-name2.js
index 53e9364b8..f1c2a1657 100644
--- a/test/chunking-form/samples/emit-file/emit-chunk-name-conflict/_expected/system/generated-name2.js
+++ b/test/chunking-form/samples/emit-file/emit-chunk-name-conflict/_expected/system/generated-name2.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var value3 = exports('default', 44);
+ var value3 = exports("default", 44);
})
};
diff --git a/test/chunking-form/samples/emit-file/emit-chunk-named/_expected/system/generated-dep.js b/test/chunking-form/samples/emit-file/emit-chunk-named/_expected/system/generated-dep.js
index eb5993a95..cfb9c05fd 100644
--- a/test/chunking-form/samples/emit-file/emit-chunk-named/_expected/system/generated-dep.js
+++ b/test/chunking-form/samples/emit-file/emit-chunk-named/_expected/system/generated-dep.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var value = exports('v', 42);
+ var value = exports("v", 42);
})
};
diff --git a/test/chunking-form/samples/emit-file/emit-chunk-order1/_expected/system/generated-emitted.js b/test/chunking-form/samples/emit-file/emit-chunk-order1/_expected/system/generated-emitted.js
index a50f82d77..fa180ffa3 100644
--- a/test/chunking-form/samples/emit-file/emit-chunk-order1/_expected/system/generated-emitted.js
+++ b/test/chunking-form/samples/emit-file/emit-chunk-order1/_expected/system/generated-emitted.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var value = exports('v', 42);
+ var value = exports("v", 42);
const id = exports("i", 'emitted');
console.log(id, value);
diff --git a/test/chunking-form/samples/emit-file/emit-chunk-order1/_expected/system/generated-emitted2.js b/test/chunking-form/samples/emit-file/emit-chunk-order1/_expected/system/generated-emitted2.js
index 1f9516f0c..b63192f39 100644
--- a/test/chunking-form/samples/emit-file/emit-chunk-order1/_expected/system/generated-emitted2.js
+++ b/test/chunking-form/samples/emit-file/emit-chunk-order1/_expected/system/generated-emitted2.js
@@ -2,7 +2,7 @@ System.register(['./generated-emitted.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('id', module.i);
+ exports("id", module.i);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/emit-file/emit-chunk-order2/_expected/system/generated-emitted.js b/test/chunking-form/samples/emit-file/emit-chunk-order2/_expected/system/generated-emitted.js
index a50f82d77..fa180ffa3 100644
--- a/test/chunking-form/samples/emit-file/emit-chunk-order2/_expected/system/generated-emitted.js
+++ b/test/chunking-form/samples/emit-file/emit-chunk-order2/_expected/system/generated-emitted.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var value = exports('v', 42);
+ var value = exports("v", 42);
const id = exports("i", 'emitted');
console.log(id, value);
diff --git a/test/chunking-form/samples/emit-file/emit-chunk-order2/_expected/system/generated-emitted2.js b/test/chunking-form/samples/emit-file/emit-chunk-order2/_expected/system/generated-emitted2.js
index 1f9516f0c..b63192f39 100644
--- a/test/chunking-form/samples/emit-file/emit-chunk-order2/_expected/system/generated-emitted2.js
+++ b/test/chunking-form/samples/emit-file/emit-chunk-order2/_expected/system/generated-emitted2.js
@@ -2,7 +2,7 @@ System.register(['./generated-emitted.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('id', module.i);
+ exports("id", module.i);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/emit-file/emit-chunk/_expected/system/generated-dep.js b/test/chunking-form/samples/emit-file/emit-chunk/_expected/system/generated-dep.js
index eb5993a95..cfb9c05fd 100644
--- a/test/chunking-form/samples/emit-file/emit-chunk/_expected/system/generated-dep.js
+++ b/test/chunking-form/samples/emit-file/emit-chunk/_expected/system/generated-dep.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var value = exports('v', 42);
+ var value = exports("v", 42);
})
};
diff --git a/test/chunking-form/samples/emit-file/emits-existing-chunk/_expected/system/generated-dep.js b/test/chunking-form/samples/emit-file/emits-existing-chunk/_expected/system/generated-dep.js
index 1c71e7612..e717203f3 100644
--- a/test/chunking-form/samples/emit-file/emits-existing-chunk/_expected/system/generated-dep.js
+++ b/test/chunking-form/samples/emit-file/emits-existing-chunk/_expected/system/generated-dep.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var value = exports('default', 42);
+ var value = exports("default", 42);
})
};
diff --git a/test/chunking-form/samples/emit-file/filenames-function-patterns-preserve-modules/_expected/system/entry-deb-system.js b/test/chunking-form/samples/emit-file/filenames-function-patterns-preserve-modules/_expected/system/entry-deb-system.js
index 97caa5f44..533f7eb9c 100644
--- a/test/chunking-form/samples/emit-file/filenames-function-patterns-preserve-modules/_expected/system/entry-deb-system.js
+++ b/test/chunking-form/samples/emit-file/filenames-function-patterns-preserve-modules/_expected/system/entry-deb-system.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var deb = exports('default', 'string');
+ var deb = exports("default", 'string');
})
};
diff --git a/test/chunking-form/samples/emit-file/filenames-function-patterns/_expected/system/chunk-deb-BJKR2fPr-system.js b/test/chunking-form/samples/emit-file/filenames-function-patterns/_expected/system/chunk-deb-JcRQJ4ri-system.js
similarity index 71%
rename from test/chunking-form/samples/emit-file/filenames-function-patterns/_expected/system/chunk-deb-BJKR2fPr-system.js
rename to test/chunking-form/samples/emit-file/filenames-function-patterns/_expected/system/chunk-deb-JcRQJ4ri-system.js
index 97caa5f44..533f7eb9c 100644
--- a/test/chunking-form/samples/emit-file/filenames-function-patterns/_expected/system/chunk-deb-BJKR2fPr-system.js
+++ b/test/chunking-form/samples/emit-file/filenames-function-patterns/_expected/system/chunk-deb-JcRQJ4ri-system.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var deb = exports('default', 'string');
+ var deb = exports("default", 'string');
})
};
diff --git a/test/chunking-form/samples/emit-file/filenames-function-patterns/_expected/system/entry-main-ljrLE_qG-system.js b/test/chunking-form/samples/emit-file/filenames-function-patterns/_expected/system/entry-main-robtIr_x-system.js
similarity index 69%
rename from test/chunking-form/samples/emit-file/filenames-function-patterns/_expected/system/entry-main-ljrLE_qG-system.js
rename to test/chunking-form/samples/emit-file/filenames-function-patterns/_expected/system/entry-main-robtIr_x-system.js
index c8349de79..c75587f2b 100644
--- a/test/chunking-form/samples/emit-file/filenames-function-patterns/_expected/system/entry-main-ljrLE_qG-system.js
+++ b/test/chunking-form/samples/emit-file/filenames-function-patterns/_expected/system/entry-main-robtIr_x-system.js
@@ -4,7 +4,7 @@ System.register([], (function (exports, module) {
execute: (function () {
console.log('main');
- module.import('./chunk-deb-BJKR2fPr-system.js').then(console.log);
+ module.import('./chunk-deb-JcRQJ4ri-system.js').then(console.log);
})
};
diff --git a/test/chunking-form/samples/emit-file/named-user-chunks/_expected/system/explicit-name1.js b/test/chunking-form/samples/emit-file/named-user-chunks/_expected/system/explicit-name1.js
index a0867b359..e0909a482 100644
--- a/test/chunking-form/samples/emit-file/named-user-chunks/_expected/system/explicit-name1.js
+++ b/test/chunking-form/samples/emit-file/named-user-chunks/_expected/system/explicit-name1.js
@@ -2,7 +2,7 @@ System.register(['./mainChunk.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('value', module.value);
+ exports("value", module.value);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/emit-file/named-user-chunks/_expected/system/explicit-name2.js b/test/chunking-form/samples/emit-file/named-user-chunks/_expected/system/explicit-name2.js
index a0867b359..e0909a482 100644
--- a/test/chunking-form/samples/emit-file/named-user-chunks/_expected/system/explicit-name2.js
+++ b/test/chunking-form/samples/emit-file/named-user-chunks/_expected/system/explicit-name2.js
@@ -2,7 +2,7 @@ System.register(['./mainChunk.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('value', module.value);
+ exports("value", module.value);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/emit-file/named-user-chunks/_expected/system/mainChunkFacade.js b/test/chunking-form/samples/emit-file/named-user-chunks/_expected/system/mainChunkFacade.js
index a0867b359..e0909a482 100644
--- a/test/chunking-form/samples/emit-file/named-user-chunks/_expected/system/mainChunkFacade.js
+++ b/test/chunking-form/samples/emit-file/named-user-chunks/_expected/system/mainChunkFacade.js
@@ -2,7 +2,7 @@ System.register(['./mainChunk.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('value', module.value);
+ exports("value", module.value);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/emit-file/reference-files/_expected/system/main.js b/test/chunking-form/samples/emit-file/reference-files/_expected/system/main.js
index db77cf0d5..d90308bc2 100644
--- a/test/chunking-form/samples/emit-file/reference-files/_expected/system/main.js
+++ b/test/chunking-form/samples/emit-file/reference-files/_expected/system/main.js
@@ -3,7 +3,7 @@ System.register([], (function (exports, module) {
return {
execute: (function () {
- exports('s', showImage);
+ exports("s", showImage);
var logo = new URL('assets/logo1-BarkEXVd.svg', module.meta.url).href;
diff --git a/test/chunking-form/samples/entry-aliases/_expected/system/main1-alias.js b/test/chunking-form/samples/entry-aliases/_expected/system/main1-alias.js
index 05546a7e9..5bd6af106 100644
--- a/test/chunking-form/samples/entry-aliases/_expected/system/main1-alias.js
+++ b/test/chunking-form/samples/entry-aliases/_expected/system/main1-alias.js
@@ -2,7 +2,7 @@ System.register(['./main1.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('name', module.name);
+ exports("name", module.name);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/entry-chunk-export-mode/_expected/system/main2.js b/test/chunking-form/samples/entry-chunk-export-mode/_expected/system/main2.js
index fe7757e93..20c10307a 100644
--- a/test/chunking-form/samples/entry-chunk-export-mode/_expected/system/main2.js
+++ b/test/chunking-form/samples/entry-chunk-export-mode/_expected/system/main2.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('default', fn);
+ exports("default", fn);
function fn () {
console.log('main fn');
diff --git a/test/chunking-form/samples/entry-point-without-own-code/_expected/system/m1.js b/test/chunking-form/samples/entry-point-without-own-code/_expected/system/m1.js
index 2a3d0c83a..742fcc243 100644
--- a/test/chunking-form/samples/entry-point-without-own-code/_expected/system/m1.js
+++ b/test/chunking-form/samples/entry-point-without-own-code/_expected/system/m1.js
@@ -2,7 +2,7 @@ System.register(['./m2.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('m2', module.default);
+ exports("m2", module.default);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/entry-point-without-own-code/_expected/system/m2.js b/test/chunking-form/samples/entry-point-without-own-code/_expected/system/m2.js
index 0c8362668..1eeac2250 100644
--- a/test/chunking-form/samples/entry-point-without-own-code/_expected/system/m2.js
+++ b/test/chunking-form/samples/entry-point-without-own-code/_expected/system/m2.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var m2 = exports('default', 'm2');
+ var m2 = exports("default", 'm2');
})
};
diff --git a/test/chunking-form/samples/entrypoint-aliasing/_expected/system/generated-main2.js b/test/chunking-form/samples/entrypoint-aliasing/_expected/system/generated-main2.js
index b851ff002..b6cc008bb 100644
--- a/test/chunking-form/samples/entrypoint-aliasing/_expected/system/generated-main2.js
+++ b/test/chunking-form/samples/entrypoint-aliasing/_expected/system/generated-main2.js
@@ -3,9 +3,9 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('l', log);
+ exports("l", log);
- var dep = exports('d', { x: 42 });
+ var dep = exports("d", { x: 42 });
function log (x) {
if (dep) {
diff --git a/test/chunking-form/samples/entrypoint-aliasing/_expected/system/main2alias.js b/test/chunking-form/samples/entrypoint-aliasing/_expected/system/main2alias.js
index 337ff510c..1750d72b4 100644
--- a/test/chunking-form/samples/entrypoint-aliasing/_expected/system/main2alias.js
+++ b/test/chunking-form/samples/entrypoint-aliasing/_expected/system/main2alias.js
@@ -2,7 +2,7 @@ System.register(['./generated-main2.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('default', module.l);
+ exports("default", module.l);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/entrypoint-facade/_expected/system/generated-main2.js b/test/chunking-form/samples/entrypoint-facade/_expected/system/generated-main2.js
index b851ff002..b6cc008bb 100644
--- a/test/chunking-form/samples/entrypoint-facade/_expected/system/generated-main2.js
+++ b/test/chunking-form/samples/entrypoint-facade/_expected/system/generated-main2.js
@@ -3,9 +3,9 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('l', log);
+ exports("l", log);
- var dep = exports('d', { x: 42 });
+ var dep = exports("d", { x: 42 });
function log (x) {
if (dep) {
diff --git a/test/chunking-form/samples/entrypoint-facade/_expected/system/main2.js b/test/chunking-form/samples/entrypoint-facade/_expected/system/main2.js
index 337ff510c..1750d72b4 100644
--- a/test/chunking-form/samples/entrypoint-facade/_expected/system/main2.js
+++ b/test/chunking-form/samples/entrypoint-facade/_expected/system/main2.js
@@ -2,7 +2,7 @@ System.register(['./generated-main2.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('default', module.l);
+ exports("default", module.l);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/export-default-from-entry/_expected/system/dep.js b/test/chunking-form/samples/export-default-from-entry/_expected/system/dep.js
index 4079b6dc5..fa68ae3b7 100644
--- a/test/chunking-form/samples/export-default-from-entry/_expected/system/dep.js
+++ b/test/chunking-form/samples/export-default-from-entry/_expected/system/dep.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var dep = exports('default', 42);
+ var dep = exports("default", 42);
})
};
diff --git a/test/chunking-form/samples/export-default-from-entry/_expected/system/main.js b/test/chunking-form/samples/export-default-from-entry/_expected/system/main.js
index ddfa318ce..4ffef531b 100644
--- a/test/chunking-form/samples/export-default-from-entry/_expected/system/main.js
+++ b/test/chunking-form/samples/export-default-from-entry/_expected/system/main.js
@@ -2,7 +2,7 @@ System.register(['./dep.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('value', module.default);
+ exports("value", module.default);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/external-reexports/_expected/system/main-default.js b/test/chunking-form/samples/external-reexports/_expected/system/main-default.js
index fe7a77c8f..ea5c0a832 100644
--- a/test/chunking-form/samples/external-reexports/_expected/system/main-default.js
+++ b/test/chunking-form/samples/external-reexports/_expected/system/main-default.js
@@ -2,13 +2,13 @@ System.register(['external-all', 'external-default', 'external-default-named', '
'use strict';
return {
setters: [function (module) {
- exports('foo', module.default);
+ exports("foo", module.default);
}, function (module) {
- exports('bar', module.default);
+ exports("bar", module.default);
}, function (module) {
- exports('baz', module.default);
+ exports("baz", module.default);
}, function (module) {
- exports('quux', module.default);
+ exports("quux", module.default);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/external-reexports/_expected/system/main-named.js b/test/chunking-form/samples/external-reexports/_expected/system/main-named.js
index bd9a89eed..d49441804 100644
--- a/test/chunking-form/samples/external-reexports/_expected/system/main-named.js
+++ b/test/chunking-form/samples/external-reexports/_expected/system/main-named.js
@@ -2,13 +2,13 @@ System.register(['external-all', 'external-named', 'external-default-named', 'ex
'use strict';
return {
setters: [function (module) {
- exports('foo', module.foo);
+ exports("foo", module.foo);
}, function (module) {
- exports('bar', module.bar);
+ exports("bar", module.bar);
}, function (module) {
- exports('baz', module.baz);
+ exports("baz", module.baz);
}, function (module) {
- exports('quux', module.quux);
+ exports("quux", module.quux);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/external-reexports/_expected/system/main-namespace.js b/test/chunking-form/samples/external-reexports/_expected/system/main-namespace.js
index 2b8037ae8..5464fe190 100644
--- a/test/chunking-form/samples/external-reexports/_expected/system/main-namespace.js
+++ b/test/chunking-form/samples/external-reexports/_expected/system/main-namespace.js
@@ -2,13 +2,13 @@ System.register(['external-all', 'external-namespace', 'external-default-namespa
'use strict';
return {
setters: [function (module) {
- exports('foo', module);
+ exports("foo", module);
}, function (module) {
- exports('bar', module);
+ exports("bar", module);
}, function (module) {
- exports('baz', module);
+ exports("baz", module);
}, function (module) {
- exports('quux', module);
+ exports("quux", module);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/facades-with-external-reexports/_expected/system/main.js b/test/chunking-form/samples/facades-with-external-reexports/_expected/system/main.js
index f22a86838..0ac3b7bf3 100644
--- a/test/chunking-form/samples/facades-with-external-reexports/_expected/system/main.js
+++ b/test/chunking-form/samples/facades-with-external-reexports/_expected/system/main.js
@@ -2,7 +2,7 @@ System.register(['./other.js', 'external'], (function (exports) {
'use strict';
return {
setters: [null, function (module) {
- exports('foo', module.foo);
+ exports("foo", module.foo);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/facades-with-external-reexports/_expected/system/other.js b/test/chunking-form/samples/facades-with-external-reexports/_expected/system/other.js
index 2d72d6211..55107fd42 100644
--- a/test/chunking-form/samples/facades-with-external-reexports/_expected/system/other.js
+++ b/test/chunking-form/samples/facades-with-external-reexports/_expected/system/other.js
@@ -2,7 +2,7 @@ System.register(['external'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('bar', module.bar);
+ exports("bar", module.bar);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/facades-with-reexports/_expected/system/main.js b/test/chunking-form/samples/facades-with-reexports/_expected/system/main.js
index 227acabbd..960f3d55a 100644
--- a/test/chunking-form/samples/facades-with-reexports/_expected/system/main.js
+++ b/test/chunking-form/samples/facades-with-reexports/_expected/system/main.js
@@ -2,7 +2,7 @@ System.register(['./other.js', './third.js'], (function (exports) {
'use strict';
return {
setters: [null, function (module) {
- exports('foo', module.foo);
+ exports("foo", module.foo);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/facades-with-reexports/_expected/system/other.js b/test/chunking-form/samples/facades-with-reexports/_expected/system/other.js
index fa28c6ea1..f731359e0 100644
--- a/test/chunking-form/samples/facades-with-reexports/_expected/system/other.js
+++ b/test/chunking-form/samples/facades-with-reexports/_expected/system/other.js
@@ -2,7 +2,7 @@ System.register(['./third.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('bar', module.bar);
+ exports("bar", module.bar);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/filenames-patterns/_expected/system/chunk-main2-cN2LIF0L-system.js b/test/chunking-form/samples/filenames-patterns/_expected/system/chunk-main2-sc7pTV68-system.js
similarity index 75%
rename from test/chunking-form/samples/filenames-patterns/_expected/system/chunk-main2-cN2LIF0L-system.js
rename to test/chunking-form/samples/filenames-patterns/_expected/system/chunk-main2-sc7pTV68-system.js
index b851ff002..b6cc008bb 100644
--- a/test/chunking-form/samples/filenames-patterns/_expected/system/chunk-main2-cN2LIF0L-system.js
+++ b/test/chunking-form/samples/filenames-patterns/_expected/system/chunk-main2-sc7pTV68-system.js
@@ -3,9 +3,9 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('l', log);
+ exports("l", log);
- var dep = exports('d', { x: 42 });
+ var dep = exports("d", { x: 42 });
function log (x) {
if (dep) {
diff --git a/test/chunking-form/samples/filenames-patterns/_expected/system/entry-main1-3xo1S8a0-system.js b/test/chunking-form/samples/filenames-patterns/_expected/system/entry-main1-eNgrB4zf-system.js
similarity index 73%
rename from test/chunking-form/samples/filenames-patterns/_expected/system/entry-main1-3xo1S8a0-system.js
rename to test/chunking-form/samples/filenames-patterns/_expected/system/entry-main1-eNgrB4zf-system.js
index 1715f48cd..042f2ff0d 100644
--- a/test/chunking-form/samples/filenames-patterns/_expected/system/entry-main1-3xo1S8a0-system.js
+++ b/test/chunking-form/samples/filenames-patterns/_expected/system/entry-main1-eNgrB4zf-system.js
@@ -1,4 +1,4 @@
-System.register(['./chunk-main2-cN2LIF0L-system.js'], (function () {
+System.register(['./chunk-main2-sc7pTV68-system.js'], (function () {
'use strict';
var log, dep;
return {
diff --git a/test/chunking-form/samples/filenames-patterns/_expected/system/entry-main2-RI9cN2Cj-system.js b/test/chunking-form/samples/filenames-patterns/_expected/system/entry-main2-WsMjOhDY-system.js
similarity index 54%
rename from test/chunking-form/samples/filenames-patterns/_expected/system/entry-main2-RI9cN2Cj-system.js
rename to test/chunking-form/samples/filenames-patterns/_expected/system/entry-main2-WsMjOhDY-system.js
index bec58bbe1..5c3387bdd 100644
--- a/test/chunking-form/samples/filenames-patterns/_expected/system/entry-main2-RI9cN2Cj-system.js
+++ b/test/chunking-form/samples/filenames-patterns/_expected/system/entry-main2-WsMjOhDY-system.js
@@ -1,8 +1,8 @@
-System.register(['./chunk-main2-cN2LIF0L-system.js'], (function (exports) {
+System.register(['./chunk-main2-sc7pTV68-system.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('default', module.l);
+ exports("default", module.l);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/generated-code/reserved-names-as-props-false/_expected/system/main.js b/test/chunking-form/samples/generated-code/reserved-names-as-props-false/_expected/system/main.js
index 1c338e638..eae57be70 100644
--- a/test/chunking-form/samples/generated-code/reserved-names-as-props-false/_expected/system/main.js
+++ b/test/chunking-form/samples/generated-code/reserved-names-as-props-false/_expected/system/main.js
@@ -2,7 +2,7 @@ System.register('bundle', ['./main2.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('foo', module["default"]);
+ exports("foo", module["default"]);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/generated-code/reserved-names-as-props-false/_expected/system/main2.js b/test/chunking-form/samples/generated-code/reserved-names-as-props-false/_expected/system/main2.js
index 77ae682b8..ed15e026d 100644
--- a/test/chunking-form/samples/generated-code/reserved-names-as-props-false/_expected/system/main2.js
+++ b/test/chunking-form/samples/generated-code/reserved-names-as-props-false/_expected/system/main2.js
@@ -3,7 +3,7 @@ System.register('bundle', [], (function (exports) {
return {
execute: (function () {
- var main2 = exports('default', 42);
+ var main2 = exports("default", 42);
})
};
diff --git a/test/chunking-form/samples/generated-code/reserved-names-as-props-true/_expected/system/main.js b/test/chunking-form/samples/generated-code/reserved-names-as-props-true/_expected/system/main.js
index 8e3f42c36..6fac144e5 100644
--- a/test/chunking-form/samples/generated-code/reserved-names-as-props-true/_expected/system/main.js
+++ b/test/chunking-form/samples/generated-code/reserved-names-as-props-true/_expected/system/main.js
@@ -2,7 +2,7 @@ System.register('bundle', ['./main2.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('foo', module.default);
+ exports("foo", module.default);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/generated-code/reserved-names-as-props-true/_expected/system/main2.js b/test/chunking-form/samples/generated-code/reserved-names-as-props-true/_expected/system/main2.js
index 77ae682b8..ed15e026d 100644
--- a/test/chunking-form/samples/generated-code/reserved-names-as-props-true/_expected/system/main2.js
+++ b/test/chunking-form/samples/generated-code/reserved-names-as-props-true/_expected/system/main2.js
@@ -3,7 +3,7 @@ System.register('bundle', [], (function (exports) {
return {
execute: (function () {
- var main2 = exports('default', 42);
+ var main2 = exports("default", 42);
})
};
diff --git a/test/chunking-form/samples/hashing/tree-shaken-dynamic-hash/_expected/system/ia0SgqCA.js b/test/chunking-form/samples/hashing/tree-shaken-dynamic-hash/_expected/system/DeK55VpB.js
similarity index 73%
rename from test/chunking-form/samples/hashing/tree-shaken-dynamic-hash/_expected/system/ia0SgqCA.js
rename to test/chunking-form/samples/hashing/tree-shaken-dynamic-hash/_expected/system/DeK55VpB.js
index 646693430..f4b08cd6d 100644
--- a/test/chunking-form/samples/hashing/tree-shaken-dynamic-hash/_expected/system/ia0SgqCA.js
+++ b/test/chunking-form/samples/hashing/tree-shaken-dynamic-hash/_expected/system/DeK55VpB.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var main = exports('default', null);
+ var main = exports("default", null);
})
};
diff --git a/test/chunking-form/samples/implicit-dependencies/preserve-signature-strict/_expected/system/generated-dep2.js b/test/chunking-form/samples/implicit-dependencies/preserve-signature-strict/_expected/system/generated-dep2.js
index 0f0a4fc2d..5931abe6b 100644
--- a/test/chunking-form/samples/implicit-dependencies/preserve-signature-strict/_expected/system/generated-dep2.js
+++ b/test/chunking-form/samples/implicit-dependencies/preserve-signature-strict/_expected/system/generated-dep2.js
@@ -2,7 +2,7 @@ System.register(['./generated-dep.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('dep', module.d);
+ exports("dep", module.d);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/implicit-dependencies/same-chunk-dependency/_expected/system/generated-dep.js b/test/chunking-form/samples/implicit-dependencies/same-chunk-dependency/_expected/system/generated-dep.js
index 071c54287..348d9baaf 100644
--- a/test/chunking-form/samples/implicit-dependencies/same-chunk-dependency/_expected/system/generated-dep.js
+++ b/test/chunking-form/samples/implicit-dependencies/same-chunk-dependency/_expected/system/generated-dep.js
@@ -2,7 +2,7 @@ System.register(['./generated-lib.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('dep', module.d);
+ exports("dep", module.d);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/implicit-dependencies/shared-dependency-no-side-effect/_expected/system/generated-core.js b/test/chunking-form/samples/implicit-dependencies/shared-dependency-no-side-effect/_expected/system/generated-core.js
index 6a91a27fa..ddb9a4180 100644
--- a/test/chunking-form/samples/implicit-dependencies/shared-dependency-no-side-effect/_expected/system/generated-core.js
+++ b/test/chunking-form/samples/implicit-dependencies/shared-dependency-no-side-effect/_expected/system/generated-core.js
@@ -2,7 +2,7 @@ System.register(['./main.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('foo', module.foo);
+ exports("foo", module.foo);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/implicit-dependencies/shared-dependency-reexport/_expected/system/generated-implicit.js b/test/chunking-form/samples/implicit-dependencies/shared-dependency-reexport/_expected/system/generated-implicit.js
index 6a91a27fa..ddb9a4180 100644
--- a/test/chunking-form/samples/implicit-dependencies/shared-dependency-reexport/_expected/system/generated-implicit.js
+++ b/test/chunking-form/samples/implicit-dependencies/shared-dependency-reexport/_expected/system/generated-implicit.js
@@ -2,7 +2,7 @@ System.register(['./main.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('foo', module.foo);
+ exports("foo", module.foo);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/import-meta-numeric-paths/_expected/system/main.js b/test/chunking-form/samples/import-meta-numeric-paths/_expected/system/main.js
index 0be3e5010..945f03a11 100644
--- a/test/chunking-form/samples/import-meta-numeric-paths/_expected/system/main.js
+++ b/test/chunking-form/samples/import-meta-numeric-paths/_expected/system/main.js
@@ -2,7 +2,7 @@ System.register(['./0/1/nested.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('url', module.url);
+ exports("url", module.url);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/import-meta-url/_expected/system/main.js b/test/chunking-form/samples/import-meta-url/_expected/system/main.js
index 2ba4ab11c..f75a0d6f7 100644
--- a/test/chunking-form/samples/import-meta-url/_expected/system/main.js
+++ b/test/chunking-form/samples/import-meta-url/_expected/system/main.js
@@ -3,7 +3,7 @@ System.register([], (function (exports, module) {
return {
execute: (function () {
- exports('l', log);
+ exports("l", log);
function log(url) {
if (typeof document === 'undefined') {
diff --git a/test/chunking-form/samples/import-variable-duplicates/_expected/system/first.js b/test/chunking-form/samples/import-variable-duplicates/_expected/system/first.js
index f939d7ded..042decabc 100644
--- a/test/chunking-form/samples/import-variable-duplicates/_expected/system/first.js
+++ b/test/chunking-form/samples/import-variable-duplicates/_expected/system/first.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var head2 = exports('default', 'first');
+ var head2 = exports("default", 'first');
})
};
diff --git a/test/chunking-form/samples/import-variable-duplicates/_expected/system/head.js b/test/chunking-form/samples/import-variable-duplicates/_expected/system/head.js
index 08cea5453..73b98d9be 100644
--- a/test/chunking-form/samples/import-variable-duplicates/_expected/system/head.js
+++ b/test/chunking-form/samples/import-variable-duplicates/_expected/system/head.js
@@ -2,7 +2,7 @@ System.register(['./first.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('default', module.default);
+ exports("default", module.default);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/improved-dynamic-chunks/dynamic-import-dynamic-multi-stage/_expected/system/generated-dynamic2.js b/test/chunking-form/samples/improved-dynamic-chunks/dynamic-import-dynamic-multi-stage/_expected/system/generated-dynamic2.js
index 7d4687f32..180fb65ff 100644
--- a/test/chunking-form/samples/improved-dynamic-chunks/dynamic-import-dynamic-multi-stage/_expected/system/generated-dynamic2.js
+++ b/test/chunking-form/samples/improved-dynamic-chunks/dynamic-import-dynamic-multi-stage/_expected/system/generated-dynamic2.js
@@ -4,7 +4,7 @@ System.register(['./main.js'], (function (exports) {
return {
setters: [function (module) {
value = module.value;
- exports('value', module.value);
+ exports("value", module.value);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/improved-dynamic-chunks/dynamic-import-dynamic/_expected/system/generated-dynamic2.js b/test/chunking-form/samples/improved-dynamic-chunks/dynamic-import-dynamic/_expected/system/generated-dynamic2.js
index 225fc02ed..4500adc94 100644
--- a/test/chunking-form/samples/improved-dynamic-chunks/dynamic-import-dynamic/_expected/system/generated-dynamic2.js
+++ b/test/chunking-form/samples/improved-dynamic-chunks/dynamic-import-dynamic/_expected/system/generated-dynamic2.js
@@ -4,7 +4,7 @@ System.register(['./generated-dynamic1.js'], (function (exports) {
return {
setters: [function (module) {
value = module.value;
- exports('value', module.value);
+ exports("value", module.value);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-and-shared-dependencies/_expected/system/generated-dynamic.js b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-and-shared-dependencies/_expected/system/generated-dynamic.js
index 45a4caf0b..827b171fc 100644
--- a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-and-shared-dependencies/_expected/system/generated-dynamic.js
+++ b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-and-shared-dependencies/_expected/system/generated-dynamic.js
@@ -4,10 +4,10 @@ System.register(['./generated-from-main-1-and-dynamic.js', './generated-from-mai
return {
setters: [function (module) {
value1 = module.v;
- exports('value1', module.v);
+ exports("value1", module.v);
}, function (module) {
value2 = module.v;
- exports('value2', module.v);
+ exports("value2", module.v);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-and-shared-dependencies/_expected/system/main1.js b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-and-shared-dependencies/_expected/system/main1.js
index 6eb53c156..292d7a745 100644
--- a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-and-shared-dependencies/_expected/system/main1.js
+++ b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-and-shared-dependencies/_expected/system/main1.js
@@ -4,7 +4,7 @@ System.register(['./generated-from-main-1-and-dynamic.js', './generated-from-mai
return {
setters: [function (module) {
value1 = module.v;
- exports('value1', module.v);
+ exports("value1", module.v);
}, function (module) {
value2 = module.v;
value3 = module.a;
diff --git a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-dependencies/_expected/system/generated-dynamic.js b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-dependencies/_expected/system/generated-dynamic.js
index fbd6441c9..46886cae8 100644
--- a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-dependencies/_expected/system/generated-dynamic.js
+++ b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-dependencies/_expected/system/generated-dynamic.js
@@ -4,10 +4,10 @@ System.register(['./generated-dep1.js', './generated-dep2.js'], (function (expor
return {
setters: [function (module) {
value1 = module.v;
- exports('value1', module.v);
+ exports("value1", module.v);
}, function (module) {
value2 = module.v;
- exports('value2', module.v);
+ exports("value2", module.v);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-dependencies/_expected/system/main1.js b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-dependencies/_expected/system/main1.js
index 5b5005ed5..b46f38035 100644
--- a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-dependencies/_expected/system/main1.js
+++ b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-dependencies/_expected/system/main1.js
@@ -4,10 +4,10 @@ System.register(['./generated-dep1.js', './generated-dep2.js'], (function (expor
return {
setters: [function (module) {
value1 = module.v;
- exports('value1', module.v);
+ exports("value1", module.v);
}, function (module) {
value2 = module.v;
- exports('value2', module.v);
+ exports("value2", module.v);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-dependencies/_expected/system/main2.js b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-dependencies/_expected/system/main2.js
index 29e0858ad..0e0f2ceb9 100644
--- a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-dependencies/_expected/system/main2.js
+++ b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-different-dependencies/_expected/system/main2.js
@@ -4,7 +4,7 @@ System.register(['./generated-dep2.js'], (function (exports, module) {
return {
setters: [function (module) {
value2 = module.v;
- exports('value2', module.v);
+ exports("value2", module.v);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-partly-already-loaded-dynamic/_expected/system/generated-dynamic1.js b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-partly-already-loaded-dynamic/_expected/system/generated-dynamic1.js
index 35ddafe0e..908048004 100644
--- a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-partly-already-loaded-dynamic/_expected/system/generated-dynamic1.js
+++ b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-partly-already-loaded-dynamic/_expected/system/generated-dynamic1.js
@@ -4,7 +4,7 @@ System.register(['./main1.js', './generated-dep2.js'], (function (exports) {
return {
setters: [function (module) {
value1 = module.value1;
- exports('value1', module.value1);
+ exports("value1", module.value1);
}, null],
execute: (function () {
diff --git a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-partly-already-loaded-dynamic/_expected/system/generated-dynamic2.js b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-partly-already-loaded-dynamic/_expected/system/generated-dynamic2.js
index 54cbe03b3..2cf55c00c 100644
--- a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-partly-already-loaded-dynamic/_expected/system/generated-dynamic2.js
+++ b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-partly-already-loaded-dynamic/_expected/system/generated-dynamic2.js
@@ -4,7 +4,7 @@ System.register(['./generated-dep2.js'], (function (exports) {
return {
setters: [function (module) {
value2 = module.v;
- exports('value2', module.v);
+ exports("value2", module.v);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-partly-already-loaded-dynamic/_expected/system/main1.js b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-partly-already-loaded-dynamic/_expected/system/main1.js
index a2b44fae9..6cd2f1d5d 100644
--- a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-partly-already-loaded-dynamic/_expected/system/main1.js
+++ b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-partly-already-loaded-dynamic/_expected/system/main1.js
@@ -4,7 +4,7 @@ System.register(['./generated-dep2.js'], (function (exports, module) {
return {
setters: [function (module) {
value2 = module.v;
- exports('value2', module.v);
+ exports("value2", module.v);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-partly-already-loaded-dynamic/_expected/system/main2.js b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-partly-already-loaded-dynamic/_expected/system/main2.js
index 0ea4b3cd7..ba819c24a 100644
--- a/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-partly-already-loaded-dynamic/_expected/system/main2.js
+++ b/test/chunking-form/samples/improved-dynamic-chunks/multi-entry-partly-already-loaded-dynamic/_expected/system/main2.js
@@ -4,7 +4,7 @@ System.register(['./generated-dep2.js'], (function (exports, module) {
return {
setters: [function (module) {
value2 = module.v;
- exports('value2', module.v);
+ exports("value2", module.v);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/improved-dynamic-chunks/single-dynamic-multiple-imports/_expected/system/generated-dynamic.js b/test/chunking-form/samples/improved-dynamic-chunks/single-dynamic-multiple-imports/_expected/system/generated-dynamic.js
index 0a561be36..d7b0c4568 100644
--- a/test/chunking-form/samples/improved-dynamic-chunks/single-dynamic-multiple-imports/_expected/system/generated-dynamic.js
+++ b/test/chunking-form/samples/improved-dynamic-chunks/single-dynamic-multiple-imports/_expected/system/generated-dynamic.js
@@ -4,7 +4,7 @@ System.register(['./main.js'], (function (exports) {
return {
setters: [function (module) {
value = module.value;
- exports('value', module.value);
+ exports("value", module.value);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/improved-dynamic-chunks/single-dynamic/_expected/system/generated-dynamic.js b/test/chunking-form/samples/improved-dynamic-chunks/single-dynamic/_expected/system/generated-dynamic.js
index 0a561be36..d7b0c4568 100644
--- a/test/chunking-form/samples/improved-dynamic-chunks/single-dynamic/_expected/system/generated-dynamic.js
+++ b/test/chunking-form/samples/improved-dynamic-chunks/single-dynamic/_expected/system/generated-dynamic.js
@@ -4,7 +4,7 @@ System.register(['./main.js'], (function (exports) {
return {
setters: [function (module) {
value = module.value;
- exports('value', module.value);
+ exports("value", module.value);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/indirect-reexports-preserve-modules/_expected/system/components/index.js b/test/chunking-form/samples/indirect-reexports-preserve-modules/_expected/system/components/index.js
index b062b3fe9..5319f6d2a 100644
--- a/test/chunking-form/samples/indirect-reexports-preserve-modules/_expected/system/components/index.js
+++ b/test/chunking-form/samples/indirect-reexports-preserve-modules/_expected/system/components/index.js
@@ -4,7 +4,7 @@ System.register('bundle', ['./sub/index.js'], (function (exports) {
return {
setters: [function (module) {
bar = module.default;
- exports('foo', module.foo);
+ exports("foo", module.foo);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/indirect-reexports-preserve-modules/_expected/system/components/sub/index.js b/test/chunking-form/samples/indirect-reexports-preserve-modules/_expected/system/components/sub/index.js
index 25dbc7167..d3f5dc501 100644
--- a/test/chunking-form/samples/indirect-reexports-preserve-modules/_expected/system/components/sub/index.js
+++ b/test/chunking-form/samples/indirect-reexports-preserve-modules/_expected/system/components/sub/index.js
@@ -4,7 +4,7 @@ System.register('bundle', [], (function (exports) {
execute: (function () {
const foo = exports("foo", 'bar');
- var bar = exports('default', () => {});
+ var bar = exports("default", () => {});
})
};
diff --git a/test/chunking-form/samples/indirect-reexports-preserve-modules/_expected/system/main.js b/test/chunking-form/samples/indirect-reexports-preserve-modules/_expected/system/main.js
index 26be107a7..d62a266f7 100644
--- a/test/chunking-form/samples/indirect-reexports-preserve-modules/_expected/system/main.js
+++ b/test/chunking-form/samples/indirect-reexports-preserve-modules/_expected/system/main.js
@@ -2,9 +2,9 @@ System.register('bundle', ['./components/index.js', './components/sub/index.js']
'use strict';
return {
setters: [function (module) {
- exports('baz', module.baz);
+ exports("baz", module.baz);
}, function (module) {
- exports('foo', module.foo);
+ exports("foo", module.foo);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/interop-per-reexported-default-dependency/_expected/system/auto.js b/test/chunking-form/samples/interop-per-reexported-default-dependency/_expected/system/auto.js
index 6ff6797bf..b1ace3a6e 100644
--- a/test/chunking-form/samples/interop-per-reexported-default-dependency/_expected/system/auto.js
+++ b/test/chunking-form/samples/interop-per-reexported-default-dependency/_expected/system/auto.js
@@ -2,7 +2,7 @@ System.register(['external-auto'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('default', module.default);
+ exports("default", module.default);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/interop-per-reexported-default-dependency/_expected/system/default.js b/test/chunking-form/samples/interop-per-reexported-default-dependency/_expected/system/default.js
index feefcefff..e9410a0f7 100644
--- a/test/chunking-form/samples/interop-per-reexported-default-dependency/_expected/system/default.js
+++ b/test/chunking-form/samples/interop-per-reexported-default-dependency/_expected/system/default.js
@@ -2,7 +2,7 @@ System.register(['external-default'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('default', module.default);
+ exports("default", module.default);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/interop-per-reexported-default-dependency/_expected/system/defaultOnly.js b/test/chunking-form/samples/interop-per-reexported-default-dependency/_expected/system/defaultOnly.js
index feefcefff..e9410a0f7 100644
--- a/test/chunking-form/samples/interop-per-reexported-default-dependency/_expected/system/defaultOnly.js
+++ b/test/chunking-form/samples/interop-per-reexported-default-dependency/_expected/system/defaultOnly.js
@@ -2,7 +2,7 @@ System.register(['external-default'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('default', module.default);
+ exports("default", module.default);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/interop-per-reexported-default-dependency/_expected/system/esModule.js b/test/chunking-form/samples/interop-per-reexported-default-dependency/_expected/system/esModule.js
index c37d460f9..c15015a6e 100644
--- a/test/chunking-form/samples/interop-per-reexported-default-dependency/_expected/system/esModule.js
+++ b/test/chunking-form/samples/interop-per-reexported-default-dependency/_expected/system/esModule.js
@@ -2,7 +2,7 @@ System.register(['external-esModule'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('default', module.default);
+ exports("default", module.default);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/manual-chunks/_expected/system/generated-lib1.js b/test/chunking-form/samples/manual-chunks/_expected/system/generated-lib1.js
index a6918ea9b..e740d158d 100644
--- a/test/chunking-form/samples/manual-chunks/_expected/system/generated-lib1.js
+++ b/test/chunking-form/samples/manual-chunks/_expected/system/generated-lib1.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('f', fn);
+ exports("f", fn);
function fn () {
console.log('lib1 fn');
diff --git a/test/chunking-form/samples/max-parallel-file-operations/_expected/system/main.js b/test/chunking-form/samples/max-parallel-file-operations/_expected/system/main.js
index b73aef46e..9fc157822 100644
--- a/test/chunking-form/samples/max-parallel-file-operations/_expected/system/main.js
+++ b/test/chunking-form/samples/max-parallel-file-operations/_expected/system/main.js
@@ -2,15 +2,15 @@ System.register(['./1.js', './2.js', './3.js', './4.js', './5.js'], (function (e
'use strict';
return {
setters: [function (module) {
- exports('x1', module.x1);
+ exports("x1", module.x1);
}, function (module) {
- exports('x2', module.x2);
+ exports("x2", module.x2);
}, function (module) {
- exports('x3', module.x3);
+ exports("x3", module.x3);
}, function (module) {
- exports('x4', module.x4);
+ exports("x4", module.x4);
}, function (module) {
- exports('x5', module.x5);
+ exports("x5", module.x5);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/min-chunk-size/avoid-circular-dependencies/_expected/system/main1.js b/test/chunking-form/samples/min-chunk-size/avoid-circular-dependencies/_expected/system/main1.js
index 4cc0ea751..1e49e98b0 100644
--- a/test/chunking-form/samples/min-chunk-size/avoid-circular-dependencies/_expected/system/main1.js
+++ b/test/chunking-form/samples/min-chunk-size/avoid-circular-dependencies/_expected/system/main1.js
@@ -2,7 +2,7 @@ System.register(['./generated-main1.js', './generated-small.js'], (function (exp
'use strict';
return {
setters: [function (module) {
- exports('generated', module.g);
+ exports("generated", module.g);
}, null],
execute: (function () {
diff --git a/test/chunking-form/samples/min-chunk-size/merge-small-side-effect-chunks/_expected/system/main2.js b/test/chunking-form/samples/min-chunk-size/merge-small-side-effect-chunks/_expected/system/main2.js
index 9ae7756d3..9a35b1cd4 100644
--- a/test/chunking-form/samples/min-chunk-size/merge-small-side-effect-chunks/_expected/system/main2.js
+++ b/test/chunking-form/samples/min-chunk-size/merge-small-side-effect-chunks/_expected/system/main2.js
@@ -2,7 +2,7 @@ System.register(['./main1.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('small', module.small);
+ exports("small", module.small);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/min-chunk-size/track-external-effects/_expected/system/main1.js b/test/chunking-form/samples/min-chunk-size/track-external-effects/_expected/system/main1.js
index 1f19ad18d..bf04ddaa1 100644
--- a/test/chunking-form/samples/min-chunk-size/track-external-effects/_expected/system/main1.js
+++ b/test/chunking-form/samples/min-chunk-size/track-external-effects/_expected/system/main1.js
@@ -2,7 +2,7 @@ System.register(['external1', './generated-shared.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('foo', module.foo);
+ exports("foo", module.foo);
}, null],
execute: (function () {
diff --git a/test/chunking-form/samples/min-chunk-size/track-external-effects/_expected/system/main2.js b/test/chunking-form/samples/min-chunk-size/track-external-effects/_expected/system/main2.js
index c8ad84ca0..98e82b4ac 100644
--- a/test/chunking-form/samples/min-chunk-size/track-external-effects/_expected/system/main2.js
+++ b/test/chunking-form/samples/min-chunk-size/track-external-effects/_expected/system/main2.js
@@ -2,7 +2,7 @@ System.register(['external2', './generated-shared.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('foo', module.foo);
+ exports("foo", module.foo);
}, null],
execute: (function () {
diff --git a/test/chunking-form/samples/min-chunk-size/track-external-effects2/_expected/system/main1.js b/test/chunking-form/samples/min-chunk-size/track-external-effects2/_expected/system/main1.js
index d05cd70ed..98a962090 100644
--- a/test/chunking-form/samples/min-chunk-size/track-external-effects2/_expected/system/main1.js
+++ b/test/chunking-form/samples/min-chunk-size/track-external-effects2/_expected/system/main1.js
@@ -2,7 +2,7 @@ System.register(['external1', 'external2'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('foo', module.foo);
+ exports("foo", module.foo);
}, null],
execute: (function () {
diff --git a/test/chunking-form/samples/min-chunk-size/track-external-effects2/_expected/system/main2.js b/test/chunking-form/samples/min-chunk-size/track-external-effects2/_expected/system/main2.js
index bc7ec3a37..0a385cfee 100644
--- a/test/chunking-form/samples/min-chunk-size/track-external-effects2/_expected/system/main2.js
+++ b/test/chunking-form/samples/min-chunk-size/track-external-effects2/_expected/system/main2.js
@@ -2,7 +2,7 @@ System.register(['external2', './main1.js', 'external1'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('foo', module.foo);
+ exports("foo", module.foo);
}, null, null],
execute: (function () {
diff --git a/test/chunking-form/samples/minify-internal-exports/_expected/system/generated-shared2.js b/test/chunking-form/samples/minify-internal-exports/_expected/system/generated-shared2.js
index 8542f4374..478d588eb 100644
--- a/test/chunking-form/samples/minify-internal-exports/_expected/system/generated-shared2.js
+++ b/test/chunking-form/samples/minify-internal-exports/_expected/system/generated-shared2.js
@@ -6,7 +6,7 @@ System.register([], (function (exports) {
const shared1 = exports("s", 'shared1');
const foo$1 = exports("f", 'foo1');
- var shared2 = exports('a', 'shared2');
+ var shared2 = exports("a", 'shared2');
const foo = exports("b", 'foo2');
})
diff --git a/test/chunking-form/samples/missing-export-compact/_expected/system/dep.js b/test/chunking-form/samples/missing-export-compact/_expected/system/dep.js
index 365358511..d41bd98a9 100644
--- a/test/chunking-form/samples/missing-export-compact/_expected/system/dep.js
+++ b/test/chunking-form/samples/missing-export-compact/_expected/system/dep.js
@@ -1,3 +1,3 @@
-System.register([],(function(exports){'use strict';return{execute:(function(){exports('x',x);var _missingExportShim=void 0;function x (arg) {
+System.register([],(function(exports){'use strict';return{execute:(function(){exports("x",x);var _missingExportShim=void 0;function x (arg) {
sideEffect(arg);
}exports({missingExport:_missingExportShim,missingFn:_missingExportShim});})}}));
\ No newline at end of file
diff --git a/test/chunking-form/samples/missing-export-reused-deconflicting/_expected/system/dep1.js b/test/chunking-form/samples/missing-export-reused-deconflicting/_expected/system/dep1.js
index 566b812c7..fb77b0059 100644
--- a/test/chunking-form/samples/missing-export-reused-deconflicting/_expected/system/dep1.js
+++ b/test/chunking-form/samples/missing-export-reused-deconflicting/_expected/system/dep1.js
@@ -15,7 +15,7 @@ System.register([], (function (exports) {
almostUseUnused(false);
- exports('missing1', _missingExportShim);
+ exports("missing1", _missingExportShim);
})
};
diff --git a/test/chunking-form/samples/missing-export-reused-deconflicting/_expected/system/dep2.js b/test/chunking-form/samples/missing-export-reused-deconflicting/_expected/system/dep2.js
index 29c9d0910..5e1fde535 100644
--- a/test/chunking-form/samples/missing-export-reused-deconflicting/_expected/system/dep2.js
+++ b/test/chunking-form/samples/missing-export-reused-deconflicting/_expected/system/dep2.js
@@ -11,7 +11,7 @@ System.register([], (function (exports) {
console.log(_missingExportShim$1);
- exports('missing2', _missingExportShim);
+ exports("missing2", _missingExportShim);
})
};
diff --git a/test/chunking-form/samples/missing-export/_expected/system/dep.js b/test/chunking-form/samples/missing-export/_expected/system/dep.js
index 6e15f6d28..6a6f32bb2 100644
--- a/test/chunking-form/samples/missing-export/_expected/system/dep.js
+++ b/test/chunking-form/samples/missing-export/_expected/system/dep.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('x', x);
+ exports("x", x);
var _missingExportShim = void 0;
diff --git a/test/chunking-form/samples/namespace-reexports/_expected/system/hsl2hsv.js b/test/chunking-form/samples/namespace-reexports/_expected/system/hsl2hsv.js
index ef0d19862..cbfe403b0 100644
--- a/test/chunking-form/samples/namespace-reexports/_expected/system/hsl2hsv.js
+++ b/test/chunking-form/samples/namespace-reexports/_expected/system/hsl2hsv.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var hsl2hsv = exports('default', (h, s, l) => {
+ var hsl2hsv = exports("default", (h, s, l) => {
const t = s * (l < 0.5 ? 1 : 1 - l),
V = 1 + t,
S = 2 * t / V ;
diff --git a/test/chunking-form/samples/namespace-reexports/_expected/system/index.js b/test/chunking-form/samples/namespace-reexports/_expected/system/index.js
index 822aca962..41161aa43 100644
--- a/test/chunking-form/samples/namespace-reexports/_expected/system/index.js
+++ b/test/chunking-form/samples/namespace-reexports/_expected/system/index.js
@@ -2,7 +2,7 @@ System.register(['./hsl2hsv.js', './generated-index.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('hsl2hsv', module.default);
+ exports("hsl2hsv", module.default);
}, null],
execute: (function () {
diff --git a/test/chunking-form/samples/namespace-reexports/_expected/system/main.js b/test/chunking-form/samples/namespace-reexports/_expected/system/main.js
index 98a081039..18869b87e 100644
--- a/test/chunking-form/samples/namespace-reexports/_expected/system/main.js
+++ b/test/chunking-form/samples/namespace-reexports/_expected/system/main.js
@@ -10,7 +10,7 @@ System.register(['./generated-index.js', './hsl2hsv.js'], (function (exports) {
execute: (function () {
console.log(p);
- var main = exports('default', new Map(Object.entries(lib)));
+ var main = exports("default", new Map(Object.entries(lib)));
})
};
diff --git a/test/chunking-form/samples/namespace-tostring/dynamic-import-default-mode/_expected/system/foo.js b/test/chunking-form/samples/namespace-tostring/dynamic-import-default-mode/_expected/system/foo.js
index 98793de89..a5b1fc0d0 100644
--- a/test/chunking-form/samples/namespace-tostring/dynamic-import-default-mode/_expected/system/foo.js
+++ b/test/chunking-form/samples/namespace-tostring/dynamic-import-default-mode/_expected/system/foo.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var foo = exports('default', 42);
+ var foo = exports("default", 42);
})
};
diff --git a/test/chunking-form/samples/namespace-tracing/_expected/system/generated-bar.js b/test/chunking-form/samples/namespace-tracing/_expected/system/generated-bar.js
index 8f50352ff..8ae8f06a2 100644
--- a/test/chunking-form/samples/namespace-tracing/_expected/system/generated-bar.js
+++ b/test/chunking-form/samples/namespace-tracing/_expected/system/generated-bar.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('b', bar);
+ exports("b", bar);
function bar() {
console.log('bar');
diff --git a/test/chunking-form/samples/namespace-tracing/_expected/system/generated-broken.js b/test/chunking-form/samples/namespace-tracing/_expected/system/generated-broken.js
index 126ad3e54..8b16e6668 100644
--- a/test/chunking-form/samples/namespace-tracing/_expected/system/generated-broken.js
+++ b/test/chunking-form/samples/namespace-tracing/_expected/system/generated-broken.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('b', broken);
+ exports("b", broken);
function broken() {
console.log('broken');
diff --git a/test/chunking-form/samples/namespace-tracing/_expected/system/generated-foo.js b/test/chunking-form/samples/namespace-tracing/_expected/system/generated-foo.js
index 52604b9f3..ac6837a55 100644
--- a/test/chunking-form/samples/namespace-tracing/_expected/system/generated-foo.js
+++ b/test/chunking-form/samples/namespace-tracing/_expected/system/generated-foo.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('f', foo);
+ exports("f", foo);
function foo() {
console.log('foo');
diff --git a/test/chunking-form/samples/no-minify-internal-exports/_expected/system/generated-shared2.js b/test/chunking-form/samples/no-minify-internal-exports/_expected/system/generated-shared2.js
index 38ff0f7a1..4c1e58667 100644
--- a/test/chunking-form/samples/no-minify-internal-exports/_expected/system/generated-shared2.js
+++ b/test/chunking-form/samples/no-minify-internal-exports/_expected/system/generated-shared2.js
@@ -6,7 +6,7 @@ System.register([], (function (exports) {
const shared1 = exports("shared1", 'shared1');
const foo$1 = exports("foo", 'foo1');
- var shared2 = exports('shared2', 'shared2');
+ var shared2 = exports("shared2", 'shared2');
const foo = exports("foo$1", 'foo2');
})
diff --git a/test/chunking-form/samples/preserve-entry-signatures/override-via-plugin/_expected/system/generated-strict.js b/test/chunking-form/samples/preserve-entry-signatures/override-via-plugin/_expected/system/generated-strict.js
index f0df4f307..2cb4a1f10 100644
--- a/test/chunking-form/samples/preserve-entry-signatures/override-via-plugin/_expected/system/generated-strict.js
+++ b/test/chunking-form/samples/preserve-entry-signatures/override-via-plugin/_expected/system/generated-strict.js
@@ -2,7 +2,7 @@ System.register(['./generated-main.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('unused', module.u);
+ exports("unused", module.u);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/preserve-modules-auto-export-mode/_expected/system/default.js b/test/chunking-form/samples/preserve-modules-auto-export-mode/_expected/system/default.js
index 5879dd0d6..cb797cc76 100644
--- a/test/chunking-form/samples/preserve-modules-auto-export-mode/_expected/system/default.js
+++ b/test/chunking-form/samples/preserve-modules-auto-export-mode/_expected/system/default.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var foo = exports('default', 'default');
+ var foo = exports("default", 'default');
})
};
diff --git a/test/chunking-form/samples/preserve-modules-auto-export-mode/_expected/system/main.js b/test/chunking-form/samples/preserve-modules-auto-export-mode/_expected/system/main.js
index 16b732c16..a4eec95f2 100644
--- a/test/chunking-form/samples/preserve-modules-auto-export-mode/_expected/system/main.js
+++ b/test/chunking-form/samples/preserve-modules-auto-export-mode/_expected/system/main.js
@@ -4,7 +4,7 @@ System.register(['./default.js', './named.js'], (function (exports, module) {
return {
setters: [function (module) {
foo = module.default;
- exports('default', module.default);
+ exports("default", module.default);
}, function (module) {
value = module.value;
}],
diff --git a/test/chunking-form/samples/preserve-modules-commonjs/_expected/system/_virtual/_commonjsHelpers.js b/test/chunking-form/samples/preserve-modules-commonjs/_expected/system/_virtual/_commonjsHelpers.js
index 46eeb613e..dd2c5886a 100644
--- a/test/chunking-form/samples/preserve-modules-commonjs/_expected/system/_virtual/_commonjsHelpers.js
+++ b/test/chunking-form/samples/preserve-modules-commonjs/_expected/system/_virtual/_commonjsHelpers.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('getDefaultExportFromCjs', getDefaultExportFromCjs);
+ exports("getDefaultExportFromCjs", getDefaultExportFromCjs);
function getDefaultExportFromCjs (x) {
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
diff --git a/test/chunking-form/samples/preserve-modules-commonjs/_expected/system/commonjs.js b/test/chunking-form/samples/preserve-modules-commonjs/_expected/system/commonjs.js
index 8f67e9fb2..a77911a2a 100644
--- a/test/chunking-form/samples/preserve-modules-commonjs/_expected/system/commonjs.js
+++ b/test/chunking-form/samples/preserve-modules-commonjs/_expected/system/commonjs.js
@@ -18,7 +18,7 @@ System.register(['./_virtual/_commonjsHelpers.js', 'external', './other.js', './
var commonjs = 42;
- var value$1 = exports('default', /*@__PURE__*/getDefaultExportFromCjs(commonjs));
+ var value$1 = exports("default", /*@__PURE__*/getDefaultExportFromCjs(commonjs));
})
};
diff --git a/test/chunking-form/samples/preserve-modules-commonjs/_expected/system/other.js b/test/chunking-form/samples/preserve-modules-commonjs/_expected/system/other.js
index 1f428fbcf..2507a5cce 100644
--- a/test/chunking-form/samples/preserve-modules-commonjs/_expected/system/other.js
+++ b/test/chunking-form/samples/preserve-modules-commonjs/_expected/system/other.js
@@ -4,7 +4,7 @@ System.register(['./_virtual/other.js'], (function (exports) {
return {
setters: [function (module) {
other = module.__exports;
- exports('default', module.__exports);
+ exports("default", module.__exports);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/preserve-modules-default-mode-namespace/_expected/system/lib.js b/test/chunking-form/samples/preserve-modules-default-mode-namespace/_expected/system/lib.js
index 666d3f83e..f51d7c642 100644
--- a/test/chunking-form/samples/preserve-modules-default-mode-namespace/_expected/system/lib.js
+++ b/test/chunking-form/samples/preserve-modules-default-mode-namespace/_expected/system/lib.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var lib = exports('default', 'foo');
+ var lib = exports("default", 'foo');
})
};
diff --git a/test/chunking-form/samples/preserve-modules-default-mode-namespace/_expected/system/main.js b/test/chunking-form/samples/preserve-modules-default-mode-namespace/_expected/system/main.js
index d53e79fcb..8737c0c08 100644
--- a/test/chunking-form/samples/preserve-modules-default-mode-namespace/_expected/system/main.js
+++ b/test/chunking-form/samples/preserve-modules-default-mode-namespace/_expected/system/main.js
@@ -4,7 +4,7 @@ System.register(['./lib.js'], (function (exports, module) {
return {
setters: [function (module) {
lib = module;
- exports('lib', module);
+ exports("lib", module);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/preserve-modules-default-mode-namespace2/_expected/system/lib.js b/test/chunking-form/samples/preserve-modules-default-mode-namespace2/_expected/system/lib.js
index 666d3f83e..f51d7c642 100644
--- a/test/chunking-form/samples/preserve-modules-default-mode-namespace2/_expected/system/lib.js
+++ b/test/chunking-form/samples/preserve-modules-default-mode-namespace2/_expected/system/lib.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var lib = exports('default', 'foo');
+ var lib = exports("default", 'foo');
})
};
diff --git a/test/chunking-form/samples/preserve-modules-dynamic-namespace/_expected/system/m1.js b/test/chunking-form/samples/preserve-modules-dynamic-namespace/_expected/system/m1.js
index 05fd277e1..ae4e9bfd0 100644
--- a/test/chunking-form/samples/preserve-modules-dynamic-namespace/_expected/system/m1.js
+++ b/test/chunking-form/samples/preserve-modules-dynamic-namespace/_expected/system/m1.js
@@ -2,9 +2,9 @@ System.register(['./m2.js', './m3.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('m2', module.default);
+ exports("m2", module.default);
}, function (module) {
- exports('m3', module.default);
+ exports("m3", module.default);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/preserve-modules-empty/_expected/system/two.js b/test/chunking-form/samples/preserve-modules-empty/_expected/system/two.js
index 1b4ea34f1..6e170ad64 100644
--- a/test/chunking-form/samples/preserve-modules-empty/_expected/system/two.js
+++ b/test/chunking-form/samples/preserve-modules-empty/_expected/system/two.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var a = exports('default', {});
+ var a = exports("default", {});
})
};
diff --git a/test/chunking-form/samples/preserve-modules-export-alias/_expected/system/main2.js b/test/chunking-form/samples/preserve-modules-export-alias/_expected/system/main2.js
index 47fbb8724..c7e65ae3f 100644
--- a/test/chunking-form/samples/preserve-modules-export-alias/_expected/system/main2.js
+++ b/test/chunking-form/samples/preserve-modules-export-alias/_expected/system/main2.js
@@ -2,7 +2,7 @@ System.register(['./dep.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('bar', module.foo);
+ exports("bar", module.foo);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/b.str-system-7-uTx9xs.js b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/b.str-system-XeLZkGa2.js
similarity index 89%
rename from test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/b.str-system-7-uTx9xs.js
rename to test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/b.str-system-XeLZkGa2.js
index 615d1df35..0afc1109b 100644
--- a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/b.str-system-7-uTx9xs.js
+++ b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/b.str-system-XeLZkGa2.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var b = exports('default', "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.");
+ var b = exports("default", "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.");
})
};
diff --git a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/e-system-Ol7HNm3k.js b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/c-system-YcfLlg0Y.js
similarity index 75%
rename from test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/e-system-Ol7HNm3k.js
rename to test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/c-system-YcfLlg0Y.js
index 7b306d414..895e4b299 100644
--- a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/e-system-Ol7HNm3k.js
+++ b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/c-system-YcfLlg0Y.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var e = exports('default', 42);
+ var c = exports("default", 42);
})
};
diff --git a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/d-system-bygti7CV.js b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/d-system-h1TmdUx7.js
similarity index 75%
rename from test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/d-system-bygti7CV.js
rename to test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/d-system-h1TmdUx7.js
index da761a34c..9b5d953a9 100644
--- a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/d-system-bygti7CV.js
+++ b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/d-system-h1TmdUx7.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var d = exports('default', 42);
+ var d = exports("default", 42);
})
};
diff --git a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/c-system-3c7Uwjh3.js b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/e-system-f06TUcek.js
similarity index 75%
rename from test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/c-system-3c7Uwjh3.js
rename to test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/e-system-f06TUcek.js
index dfdf34cdb..3eaaa6eb9 100644
--- a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/c-system-3c7Uwjh3.js
+++ b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/e-system-f06TUcek.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var c = exports('default', 42);
+ var e = exports("default", 42);
})
};
diff --git a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/f-system-WkQAXb4K.js b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/f-system-BdI7g27Y.js
similarity index 75%
rename from test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/f-system-WkQAXb4K.js
rename to test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/f-system-BdI7g27Y.js
index 5a7d4ab14..d7ce1cfaf 100644
--- a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/f-system-WkQAXb4K.js
+++ b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/f-system-BdI7g27Y.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var f = exports('default', 42);
+ var f = exports("default", 42);
})
};
diff --git a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/g-system-7SjE1oVU.js b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/g-system-7SjE1oVU.js
deleted file mode 100644
index 9ec3a247f..000000000
--- a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/g-system-7SjE1oVU.js
+++ /dev/null
@@ -1,10 +0,0 @@
-System.register([], (function (exports) {
- 'use strict';
- return {
- execute: (function () {
-
- var g = exports('default', 42);
-
- })
- };
-}));
diff --git a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/g-system-G9CTMifv.js b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/g-system-G9CTMifv.js
new file mode 100644
index 000000000..bc6539c98
--- /dev/null
+++ b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/g-system-G9CTMifv.js
@@ -0,0 +1,10 @@
+System.register([], (function (exports) {
+ 'use strict';
+ return {
+ execute: (function () {
+
+ var g = exports("default", 42);
+
+ })
+ };
+}));
diff --git a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/h-system-2b9bPI4v.js b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/h-system-2b9bPI4v.js
deleted file mode 100644
index af2349ee9..000000000
--- a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/h-system-2b9bPI4v.js
+++ /dev/null
@@ -1,10 +0,0 @@
-System.register([], (function (exports) {
- 'use strict';
- return {
- execute: (function () {
-
- var h = exports('default', 42);
-
- })
- };
-}));
diff --git a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/h-system-w-mTrslh.js b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/h-system-w-mTrslh.js
new file mode 100644
index 000000000..08ed707aa
--- /dev/null
+++ b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/h-system-w-mTrslh.js
@@ -0,0 +1,10 @@
+System.register([], (function (exports) {
+ 'use strict';
+ return {
+ execute: (function () {
+
+ var h = exports("default", 42);
+
+ })
+ };
+}));
diff --git a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/main-system-C-sFf2gV.js b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/main-system-C-sFf2gV.js
new file mode 100644
index 000000000..29bdcd27d
--- /dev/null
+++ b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/main-system-C-sFf2gV.js
@@ -0,0 +1,29 @@
+System.register(['./nested/a-system-v8eP40XQ.js', './b.str-system-XeLZkGa2.js', './c-system-YcfLlg0Y.js', './d-system-h1TmdUx7.js', './e-system-f06TUcek.js', './f-system-BdI7g27Y.js', './g-system-G9CTMifv.js', './h-system-w-mTrslh.js', './no-ext-system-_KFMYUqd.js'], (function (exports) {
+ 'use strict';
+ return {
+ setters: [function (module) {
+ exports("a", module.default);
+ }, function (module) {
+ exports("b", module.default);
+ }, function (module) {
+ exports("c", module.default);
+ }, function (module) {
+ exports("d", module.default);
+ }, function (module) {
+ exports("e", module.default);
+ }, function (module) {
+ exports("f", module.default);
+ }, function (module) {
+ exports("g", module.default);
+ }, function (module) {
+ exports("h", module.default);
+ }, function (module) {
+ exports("x", module.default);
+ }],
+ execute: (function () {
+
+
+
+ })
+ };
+}));
diff --git a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/main-system-awzr_ZZt.js b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/main-system-awzr_ZZt.js
deleted file mode 100644
index cd61d3dc6..000000000
--- a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/main-system-awzr_ZZt.js
+++ /dev/null
@@ -1,29 +0,0 @@
-System.register(['./nested/a-system-Sq4jqhxz.js', './b.str-system-7-uTx9xs.js', './c-system-3c7Uwjh3.js', './d-system-bygti7CV.js', './e-system-Ol7HNm3k.js', './f-system-WkQAXb4K.js', './g-system-7SjE1oVU.js', './h-system-2b9bPI4v.js', './no-ext-system-KaJN8U9x.js'], (function (exports) {
- 'use strict';
- return {
- setters: [function (module) {
- exports('a', module.default);
- }, function (module) {
- exports('b', module.default);
- }, function (module) {
- exports('c', module.default);
- }, function (module) {
- exports('d', module.default);
- }, function (module) {
- exports('e', module.default);
- }, function (module) {
- exports('f', module.default);
- }, function (module) {
- exports('g', module.default);
- }, function (module) {
- exports('h', module.default);
- }, function (module) {
- exports('x', module.default);
- }],
- execute: (function () {
-
-
-
- })
- };
-}));
diff --git a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/nested/a-system-Sq4jqhxz.js b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/nested/a-system-Sq4jqhxz.js
deleted file mode 100644
index 2ddc122e9..000000000
--- a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/nested/a-system-Sq4jqhxz.js
+++ /dev/null
@@ -1,10 +0,0 @@
-System.register([], (function (exports) {
- 'use strict';
- return {
- execute: (function () {
-
- var a = exports('default', 'banana');
-
- })
- };
-}));
diff --git a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/nested/a-system-v8eP40XQ.js b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/nested/a-system-v8eP40XQ.js
new file mode 100644
index 000000000..0fe5cadfc
--- /dev/null
+++ b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/nested/a-system-v8eP40XQ.js
@@ -0,0 +1,10 @@
+System.register([], (function (exports) {
+ 'use strict';
+ return {
+ execute: (function () {
+
+ var a = exports("default", 'banana');
+
+ })
+ };
+}));
diff --git a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/no-ext-system-KaJN8U9x.js b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/no-ext-system-KaJN8U9x.js
deleted file mode 100644
index 95f0f758b..000000000
--- a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/no-ext-system-KaJN8U9x.js
+++ /dev/null
@@ -1,10 +0,0 @@
-System.register([], (function (exports) {
- 'use strict';
- return {
- execute: (function () {
-
- var noExt = exports('default', 'no-ext');
-
- })
- };
-}));
diff --git a/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/no-ext-system-_KFMYUqd.js b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/no-ext-system-_KFMYUqd.js
new file mode 100644
index 000000000..70c25a85e
--- /dev/null
+++ b/test/chunking-form/samples/preserve-modules-filename-pattern/_expected/system/no-ext-system-_KFMYUqd.js
@@ -0,0 +1,10 @@
+System.register([], (function (exports) {
+ 'use strict';
+ return {
+ execute: (function () {
+
+ var noExt = exports("default", 'no-ext');
+
+ })
+ };
+}));
diff --git a/test/chunking-form/samples/preserve-modules-id-case-sensitive/_expected/system/_virtual/_One1.js b/test/chunking-form/samples/preserve-modules-id-case-sensitive/_expected/system/_virtual/_One1.js
index 1f2e04b79..e83e82562 100644
--- a/test/chunking-form/samples/preserve-modules-id-case-sensitive/_expected/system/_virtual/_One1.js
+++ b/test/chunking-form/samples/preserve-modules-id-case-sensitive/_expected/system/_virtual/_One1.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var c = exports('default', 'One1.js');
+ var c = exports("default", 'One1.js');
})
};
diff --git a/test/chunking-form/samples/preserve-modules-id-case-sensitive/_expected/system/_virtual/_One2.js b/test/chunking-form/samples/preserve-modules-id-case-sensitive/_expected/system/_virtual/_One2.js
index 1a8a96728..cee300203 100644
--- a/test/chunking-form/samples/preserve-modules-id-case-sensitive/_expected/system/_virtual/_One2.js
+++ b/test/chunking-form/samples/preserve-modules-id-case-sensitive/_expected/system/_virtual/_One2.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var b = exports('default', 'One.js');
+ var b = exports("default", 'One.js');
})
};
diff --git a/test/chunking-form/samples/preserve-modules-id-case-sensitive/_expected/system/_virtual/_one.js b/test/chunking-form/samples/preserve-modules-id-case-sensitive/_expected/system/_virtual/_one.js
index 5606dfa6b..d22765e22 100644
--- a/test/chunking-form/samples/preserve-modules-id-case-sensitive/_expected/system/_virtual/_one.js
+++ b/test/chunking-form/samples/preserve-modules-id-case-sensitive/_expected/system/_virtual/_one.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var a = exports('default', 'one.js');
+ var a = exports("default", 'one.js');
})
};
diff --git a/test/chunking-form/samples/preserve-modules-named-export-mode/_expected/system/default.js b/test/chunking-form/samples/preserve-modules-named-export-mode/_expected/system/default.js
index 5879dd0d6..cb797cc76 100644
--- a/test/chunking-form/samples/preserve-modules-named-export-mode/_expected/system/default.js
+++ b/test/chunking-form/samples/preserve-modules-named-export-mode/_expected/system/default.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var foo = exports('default', 'default');
+ var foo = exports("default", 'default');
})
};
diff --git a/test/chunking-form/samples/preserve-modules-named-export-mode/_expected/system/main.js b/test/chunking-form/samples/preserve-modules-named-export-mode/_expected/system/main.js
index 16b732c16..a4eec95f2 100644
--- a/test/chunking-form/samples/preserve-modules-named-export-mode/_expected/system/main.js
+++ b/test/chunking-form/samples/preserve-modules-named-export-mode/_expected/system/main.js
@@ -4,7 +4,7 @@ System.register(['./default.js', './named.js'], (function (exports, module) {
return {
setters: [function (module) {
foo = module.default;
- exports('default', module.default);
+ exports("default", module.default);
}, function (module) {
value = module.value;
}],
diff --git a/test/chunking-form/samples/preserve-modules-nested-barrel-es-export/_expected/system/main.js b/test/chunking-form/samples/preserve-modules-nested-barrel-es-export/_expected/system/main.js
index ef257319d..458dfbe89 100644
--- a/test/chunking-form/samples/preserve-modules-nested-barrel-es-export/_expected/system/main.js
+++ b/test/chunking-form/samples/preserve-modules-nested-barrel-es-export/_expected/system/main.js
@@ -2,9 +2,9 @@ System.register(['./module-a/v1/index.js', './module-b/v1/index.js'], (function
'use strict';
return {
setters: [function (module) {
- exports('ModuleA_V1', module);
+ exports("ModuleA_V1", module);
}, function (module) {
- exports('ModuleB_V1', module);
+ exports("ModuleB_V1", module);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/preserve-modules-nested-export/_expected/system/main.js b/test/chunking-form/samples/preserve-modules-nested-export/_expected/system/main.js
index 6f66e5852..1762d9669 100644
--- a/test/chunking-form/samples/preserve-modules-nested-export/_expected/system/main.js
+++ b/test/chunking-form/samples/preserve-modules-nested-export/_expected/system/main.js
@@ -2,7 +2,7 @@ System.register(['./inner/more_inner/something.js', './inner/some_effect.js'], (
'use strict';
return {
setters: [function (module) {
- exports('Something', module.Something);
+ exports("Something", module.Something);
}, null],
execute: (function () {
diff --git a/test/chunking-form/samples/preserve-modules-non-entry-imports/_expected/system/dep2.js b/test/chunking-form/samples/preserve-modules-non-entry-imports/_expected/system/dep2.js
index 704c184b6..a589d5ddc 100644
--- a/test/chunking-form/samples/preserve-modules-non-entry-imports/_expected/system/dep2.js
+++ b/test/chunking-form/samples/preserve-modules-non-entry-imports/_expected/system/dep2.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('default', foo);
+ exports("default", foo);
function foo() {}
diff --git a/test/chunking-form/samples/preserve-modules-non-entry-imports/_expected/system/main.js b/test/chunking-form/samples/preserve-modules-non-entry-imports/_expected/system/main.js
index 5efe40310..332c1d3a3 100644
--- a/test/chunking-form/samples/preserve-modules-non-entry-imports/_expected/system/main.js
+++ b/test/chunking-form/samples/preserve-modules-non-entry-imports/_expected/system/main.js
@@ -4,7 +4,7 @@ System.register(['./dep2.js'], (function (exports) {
return {
setters: [function (module) {
foo = module.default;
- exports('default', module.default);
+ exports("default", module.default);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/preserve-modules-proxy-import/_expected/system/proxy.js b/test/chunking-form/samples/preserve-modules-proxy-import/_expected/system/proxy.js
index 1f83348dc..51800595b 100644
--- a/test/chunking-form/samples/preserve-modules-proxy-import/_expected/system/proxy.js
+++ b/test/chunking-form/samples/preserve-modules-proxy-import/_expected/system/proxy.js
@@ -4,7 +4,7 @@ System.register(['external'], (function (exports) {
return {
setters: [function (module) {
path = module.default;
- exports('default', module.default);
+ exports("default", module.default);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/preserve-modules-reaching-outside/_expected/system/dep.js b/test/chunking-form/samples/preserve-modules-reaching-outside/_expected/system/dep.js
index 8c38ad144..5999de6b5 100644
--- a/test/chunking-form/samples/preserve-modules-reaching-outside/_expected/system/dep.js
+++ b/test/chunking-form/samples/preserve-modules-reaching-outside/_expected/system/dep.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('fn', fn);
+ exports("fn", fn);
function fn () {
console.log('dep fn');
diff --git a/test/chunking-form/samples/preserve-modules-root/_expected/system/_virtual/_commonjsHelpers.js b/test/chunking-form/samples/preserve-modules-root/_expected/system/_virtual/_commonjsHelpers.js
index 46eeb613e..dd2c5886a 100644
--- a/test/chunking-form/samples/preserve-modules-root/_expected/system/_virtual/_commonjsHelpers.js
+++ b/test/chunking-form/samples/preserve-modules-root/_expected/system/_virtual/_commonjsHelpers.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('getDefaultExportFromCjs', getDefaultExportFromCjs);
+ exports("getDefaultExportFromCjs", getDefaultExportFromCjs);
function getDefaultExportFromCjs (x) {
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
diff --git a/test/chunking-form/samples/preserve-modules-root/_expected/system/below/module.js b/test/chunking-form/samples/preserve-modules-root/_expected/system/below/module.js
index d3db04155..3e1e1ab15 100644
--- a/test/chunking-form/samples/preserve-modules-root/_expected/system/below/module.js
+++ b/test/chunking-form/samples/preserve-modules-root/_expected/system/below/module.js
@@ -2,7 +2,7 @@ System.register(['./module2.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('default', module.default);
+ exports("default", module.default);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/preserve-modules-root/_expected/system/below/module2.js b/test/chunking-form/samples/preserve-modules-root/_expected/system/below/module2.js
index eac125375..a3fea4cbc 100644
--- a/test/chunking-form/samples/preserve-modules-root/_expected/system/below/module2.js
+++ b/test/chunking-form/samples/preserve-modules-root/_expected/system/below/module2.js
@@ -15,7 +15,7 @@ System.register(['../_virtual/_commonjsHelpers.js', '../custom_modules/@my-scope
base2,
};
- var module$2 = exports('default', /*@__PURE__*/getDefaultExportFromCjs(module$1));
+ var module$2 = exports("default", /*@__PURE__*/getDefaultExportFromCjs(module$1));
})
};
diff --git a/test/chunking-form/samples/preserve-modules-root/_expected/system/custom_modules/@my-scope/my-base-pkg/index.js b/test/chunking-form/samples/preserve-modules-root/_expected/system/custom_modules/@my-scope/my-base-pkg/index.js
index 8e5d7eb82..01361fd96 100644
--- a/test/chunking-form/samples/preserve-modules-root/_expected/system/custom_modules/@my-scope/my-base-pkg/index.js
+++ b/test/chunking-form/samples/preserve-modules-root/_expected/system/custom_modules/@my-scope/my-base-pkg/index.js
@@ -4,7 +4,7 @@ System.register(['../../../_virtual/index.js'], (function (exports) {
return {
setters: [function (module) {
myBasePkg = module.__exports;
- exports('default', module.__exports);
+ exports("default", module.__exports);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/preserve-modules-root/_expected/system/under-build.js b/test/chunking-form/samples/preserve-modules-root/_expected/system/under-build.js
index 0f2042fc0..2d0b3f4ac 100644
--- a/test/chunking-form/samples/preserve-modules-root/_expected/system/under-build.js
+++ b/test/chunking-form/samples/preserve-modules-root/_expected/system/under-build.js
@@ -2,7 +2,7 @@ System.register(['./under-build2.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('default', module.default);
+ exports("default", module.default);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/preserve-modules-root/_expected/system/under-build2.js b/test/chunking-form/samples/preserve-modules-root/_expected/system/under-build2.js
index 0bf0a96a2..73e602a1a 100644
--- a/test/chunking-form/samples/preserve-modules-root/_expected/system/under-build2.js
+++ b/test/chunking-form/samples/preserve-modules-root/_expected/system/under-build2.js
@@ -15,7 +15,7 @@ System.register(['./_virtual/_commonjsHelpers.js', './custom_modules/@my-scope/m
base
};
- var underBuild$1 = exports('default', /*@__PURE__*/getDefaultExportFromCjs(underBuild));
+ var underBuild$1 = exports("default", /*@__PURE__*/getDefaultExportFromCjs(underBuild));
})
};
diff --git a/test/chunking-form/samples/preserve-modules-scriptified-assets/_expected/system/answer.num.js b/test/chunking-form/samples/preserve-modules-scriptified-assets/_expected/system/answer.num.js
index 80f714d45..4d88fd1b9 100644
--- a/test/chunking-form/samples/preserve-modules-scriptified-assets/_expected/system/answer.num.js
+++ b/test/chunking-form/samples/preserve-modules-scriptified-assets/_expected/system/answer.num.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var answer = exports('default', 42);
+ var answer = exports("default", 42);
})
};
diff --git a/test/chunking-form/samples/preserve-modules-scriptified-assets/_expected/system/lorem.str.js b/test/chunking-form/samples/preserve-modules-scriptified-assets/_expected/system/lorem.str.js
index 4138e51e2..f8ff5ce2a 100644
--- a/test/chunking-form/samples/preserve-modules-scriptified-assets/_expected/system/lorem.str.js
+++ b/test/chunking-form/samples/preserve-modules-scriptified-assets/_expected/system/lorem.str.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var lorem = exports('default', "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.");
+ var lorem = exports("default", "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.");
})
};
diff --git a/test/chunking-form/samples/preserve-modules-scriptified-assets/_expected/system/main.js b/test/chunking-form/samples/preserve-modules-scriptified-assets/_expected/system/main.js
index 7dd7f91b8..eda477581 100644
--- a/test/chunking-form/samples/preserve-modules-scriptified-assets/_expected/system/main.js
+++ b/test/chunking-form/samples/preserve-modules-scriptified-assets/_expected/system/main.js
@@ -2,11 +2,11 @@ System.register(['./answer.num.js', './lorem.str.js', './no-ext.js'], (function
'use strict';
return {
setters: [function (module) {
- exports('answer', module.default);
+ exports("answer", module.default);
}, function (module) {
- exports('lorem', module.default);
+ exports("lorem", module.default);
}, function (module) {
- exports('noExt', module.default);
+ exports("noExt", module.default);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/preserve-modules-scriptified-assets/_expected/system/no-ext.js b/test/chunking-form/samples/preserve-modules-scriptified-assets/_expected/system/no-ext.js
index adc4e116f..69174cec5 100644
--- a/test/chunking-form/samples/preserve-modules-scriptified-assets/_expected/system/no-ext.js
+++ b/test/chunking-form/samples/preserve-modules-scriptified-assets/_expected/system/no-ext.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var noExt = exports('default', "COULDN'T TRANSFORM");
+ var noExt = exports("default", "COULDN'T TRANSFORM");
})
};
diff --git a/test/chunking-form/samples/preserve-modules/_expected/system/deps/dep1.js b/test/chunking-form/samples/preserve-modules/_expected/system/deps/dep1.js
index 30f5932b2..387ad9ab7 100644
--- a/test/chunking-form/samples/preserve-modules/_expected/system/deps/dep1.js
+++ b/test/chunking-form/samples/preserve-modules/_expected/system/deps/dep1.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('fn', fn);
+ exports("fn", fn);
function fn () {
console.log('dep1 fn');
diff --git a/test/chunking-form/samples/preserve-modules/_expected/system/deps/dep2.js b/test/chunking-form/samples/preserve-modules/_expected/system/deps/dep2.js
index 266a74dbe..168ba41a3 100644
--- a/test/chunking-form/samples/preserve-modules/_expected/system/deps/dep2.js
+++ b/test/chunking-form/samples/preserve-modules/_expected/system/deps/dep2.js
@@ -7,7 +7,7 @@ System.register(['../lib/lib2.js'], (function (exports) {
}],
execute: (function () {
- exports('fn', fn);
+ exports("fn", fn);
function fn () {
fn$1();
diff --git a/test/chunking-form/samples/preserve-modules/_expected/system/deps/dep3.js b/test/chunking-form/samples/preserve-modules/_expected/system/deps/dep3.js
index c7293a4ee..0e5c1f4df 100644
--- a/test/chunking-form/samples/preserve-modules/_expected/system/deps/dep3.js
+++ b/test/chunking-form/samples/preserve-modules/_expected/system/deps/dep3.js
@@ -7,7 +7,7 @@ System.register(['../lib/lib1.js'], (function (exports) {
}],
execute: (function () {
- exports('fn', fn);
+ exports("fn", fn);
function fn () {
fn$1();
diff --git a/test/chunking-form/samples/preserve-modules/_expected/system/lib/lib1.js b/test/chunking-form/samples/preserve-modules/_expected/system/lib/lib1.js
index 38247e531..78bbfea10 100644
--- a/test/chunking-form/samples/preserve-modules/_expected/system/lib/lib1.js
+++ b/test/chunking-form/samples/preserve-modules/_expected/system/lib/lib1.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('fn', fn);
+ exports("fn", fn);
function fn () {
console.log('lib1 fn');
diff --git a/test/chunking-form/samples/preserve-modules/_expected/system/lib/lib2.js b/test/chunking-form/samples/preserve-modules/_expected/system/lib/lib2.js
index 942fe4550..0a3a50b7d 100644
--- a/test/chunking-form/samples/preserve-modules/_expected/system/lib/lib2.js
+++ b/test/chunking-form/samples/preserve-modules/_expected/system/lib/lib2.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('fn', fn);
+ exports("fn", fn);
function fn () {
console.log('lib2 fn');
diff --git a/test/chunking-form/samples/reexport-shortpaths/_expected/system/main1.js b/test/chunking-form/samples/reexport-shortpaths/_expected/system/main1.js
index 9a88a295b..ae49c9952 100644
--- a/test/chunking-form/samples/reexport-shortpaths/_expected/system/main1.js
+++ b/test/chunking-form/samples/reexport-shortpaths/_expected/system/main1.js
@@ -4,7 +4,7 @@ System.register(['./main2.js'], (function (exports) {
return {
setters: [function (module) {
foo = module.f;
- exports('default', module.f);
+ exports("default", module.f);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/reexport-shortpaths/_expected/system/main2.js b/test/chunking-form/samples/reexport-shortpaths/_expected/system/main2.js
index 6d9cd126b..bdac61aa1 100644
--- a/test/chunking-form/samples/reexport-shortpaths/_expected/system/main2.js
+++ b/test/chunking-form/samples/reexport-shortpaths/_expected/system/main2.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('f', foo);
+ exports("f", foo);
function foo() {}
console.log('dep2');
diff --git a/test/chunking-form/samples/sanitize-chunk-names/_expected/system/_virtual_entry-1.js b/test/chunking-form/samples/sanitize-chunk-names/_expected/system/_virtual_entry-1.js
index 34e14bbff..3d20f87e5 100644
--- a/test/chunking-form/samples/sanitize-chunk-names/_expected/system/_virtual_entry-1.js
+++ b/test/chunking-form/samples/sanitize-chunk-names/_expected/system/_virtual_entry-1.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var _virtual_entry1 = exports('default', "\u0000virtual:entry-1");
+ var _virtual_entry1 = exports("default", "\u0000virtual:entry-1");
})
};
diff --git a/test/chunking-form/samples/sanitize-chunk-names/_expected/system/_virtual_entry-2.js b/test/chunking-form/samples/sanitize-chunk-names/_expected/system/_virtual_entry-2.js
index 1461d9c7d..f3718b949 100644
--- a/test/chunking-form/samples/sanitize-chunk-names/_expected/system/_virtual_entry-2.js
+++ b/test/chunking-form/samples/sanitize-chunk-names/_expected/system/_virtual_entry-2.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var _virtual_entry2 = exports('default', "\u0000virtual:entry-2");
+ var _virtual_entry2 = exports("default", "\u0000virtual:entry-2");
})
};
diff --git a/test/chunking-form/samples/sanitize-chunk-names/_expected/system/another-_slug_-_result.js b/test/chunking-form/samples/sanitize-chunk-names/_expected/system/another-_slug_-_result.js
index 3c18358ed..ba5dc6c5a 100644
--- a/test/chunking-form/samples/sanitize-chunk-names/_expected/system/another-_slug_-_result.js
+++ b/test/chunking-form/samples/sanitize-chunk-names/_expected/system/another-_slug_-_result.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var another__slug___result = exports('default', "another-[slug]-#result");
+ var another__slug___result = exports("default", "another-[slug]-#result");
})
};
diff --git a/test/chunking-form/samples/sanitize-internal-exports/_expected/system/generated-lazy.js b/test/chunking-form/samples/sanitize-internal-exports/_expected/system/generated-lazy.js
index f5fcdee94..162971757 100644
--- a/test/chunking-form/samples/sanitize-internal-exports/_expected/system/generated-lazy.js
+++ b/test/chunking-form/samples/sanitize-internal-exports/_expected/system/generated-lazy.js
@@ -7,7 +7,7 @@ System.register(['./main.js'], (function (exports) {
}],
execute: (function () {
- var lazy = exports('default', () => v1);
+ var lazy = exports("default", () => v1);
})
};
diff --git a/test/chunking-form/samples/synthetic-named-exports/chained-default-reexport/_expected/system/main.js b/test/chunking-form/samples/synthetic-named-exports/chained-default-reexport/_expected/system/main.js
index 067ba0d10..d1a2906e7 100644
--- a/test/chunking-form/samples/synthetic-named-exports/chained-default-reexport/_expected/system/main.js
+++ b/test/chunking-form/samples/synthetic-named-exports/chained-default-reexport/_expected/system/main.js
@@ -4,13 +4,13 @@ System.register(['./generated-main.js'], (function (exports) {
return {
setters: [function (module) {
lib = module.l;
- exports('component', module.c);
+ exports("component", module.c);
}],
execute: (function () {
- exports('lib', lib.named.named);
+ exports("lib", lib.named.named);
})
};
diff --git a/test/chunking-form/samples/synthetic-named-exports/deduplicate-synthetic-named-exports-and-default/_expected/system/main1.js b/test/chunking-form/samples/synthetic-named-exports/deduplicate-synthetic-named-exports-and-default/_expected/system/main1.js
index 18a2d4199..c6a0573aa 100644
--- a/test/chunking-form/samples/synthetic-named-exports/deduplicate-synthetic-named-exports-and-default/_expected/system/main1.js
+++ b/test/chunking-form/samples/synthetic-named-exports/deduplicate-synthetic-named-exports-and-default/_expected/system/main1.js
@@ -3,9 +3,9 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var lib = exports('lib', { foo: true, bar: true, baz: true });
+ var lib = exports("lib", { foo: true, bar: true, baz: true });
- exports('foo', lib.foo);
+ exports("foo", lib.foo);
})
};
diff --git a/test/chunking-form/samples/synthetic-named-exports/deduplicate-synthetic-named-exports-and-default/_expected/system/main3.js b/test/chunking-form/samples/synthetic-named-exports/deduplicate-synthetic-named-exports-and-default/_expected/system/main3.js
index 3ca992f87..1d9a2e5f8 100644
--- a/test/chunking-form/samples/synthetic-named-exports/deduplicate-synthetic-named-exports-and-default/_expected/system/main3.js
+++ b/test/chunking-form/samples/synthetic-named-exports/deduplicate-synthetic-named-exports-and-default/_expected/system/main3.js
@@ -9,7 +9,7 @@ System.register(['./main1.js'], (function (exports) {
- exports('foo', lib.foo);
+ exports("foo", lib.foo);
})
};
diff --git a/test/chunking-form/samples/synthetic-named-exports/default-reexport/_expected/system/main.js b/test/chunking-form/samples/synthetic-named-exports/default-reexport/_expected/system/main.js
index 01692a7ec..a762ac14d 100644
--- a/test/chunking-form/samples/synthetic-named-exports/default-reexport/_expected/system/main.js
+++ b/test/chunking-form/samples/synthetic-named-exports/default-reexport/_expected/system/main.js
@@ -3,7 +3,7 @@ System.register([], (function (exports, module) {
return {
execute: (function () {
- var lib = exports('lib', {});
+ var lib = exports("lib", {});
console.log('side-effect', lib);
diff --git a/test/chunking-form/samples/synthetic-named-exports/entry/_expected/system/main.js b/test/chunking-form/samples/synthetic-named-exports/entry/_expected/system/main.js
index 26b3b6e31..c0a2ee574 100644
--- a/test/chunking-form/samples/synthetic-named-exports/entry/_expected/system/main.js
+++ b/test/chunking-form/samples/synthetic-named-exports/entry/_expected/system/main.js
@@ -2,7 +2,7 @@ System.register(['./generated-main.js'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('exists', module.e);
+ exports("exists", module.e);
}],
execute: (function () {
diff --git a/test/chunking-form/samples/synthetic-named-exports/global-conflict/_expected/system/main.js b/test/chunking-form/samples/synthetic-named-exports/global-conflict/_expected/system/main.js
index 23178e7db..781b6606a 100644
--- a/test/chunking-form/samples/synthetic-named-exports/global-conflict/_expected/system/main.js
+++ b/test/chunking-form/samples/synthetic-named-exports/global-conflict/_expected/system/main.js
@@ -7,7 +7,7 @@ System.register([], (function (exports) {
// This should log a global variable
console.log(foo);
- exports('foo', dep.foo);
+ exports("foo", dep.foo);
})
};
diff --git a/test/chunking-form/samples/synthetic-named-exports/mixed-synthetic-named-exports-2/_expected/system/generated-dep2.js b/test/chunking-form/samples/synthetic-named-exports/mixed-synthetic-named-exports-2/_expected/system/generated-dep2.js
index 459741991..bc2e4a846 100644
--- a/test/chunking-form/samples/synthetic-named-exports/mixed-synthetic-named-exports-2/_expected/system/generated-dep2.js
+++ b/test/chunking-form/samples/synthetic-named-exports/mixed-synthetic-named-exports-2/_expected/system/generated-dep2.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var dep2 = exports('d', {bar: {foo: 'works'}});
+ var dep2 = exports("d", {bar: {foo: 'works'}});
})
};
diff --git a/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main.js b/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main.js
index fcbe052a8..f7ab89427 100644
--- a/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main.js
+++ b/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var main = exports('default', { one: { two: { three: { four: 42 } } } });
+ var main = exports("default", { one: { two: { three: { four: 42 } } } });
})
};
diff --git a/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main2.js b/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main2.js
index e4e11b2e1..0cc3d51e8 100644
--- a/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main2.js
+++ b/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main2.js
@@ -9,7 +9,7 @@ System.register(['./main.js'], (function (exports) {
- exports('default', main.one);
+ exports("default", main.one);
})
};
diff --git a/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main3.js b/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main3.js
index 7e6b1addb..b1d140208 100644
--- a/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main3.js
+++ b/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main3.js
@@ -9,7 +9,7 @@ System.register(['./main.js'], (function (exports) {
- exports('default', main.one.two);
+ exports("default", main.one.two);
})
};
diff --git a/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main4.js b/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main4.js
index 25449cbdf..1f795f410 100644
--- a/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main4.js
+++ b/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main4.js
@@ -9,7 +9,7 @@ System.register(['./main.js'], (function (exports) {
- exports('default', main.one.two.three);
+ exports("default", main.one.two.three);
})
};
diff --git a/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main5.js b/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main5.js
index c23ceb0d4..28523ef9f 100644
--- a/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main5.js
+++ b/test/chunking-form/samples/synthetic-named-exports/multi-level/_expected/system/main5.js
@@ -9,7 +9,7 @@ System.register(['./main.js'], (function (exports) {
- exports('default', main.one.two.three.four);
+ exports("default", main.one.two.three.four);
})
};
diff --git a/test/cli/samples/config-mjs-plugins/nested/plugin.mjs b/test/cli/samples/config-mjs-plugins/nested/plugin.mjs
index 7ecc957ef..f88eb3167 100644
--- a/test/cli/samples/config-mjs-plugins/nested/plugin.mjs
+++ b/test/cli/samples/config-mjs-plugins/nested/plugin.mjs
@@ -3,7 +3,7 @@ import { fileURLToPath } from 'url';
export default () => ({
transform(code) {
- return `console.log('${relative(process.cwd(), fileURLToPath(import.meta.url)).replace(
+ return `#!/usr/bin/env node\nconsole.log('${relative(process.cwd(), fileURLToPath(import.meta.url)).replace(
'\\',
'/'
)}');\n${code}`;
diff --git a/test/cli/samples/config-mjs-plugins/rollup.config.mjs b/test/cli/samples/config-mjs-plugins/rollup.config.mjs
index f4ca294d8..c1caeb348 100644
--- a/test/cli/samples/config-mjs-plugins/rollup.config.mjs
+++ b/test/cli/samples/config-mjs-plugins/rollup.config.mjs
@@ -1,10 +1,9 @@
import replace from '@rollup/plugin-replace';
-import { shebang } from 'rollup-plugin-thatworks';
import nestedPlugin from './nested/plugin.mjs';
import plugin from './plugin.mjs';
export default {
input: 'main.js',
output: { format: 'cjs', exports: 'auto' },
- plugins: [shebang(), replace({ preventAssignment: true, ANSWER: 42 }), plugin(), nestedPlugin()]
+ plugins: [replace({ preventAssignment: true, ANSWER: 42 }), plugin(), nestedPlugin()]
};
diff --git a/test/cli/samples/format-aliases/_expected/system.js b/test/cli/samples/format-aliases/_expected/system.js
index e954912f9..2592f2aff 100644
--- a/test/cli/samples/format-aliases/_expected/system.js
+++ b/test/cli/samples/format-aliases/_expected/system.js
@@ -2,7 +2,7 @@ System.register('bundle', ['external'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('value', module.default);
+ exports("value", module.default);
}],
execute: (function () {
diff --git a/test/cli/samples/format-aliases/_expected/systemjs.js b/test/cli/samples/format-aliases/_expected/systemjs.js
index e954912f9..2592f2aff 100644
--- a/test/cli/samples/format-aliases/_expected/systemjs.js
+++ b/test/cli/samples/format-aliases/_expected/systemjs.js
@@ -2,7 +2,7 @@ System.register('bundle', ['external'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('value', module.default);
+ exports("value", module.default);
}],
execute: (function () {
diff --git a/test/cli/samples/generated-code-preset-override/_expected.js b/test/cli/samples/generated-code-preset-override/_expected.js
index 37cabb944..b7ac73000 100644
--- a/test/cli/samples/generated-code-preset-override/_expected.js
+++ b/test/cli/samples/generated-code-preset-override/_expected.js
@@ -2,7 +2,7 @@ System.register(['external'], (function (exports) {
'use strict';
return {
setters: [module => {
- exports('baz', module.baz);
+ exports("baz", module.baz);
}],
execute: (function () {
diff --git a/test/form/samples/arbitrary-module-namespace-identifiers2/_config.js b/test/form/samples/arbitrary-module-namespace-identifiers2/_config.js
new file mode 100644
index 000000000..15b376345
--- /dev/null
+++ b/test/form/samples/arbitrary-module-namespace-identifiers2/_config.js
@@ -0,0 +1,10 @@
+module.exports = defineTest({
+ description: 'renders exports that are not identifiers',
+ verifyAst: false,
+ options: {
+ external: ['external'],
+ output: {
+ name: 'myBundle'
+ }
+ }
+});
diff --git a/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/amd.js b/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/amd.js
new file mode 100644
index 000000000..85cc35c73
--- /dev/null
+++ b/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/amd.js
@@ -0,0 +1,13 @@
+define(['exports', 'external'], (function (exports, external) { 'use strict';
+
+ function a () {}
+ function b () {}
+
+ Object.defineProperty(exports, "'x", {
+ enumerable: true,
+ get: function () { return external.x; }
+ });
+ exports["'a"] = a;
+ exports["'b"] = b;
+
+}));
diff --git a/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/cjs.js b/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/cjs.js
new file mode 100644
index 000000000..62140665a
--- /dev/null
+++ b/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/cjs.js
@@ -0,0 +1,13 @@
+'use strict';
+
+var external = require('external');
+
+function a () {}
+function b () {}
+
+Object.defineProperty(exports, "'x", {
+ enumerable: true,
+ get: function () { return external.x; }
+});
+exports["'a"] = a;
+exports["'b"] = b;
diff --git a/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/es.js b/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/es.js
new file mode 100644
index 000000000..c08373133
--- /dev/null
+++ b/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/es.js
@@ -0,0 +1,6 @@
+export { x as "'x" } from 'external';
+
+function a () {}
+function b () {}
+
+export { a as "'a", b as "'b" };
diff --git a/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/iife.js b/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/iife.js
new file mode 100644
index 000000000..855f8a647
--- /dev/null
+++ b/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/iife.js
@@ -0,0 +1,16 @@
+var myBundle = (function (exports, external) {
+ 'use strict';
+
+ function a () {}
+ function b () {}
+
+ Object.defineProperty(exports, "'x", {
+ enumerable: true,
+ get: function () { return external.x; }
+ });
+ exports["'a"] = a;
+ exports["'b"] = b;
+
+ return exports;
+
+})({}, external);
diff --git a/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/system.js b/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/system.js
new file mode 100644
index 000000000..99a535f82
--- /dev/null
+++ b/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/system.js
@@ -0,0 +1,19 @@
+System.register('myBundle', ['external'], (function (exports) {
+ 'use strict';
+ return {
+ setters: [function (module) {
+ exports("'x", module.x);
+ }],
+ execute: (function () {
+
+ exports({
+ "'a": a,
+ "'b": b
+ });
+
+ function a () {}
+ function b () {}
+
+ })
+ };
+}));
diff --git a/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/umd.js b/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/umd.js
new file mode 100644
index 000000000..d81840719
--- /dev/null
+++ b/test/form/samples/arbitrary-module-namespace-identifiers2/_expected/umd.js
@@ -0,0 +1,17 @@
+(function (global, factory) {
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('external')) :
+ typeof define === 'function' && define.amd ? define(['exports', 'external'], factory) :
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.myBundle = {}, global.external));
+})(this, (function (exports, external) { 'use strict';
+
+ function a () {}
+ function b () {}
+
+ Object.defineProperty(exports, "'x", {
+ enumerable: true,
+ get: function () { return external.x; }
+ });
+ exports["'a"] = a;
+ exports["'b"] = b;
+
+}));
diff --git a/test/form/samples/arbitrary-module-namespace-identifiers2/main.js b/test/form/samples/arbitrary-module-namespace-identifiers2/main.js
new file mode 100644
index 000000000..fa584e70e
--- /dev/null
+++ b/test/form/samples/arbitrary-module-namespace-identifiers2/main.js
@@ -0,0 +1,5 @@
+export { x as "'x" } from 'external';
+
+function a () {}
+function b () {}
+export { a as "'a", b as "'b" };
diff --git a/test/form/samples/compact/_expected/system.js b/test/form/samples/compact/_expected/system.js
index 8650bcd42..2f6491da8 100644
--- a/test/form/samples/compact/_expected/system.js
+++ b/test/form/samples/compact/_expected/system.js
@@ -1,4 +1,4 @@
-System.register('foo',['external'],(function(exports){'use strict';var x;return{setters:[function(module){x=module.default;}],execute:(function(){exports('default',foo);var self=/*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({__proto__:null,get default(){return foo}},Symbol.toStringTag,{value:'Module'}));console.log(self);
+System.register('foo',['external'],(function(exports){'use strict';var x;return{setters:[function(module){x=module.default;}],execute:(function(){exports("default",foo);var self=/*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({__proto__:null,get default(){return foo}},Symbol.toStringTag,{value:'Module'}));console.log(self);
function foo () {
console.log( x );
}
diff --git a/test/form/samples/default-export-mode/_expected/system.js b/test/form/samples/default-export-mode/_expected/system.js
index 190c439ed..f8768fe4d 100644
--- a/test/form/samples/default-export-mode/_expected/system.js
+++ b/test/form/samples/default-export-mode/_expected/system.js
@@ -3,7 +3,7 @@ System.register('bundle', [], (function (exports) {
return {
execute: (function () {
- var main = exports('default', 42);
+ var main = exports("default", 42);
})
};
diff --git a/test/form/samples/export-all-before-named/_expected/system.js b/test/form/samples/export-all-before-named/_expected/system.js
index bb0ec4740..20e819893 100644
--- a/test/form/samples/export-all-before-named/_expected/system.js
+++ b/test/form/samples/export-all-before-named/_expected/system.js
@@ -14,7 +14,7 @@ System.register('exposedInternals', ['external'], (function (exports) {
}],
execute: (function () {
- exports('internalFn', internalFn);
+ exports("internalFn", internalFn);
function internalFn(path) {
return path[0] === '.';
diff --git a/test/form/samples/export-default-4/_expected/system.js b/test/form/samples/export-default-4/_expected/system.js
index 11c73d212..999e6d959 100644
--- a/test/form/samples/export-default-4/_expected/system.js
+++ b/test/form/samples/export-default-4/_expected/system.js
@@ -3,7 +3,7 @@ System.register('my.global.namespace', [], (function (exports) {
return {
execute: (function () {
- var main = exports('default', 42);
+ var main = exports("default", 42);
})
};
diff --git a/test/form/samples/export-default-global/_expected/system.js b/test/form/samples/export-default-global/_expected/system.js
index a8e6c4eb2..89e0b35e9 100644
--- a/test/form/samples/export-default-global/_expected/system.js
+++ b/test/form/samples/export-default-global/_expected/system.js
@@ -3,7 +3,7 @@ System.register('bundle', [], (function (exports) {
return {
execute: (function () {
- var value = exports('default', global);
+ var value = exports("default", global);
console.log(value);
diff --git a/test/form/samples/export-default-import/_expected/system.js b/test/form/samples/export-default-import/_expected/system.js
index 5f4b752de..fb06241c9 100644
--- a/test/form/samples/export-default-import/_expected/system.js
+++ b/test/form/samples/export-default-import/_expected/system.js
@@ -2,7 +2,7 @@ System.register('myBundle', ['x'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('x', module.default);
+ exports("x", module.default);
}],
execute: (function () {
diff --git a/test/form/samples/export-default/_expected/system.js b/test/form/samples/export-default/_expected/system.js
index 5208878df..f655f8452 100644
--- a/test/form/samples/export-default/_expected/system.js
+++ b/test/form/samples/export-default/_expected/system.js
@@ -3,7 +3,7 @@ System.register('myBundle', [], (function (exports) {
return {
execute: (function () {
- var main = exports('default', 42);
+ var main = exports("default", 42);
})
};
diff --git a/test/form/samples/external-empty-import-no-global-b/_expected/system.js b/test/form/samples/external-empty-import-no-global-b/_expected/system.js
index d65ebd0f6..061a42566 100644
--- a/test/form/samples/external-empty-import-no-global-b/_expected/system.js
+++ b/test/form/samples/external-empty-import-no-global-b/_expected/system.js
@@ -9,7 +9,7 @@ System.register('myBundle', ['babel-polyfill', 'other'], (function (exports) {
x();
- var main = exports('default', new WeakMap());
+ var main = exports("default", new WeakMap());
})
};
diff --git a/test/form/samples/external-empty-import-no-global/_expected/system.js b/test/form/samples/external-empty-import-no-global/_expected/system.js
index 30923283b..0dfcecd97 100644
--- a/test/form/samples/external-empty-import-no-global/_expected/system.js
+++ b/test/form/samples/external-empty-import-no-global/_expected/system.js
@@ -4,7 +4,7 @@ System.register('myBundle', ['babel-polyfill'], (function (exports) {
setters: [null],
execute: (function () {
- var main = exports('default', new WeakMap());
+ var main = exports("default", new WeakMap());
})
};
diff --git a/test/form/samples/external-export-tracing/_expected/system.js b/test/form/samples/external-export-tracing/_expected/system.js
index 041d4054c..e9229997b 100644
--- a/test/form/samples/external-export-tracing/_expected/system.js
+++ b/test/form/samples/external-export-tracing/_expected/system.js
@@ -2,7 +2,7 @@ System.register('myBundle', ['external'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('s', module.p);
+ exports("s", module.p);
}],
execute: (function () {
diff --git a/test/form/samples/external-namespace-reexport/_expected/system.js b/test/form/samples/external-namespace-reexport/_expected/system.js
index 3b7f938b1..5dad7918e 100644
--- a/test/form/samples/external-namespace-reexport/_expected/system.js
+++ b/test/form/samples/external-namespace-reexport/_expected/system.js
@@ -2,7 +2,7 @@ System.register('myBundle', ['highcharts'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('Highcharts', module);
+ exports("Highcharts", module);
}],
execute: (function () {
diff --git a/test/form/samples/function-mutation/_expected/system.js b/test/form/samples/function-mutation/_expected/system.js
index c13cbec30..898ddf781 100644
--- a/test/form/samples/function-mutation/_expected/system.js
+++ b/test/form/samples/function-mutation/_expected/system.js
@@ -3,7 +3,7 @@ System.register('bundle', [], (function (exports) {
return {
execute: (function () {
- exports('a', a);
+ exports("a", a);
function foo () {
console.log( 'foo' );
diff --git a/test/form/samples/generated-code-compact/const-bindings-false/_expected/system.js b/test/form/samples/generated-code-compact/const-bindings-false/_expected/system.js
index f06b2f7f5..49e14d08a 100644
--- a/test/form/samples/generated-code-compact/const-bindings-false/_expected/system.js
+++ b/test/form/samples/generated-code-compact/const-bindings-false/_expected/system.js
@@ -1,2 +1,2 @@
System.register('bundle',['external'],(function(exports){'use strict';const _starExcludes={default:1,syntheticMissing:1};var foo__default,foo$1;return{setters:[module=>{foo__default=module.default;foo$1=module;const setter={};for(const name in module){if(!_starExcludes[name])setter[name]=module[name];}exports(setter);}],execute:(function(){const _missingExportShim=void 0;const foo = 'bar';const other=/*#__PURE__*/Object.freeze({__proto__:null,foo:foo,missing:_missingExportShim});const synthetic = { bar: 'baz' };console.log(foo__default, foo$1, other, bar, _missingExportShim);
-const main = exports('default', 42);exports('syntheticMissing',synthetic.syntheticMissing);})}}));
\ No newline at end of file
+const main = exports("default", 42);exports("syntheticMissing",synthetic.syntheticMissing);})}}));
\ No newline at end of file
diff --git a/test/form/samples/generated-code-compact/const-bindings-true/_expected/system.js b/test/form/samples/generated-code-compact/const-bindings-true/_expected/system.js
index f06b2f7f5..49e14d08a 100644
--- a/test/form/samples/generated-code-compact/const-bindings-true/_expected/system.js
+++ b/test/form/samples/generated-code-compact/const-bindings-true/_expected/system.js
@@ -1,2 +1,2 @@
System.register('bundle',['external'],(function(exports){'use strict';const _starExcludes={default:1,syntheticMissing:1};var foo__default,foo$1;return{setters:[module=>{foo__default=module.default;foo$1=module;const setter={};for(const name in module){if(!_starExcludes[name])setter[name]=module[name];}exports(setter);}],execute:(function(){const _missingExportShim=void 0;const foo = 'bar';const other=/*#__PURE__*/Object.freeze({__proto__:null,foo:foo,missing:_missingExportShim});const synthetic = { bar: 'baz' };console.log(foo__default, foo$1, other, bar, _missingExportShim);
-const main = exports('default', 42);exports('syntheticMissing',synthetic.syntheticMissing);})}}));
\ No newline at end of file
+const main = exports("default", 42);exports("syntheticMissing",synthetic.syntheticMissing);})}}));
\ No newline at end of file
diff --git a/test/form/samples/generated-code/const-bindings-false/_expected/system.js b/test/form/samples/generated-code/const-bindings-false/_expected/system.js
index 7a258d749..db64f2cdc 100644
--- a/test/form/samples/generated-code/const-bindings-false/_expected/system.js
+++ b/test/form/samples/generated-code/const-bindings-false/_expected/system.js
@@ -30,9 +30,9 @@ System.register('bundle', ['external'], (function (exports) {
var synthetic = { bar: 'baz' };
console.log(foo__default, foo$1, other, bar, _missingExportShim);
- var main = exports('default', 42);
+ var main = exports("default", 42);
- exports('syntheticMissing', synthetic.syntheticMissing);
+ exports("syntheticMissing", synthetic.syntheticMissing);
})
};
diff --git a/test/form/samples/generated-code/const-bindings-true/_expected/system.js b/test/form/samples/generated-code/const-bindings-true/_expected/system.js
index e8b89fe8d..c63079539 100644
--- a/test/form/samples/generated-code/const-bindings-true/_expected/system.js
+++ b/test/form/samples/generated-code/const-bindings-true/_expected/system.js
@@ -30,9 +30,9 @@ System.register('bundle', ['external'], (function (exports) {
const synthetic = { bar: 'baz' };
console.log(foo__default, foo$1, other, bar, _missingExportShim);
- const main = exports('default', 42);
+ const main = exports("default", 42);
- exports('syntheticMissing', synthetic.syntheticMissing);
+ exports("syntheticMissing", synthetic.syntheticMissing);
})
};
diff --git a/test/form/samples/import-attributes/keeps-static-assertions/_expected/system.js b/test/form/samples/import-attributes/keeps-static-assertions/_expected/system.js
index e1e3a6ae4..648e1043f 100644
--- a/test/form/samples/import-attributes/keeps-static-assertions/_expected/system.js
+++ b/test/form/samples/import-attributes/keeps-static-assertions/_expected/system.js
@@ -11,7 +11,7 @@ System.register('bundle', ['a', 'b', 'c', 'd', 'unresolved'], (function (exports
}, function (module) {
b = module;
}, function (module) {
- exports('c', module.c);
+ exports("c", module.c);
}, function (module) {
var setter = {};
for (var name in module) {
diff --git a/test/form/samples/import-attributes/keeps-static-attributes/_expected/system.js b/test/form/samples/import-attributes/keeps-static-attributes/_expected/system.js
index e1e3a6ae4..648e1043f 100644
--- a/test/form/samples/import-attributes/keeps-static-attributes/_expected/system.js
+++ b/test/form/samples/import-attributes/keeps-static-attributes/_expected/system.js
@@ -11,7 +11,7 @@ System.register('bundle', ['a', 'b', 'c', 'd', 'unresolved'], (function (exports
}, function (module) {
b = module;
}, function (module) {
- exports('c', module.c);
+ exports("c", module.c);
}, function (module) {
var setter = {};
for (var name in module) {
diff --git a/test/form/samples/indent-false/_expected/system.js b/test/form/samples/indent-false/_expected/system.js
index 22391c2ac..91899d41e 100644
--- a/test/form/samples/indent-false/_expected/system.js
+++ b/test/form/samples/indent-false/_expected/system.js
@@ -3,7 +3,7 @@ System.register('foo', [], (function (exports) {
return {
execute: (function () {
-exports('default', foo);
+exports("default", foo);
function foo () {
console.log( 'not indented' );
diff --git a/test/form/samples/indent-spaces/_expected/system.js b/test/form/samples/indent-spaces/_expected/system.js
index 9e873c2e7..d99f09f1d 100644
--- a/test/form/samples/indent-spaces/_expected/system.js
+++ b/test/form/samples/indent-spaces/_expected/system.js
@@ -3,7 +3,7 @@ System.register('foo', [], (function (exports) {
return {
execute: (function () {
- exports('default', foo);
+ exports("default", foo);
function foo () {
console.log( 'indented with tabs' );
diff --git a/test/form/samples/indent-true-spaces/_expected/system.js b/test/form/samples/indent-true-spaces/_expected/system.js
index 3be8ae42d..9915aad42 100644
--- a/test/form/samples/indent-true-spaces/_expected/system.js
+++ b/test/form/samples/indent-true-spaces/_expected/system.js
@@ -3,7 +3,7 @@ System.register('foo', [], (function (exports) {
return {
execute: (function () {
- exports('default', foo);
+ exports("default", foo);
function foo () {
console.log( 'indented with spaces' );
diff --git a/test/form/samples/indent-true/_expected/system.js b/test/form/samples/indent-true/_expected/system.js
index 60addd638..78b2e4cc0 100644
--- a/test/form/samples/indent-true/_expected/system.js
+++ b/test/form/samples/indent-true/_expected/system.js
@@ -3,7 +3,7 @@ System.register('foo', [], (function (exports) {
return {
execute: (function () {
- exports('default', foo);
+ exports("default", foo);
function foo () {
console.log( 'indented with tabs' );
diff --git a/test/form/samples/interop-per-reexported-dependency/_expected/system.js b/test/form/samples/interop-per-reexported-dependency/_expected/system.js
index eea08adf1..b6379938c 100644
--- a/test/form/samples/interop-per-reexported-dependency/_expected/system.js
+++ b/test/form/samples/interop-per-reexported-dependency/_expected/system.js
@@ -6,7 +6,7 @@ System.register('bundle', ['external-auto', 'external-default', 'external-defaul
}, function (module) {
exports({ barDefault: module.barDefault, externalDefault: module, fooDefault: module.default });
}, function (module) {
- exports('fooDefaultOnly', module.default);
+ exports("fooDefaultOnly", module.default);
}, function (module) {
exports({ barEsModule: module.barEsModule, externalEsModule: module, fooEsModule: module.default });
}],
diff --git a/test/form/samples/intro-and-outro/_expected/system.js b/test/form/samples/intro-and-outro/_expected/system.js
index 4185d8fe7..652d9c08e 100644
--- a/test/form/samples/intro-and-outro/_expected/system.js
+++ b/test/form/samples/intro-and-outro/_expected/system.js
@@ -21,7 +21,7 @@ System.register('foo', ['external'], (function (exports) {
console.log( a );
console.log( b );
- var main = exports('default', 42);
+ var main = exports("default", 42);
/* this is an outro */
diff --git a/test/form/samples/json-parse-is-not-pure/_expected/system.js b/test/form/samples/json-parse-is-not-pure/_expected/system.js
index 18b1923c3..dc36fbe5c 100644
--- a/test/form/samples/json-parse-is-not-pure/_expected/system.js
+++ b/test/form/samples/json-parse-is-not-pure/_expected/system.js
@@ -3,7 +3,7 @@ System.register('myBundle', [], (function (exports) {
return {
execute: (function () {
- var main = exports('default', (input) => {
+ var main = exports("default", (input) => {
try {
JSON.parse(input);
return true;
diff --git a/test/form/samples/json-stringify-is-not-pure/_expected/system.js b/test/form/samples/json-stringify-is-not-pure/_expected/system.js
index 3db8f62ba..41ba13212 100644
--- a/test/form/samples/json-stringify-is-not-pure/_expected/system.js
+++ b/test/form/samples/json-stringify-is-not-pure/_expected/system.js
@@ -3,7 +3,7 @@ System.register('myBundle', [], (function (exports) {
return {
execute: (function () {
- var main = exports('default', (input) => {
+ var main = exports("default", (input) => {
try {
JSON.stringify(input);
return true;
diff --git a/test/form/samples/mjs/_expected/system.js b/test/form/samples/mjs/_expected/system.js
index 13e1d0512..b82156487 100644
--- a/test/form/samples/mjs/_expected/system.js
+++ b/test/form/samples/mjs/_expected/system.js
@@ -3,9 +3,9 @@ System.register('myBundle', [], (function (exports) {
return {
execute: (function () {
- var dep$1 = exports('depJs', 'js');
+ var dep$1 = exports("depJs", 'js');
- var dep = exports('depMjs', 'mjs');
+ var dep = exports("depMjs", 'mjs');
})
};
diff --git a/test/form/samples/namespace-import-reexport-2/_expected/system.js b/test/form/samples/namespace-import-reexport-2/_expected/system.js
index a29fe5807..66fd6842e 100644
--- a/test/form/samples/namespace-import-reexport-2/_expected/system.js
+++ b/test/form/samples/namespace-import-reexport-2/_expected/system.js
@@ -2,9 +2,9 @@ System.register('iife', ['external1', 'external2'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('x', module.x);
+ exports("x", module.x);
}, function (module) {
- exports('ext', module);
+ exports("ext", module);
}],
execute: (function () {
diff --git a/test/form/samples/namespace-import-reexport/_expected/system.js b/test/form/samples/namespace-import-reexport/_expected/system.js
index a4e6fc29b..bbd0b1d55 100644
--- a/test/form/samples/namespace-import-reexport/_expected/system.js
+++ b/test/form/samples/namespace-import-reexport/_expected/system.js
@@ -2,7 +2,7 @@ System.register('iife', ['external-package'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('ext', module);
+ exports("ext", module);
}],
execute: (function () {
diff --git a/test/form/samples/namespace-tostring/entry-default/_expected/system.js b/test/form/samples/namespace-tostring/entry-default/_expected/system.js
index e78d3f095..81501c9b6 100644
--- a/test/form/samples/namespace-tostring/entry-default/_expected/system.js
+++ b/test/form/samples/namespace-tostring/entry-default/_expected/system.js
@@ -3,7 +3,7 @@ System.register('bundle', [], (function (exports) {
return {
execute: (function () {
- var main = exports('default', { foo: 42 });
+ var main = exports("default", { foo: 42 });
})
};
diff --git a/test/form/samples/namespace-tostring/entry-named/_expected/system.js b/test/form/samples/namespace-tostring/entry-named/_expected/system.js
index 8f5505986..00a4dd7ea 100644
--- a/test/form/samples/namespace-tostring/entry-named/_expected/system.js
+++ b/test/form/samples/namespace-tostring/entry-named/_expected/system.js
@@ -4,7 +4,7 @@ System.register('bundle', [], (function (exports) {
execute: (function () {
const foo = exports("foo", 42);
- var main = exports('default', 43);
+ var main = exports("default", 43);
})
};
diff --git a/test/form/samples/namespaced-default-exports/_expected/system.js b/test/form/samples/namespaced-default-exports/_expected/system.js
index 9db97c987..fbc063e35 100644
--- a/test/form/samples/namespaced-default-exports/_expected/system.js
+++ b/test/form/samples/namespaced-default-exports/_expected/system.js
@@ -3,7 +3,7 @@ System.register('foo.bar.baz', [], (function (exports) {
return {
execute: (function () {
- var main = exports('default', 42);
+ var main = exports("default", 42);
})
};
diff --git a/test/form/samples/no-external-live-bindings-compact/_expected/system.js b/test/form/samples/no-external-live-bindings-compact/_expected/system.js
index 0dab47e9b..c044b3add 100644
--- a/test/form/samples/no-external-live-bindings-compact/_expected/system.js
+++ b/test/form/samples/no-external-live-bindings-compact/_expected/system.js
@@ -1 +1 @@
-System.register('bundle',['external1','external2'],(function(exports,module){'use strict';var _starExcludes={dynamic:1,default:1,external1:1};return{setters:[function(module){exports('external1',module.external1);},function(module){var setter={};for(var name in module){if(!_starExcludes[name])setter[name]=module[name];}exports(setter);}],execute:(function(){const dynamic = exports("dynamic",module.import('external3'));})}}));
\ No newline at end of file
+System.register('bundle',['external1','external2'],(function(exports,module){'use strict';var _starExcludes={dynamic:1,default:1,external1:1};return{setters:[function(module){exports("external1",module.external1);},function(module){var setter={};for(var name in module){if(!_starExcludes[name])setter[name]=module[name];}exports(setter);}],execute:(function(){const dynamic = exports("dynamic",module.import('external3'));})}}));
\ No newline at end of file
diff --git a/test/form/samples/no-external-live-bindings/_expected/system.js b/test/form/samples/no-external-live-bindings/_expected/system.js
index 72480bb19..efa3864cf 100644
--- a/test/form/samples/no-external-live-bindings/_expected/system.js
+++ b/test/form/samples/no-external-live-bindings/_expected/system.js
@@ -7,7 +7,7 @@ System.register('bundle', ['external1', 'external2'], (function (exports, module
};
return {
setters: [function (module) {
- exports('external1', module.external1);
+ exports("external1", module.external1);
}, function (module) {
var setter = {};
for (var name in module) {
diff --git a/test/form/samples/re-export-aliasing/_expected/system.js b/test/form/samples/re-export-aliasing/_expected/system.js
index 4b0f46cff..50f04a388 100644
--- a/test/form/samples/re-export-aliasing/_expected/system.js
+++ b/test/form/samples/re-export-aliasing/_expected/system.js
@@ -2,7 +2,7 @@ System.register('reexportsAliasingExternal', ['d'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('b', module.d);
+ exports("b", module.d);
}],
execute: (function () {
diff --git a/test/form/samples/reassigned-exported-functions-and-classes/_expected/system.js b/test/form/samples/reassigned-exported-functions-and-classes/_expected/system.js
index adc0f7bb9..b90e7cbcd 100644
--- a/test/form/samples/reassigned-exported-functions-and-classes/_expected/system.js
+++ b/test/form/samples/reassigned-exported-functions-and-classes/_expected/system.js
@@ -3,7 +3,7 @@ System.register('bundle', [], (function (exports) {
return {
execute: (function () {
- exports('foo', foo);
+ exports("foo", foo);
function foo () {}
exports("foo", foo = 1);
diff --git a/test/form/samples/reexport-external-default-and-name/_expected/system.js b/test/form/samples/reexport-external-default-and-name/_expected/system.js
index cea9ae94e..d6fe230f7 100644
--- a/test/form/samples/reexport-external-default-and-name/_expected/system.js
+++ b/test/form/samples/reexport-external-default-and-name/_expected/system.js
@@ -2,7 +2,7 @@ System.register('bundle', ['external'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('default', module.default);
+ exports("default", module.default);
}],
execute: (function () {
diff --git a/test/form/samples/reexport-external-default-as-name-and-name/_expected/system.js b/test/form/samples/reexport-external-default-as-name-and-name/_expected/system.js
index 078a364dd..f0b1bacba 100644
--- a/test/form/samples/reexport-external-default-as-name-and-name/_expected/system.js
+++ b/test/form/samples/reexport-external-default-as-name-and-name/_expected/system.js
@@ -4,7 +4,7 @@ System.register('bundle', ['external'], (function (exports) {
return {
setters: [function (module) {
value = module.value;
- exports('reexported', module.default);
+ exports("reexported", module.default);
}],
execute: (function () {
diff --git a/test/form/samples/reexport-external-default/_expected/system.js b/test/form/samples/reexport-external-default/_expected/system.js
index 571c76824..c3270706e 100644
--- a/test/form/samples/reexport-external-default/_expected/system.js
+++ b/test/form/samples/reexport-external-default/_expected/system.js
@@ -5,7 +5,7 @@ System.register('bundle', ['external1', 'external2'], (function (exports) {
setters: [function (module) {
foo = module.foo;
}, function (module) {
- exports('default', module.default);
+ exports("default", module.default);
}],
execute: (function () {
diff --git a/test/form/samples/reexport-external-name-as-default/_expected/system.js b/test/form/samples/reexport-external-name-as-default/_expected/system.js
index b8bfe4aa1..df1f7f3f6 100644
--- a/test/form/samples/reexport-external-name-as-default/_expected/system.js
+++ b/test/form/samples/reexport-external-name-as-default/_expected/system.js
@@ -2,7 +2,7 @@ System.register('bundle', ['external'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('default', module.value);
+ exports("default", module.value);
}],
execute: (function () {
diff --git a/test/form/samples/reexport-external-name-as-default2/_expected/system.js b/test/form/samples/reexport-external-name-as-default2/_expected/system.js
index e3e0b8d8c..3e720d84f 100644
--- a/test/form/samples/reexport-external-name-as-default2/_expected/system.js
+++ b/test/form/samples/reexport-external-name-as-default2/_expected/system.js
@@ -2,7 +2,7 @@ System.register('bundle', ['external'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('default', module.objAlias);
+ exports("default", module.objAlias);
}],
execute: (function () {
diff --git a/test/form/samples/reexport-external-name/_expected/system.js b/test/form/samples/reexport-external-name/_expected/system.js
index 525b87018..fb2d43d83 100644
--- a/test/form/samples/reexport-external-name/_expected/system.js
+++ b/test/form/samples/reexport-external-name/_expected/system.js
@@ -2,9 +2,9 @@ System.register('bundle', ['external1', 'external2'], (function (exports) {
'use strict';
return {
setters: [function (module) {
- exports('foo', module.foo);
+ exports("foo", module.foo);
}, function (module) {
- exports('bar', module.foo);
+ exports("bar", module.foo);
}],
execute: (function () {
diff --git a/test/form/samples/reexport-used-external-namespace-as/_expected/system.js b/test/form/samples/reexport-used-external-namespace-as/_expected/system.js
index fda26cc6c..d7aeb7f87 100644
--- a/test/form/samples/reexport-used-external-namespace-as/_expected/system.js
+++ b/test/form/samples/reexport-used-external-namespace-as/_expected/system.js
@@ -4,10 +4,10 @@ System.register('bundle', ['external1', 'external2'], (function (exports) {
return {
setters: [function (module) {
imported1 = module;
- exports('external1', module);
+ exports("external1", module);
}, function (module) {
imported2 = module.imported2;
- exports('external2', module);
+ exports("external2", module);
}],
execute: (function () {
diff --git a/test/form/samples/side-effect-b/_expected/system.js b/test/form/samples/side-effect-b/_expected/system.js
index 5208878df..f655f8452 100644
--- a/test/form/samples/side-effect-b/_expected/system.js
+++ b/test/form/samples/side-effect-b/_expected/system.js
@@ -3,7 +3,7 @@ System.register('myBundle', [], (function (exports) {
return {
execute: (function () {
- var main = exports('default', 42);
+ var main = exports("default", 42);
})
};
diff --git a/test/form/samples/side-effect-c/_expected/system.js b/test/form/samples/side-effect-c/_expected/system.js
index 5208878df..f655f8452 100644
--- a/test/form/samples/side-effect-c/_expected/system.js
+++ b/test/form/samples/side-effect-c/_expected/system.js
@@ -3,7 +3,7 @@ System.register('myBundle', [], (function (exports) {
return {
execute: (function () {
- var main = exports('default', 42);
+ var main = exports("default", 42);
})
};
diff --git a/test/form/samples/side-effect-d/_expected/system.js b/test/form/samples/side-effect-d/_expected/system.js
index 5208878df..f655f8452 100644
--- a/test/form/samples/side-effect-d/_expected/system.js
+++ b/test/form/samples/side-effect-d/_expected/system.js
@@ -3,7 +3,7 @@ System.register('myBundle', [], (function (exports) {
return {
execute: (function () {
- var main = exports('default', 42);
+ var main = exports("default", 42);
})
};
diff --git a/test/form/samples/side-effect-f/_expected/system.js b/test/form/samples/side-effect-f/_expected/system.js
index 5208878df..f655f8452 100644
--- a/test/form/samples/side-effect-f/_expected/system.js
+++ b/test/form/samples/side-effect-f/_expected/system.js
@@ -3,7 +3,7 @@ System.register('myBundle', [], (function (exports) {
return {
execute: (function () {
- var main = exports('default', 42);
+ var main = exports("default", 42);
})
};
diff --git a/test/form/samples/side-effect-g/_expected/system.js b/test/form/samples/side-effect-g/_expected/system.js
index 5208878df..f655f8452 100644
--- a/test/form/samples/side-effect-g/_expected/system.js
+++ b/test/form/samples/side-effect-g/_expected/system.js
@@ -3,7 +3,7 @@ System.register('myBundle', [], (function (exports) {
return {
execute: (function () {
- var main = exports('default', 42);
+ var main = exports("default", 42);
})
};
diff --git a/test/form/samples/side-effect-h/_expected/system.js b/test/form/samples/side-effect-h/_expected/system.js
index 3856ffb0a..dcb761aa7 100644
--- a/test/form/samples/side-effect-h/_expected/system.js
+++ b/test/form/samples/side-effect-h/_expected/system.js
@@ -11,7 +11,7 @@ System.register('myBundle', [], (function (exports) {
foo();
- var main = exports('default', 42);
+ var main = exports("default", 42);
})
};
diff --git a/test/form/samples/side-effect-i/_expected/system.js b/test/form/samples/side-effect-i/_expected/system.js
index 5588d814b..0990a5a7f 100644
--- a/test/form/samples/side-effect-i/_expected/system.js
+++ b/test/form/samples/side-effect-i/_expected/system.js
@@ -7,7 +7,7 @@ System.register('myBundle', [], (function (exports) {
throw new Error( 'this will be included' );
}
- var main = exports('default', 42);
+ var main = exports("default", 42);
})
};
diff --git a/test/form/samples/side-effect-j/_expected/system.js b/test/form/samples/side-effect-j/_expected/system.js
index 980efdf94..6dcb83618 100644
--- a/test/form/samples/side-effect-j/_expected/system.js
+++ b/test/form/samples/side-effect-j/_expected/system.js
@@ -3,7 +3,7 @@ System.register('myBundle', [], (function (exports) {
return {
execute: (function () {
- exports('default', x);
+ exports("default", x);
var augment;
augment = y => y.augmented = true;
diff --git a/test/form/samples/side-effect-k/_expected/system.js b/test/form/samples/side-effect-k/_expected/system.js
index 05872d13a..eec9f9e7e 100644
--- a/test/form/samples/side-effect-k/_expected/system.js
+++ b/test/form/samples/side-effect-k/_expected/system.js
@@ -3,7 +3,7 @@ System.register('myBundle', [], (function (exports) {
return {
execute: (function () {
- exports('default', x);
+ exports("default", x);
function augment ( x ) {
var prop, source;
diff --git a/test/form/samples/supports-core-js/_expected.js b/test/form/samples/supports-core-js/_expected.js
index d56c0876a..23c77e6a0 100644
--- a/test/form/samples/supports-core-js/_expected.js
+++ b/test/form/samples/supports-core-js/_expected.js
@@ -45,25 +45,25 @@ var functionBindNative = !fails$1s(function () {
var NATIVE_BIND$4 = functionBindNative;
-var call$1j = Function.prototype.call;
+var call$1h = Function.prototype.call;
-var functionCall = NATIVE_BIND$4 ? call$1j.bind(call$1j) : function () {
- return call$1j.apply(call$1j, arguments);
+var functionCall = NATIVE_BIND$4 ? call$1h.bind(call$1h) : function () {
+ return call$1h.apply(call$1h, arguments);
};
var objectPropertyIsEnumerable = {};
var $propertyIsEnumerable$2 = {}.propertyIsEnumerable;
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
-var getOwnPropertyDescriptor$e = Object.getOwnPropertyDescriptor;
+var getOwnPropertyDescriptor$d = Object.getOwnPropertyDescriptor;
// Nashorn ~ JDK8 bug
-var NASHORN_BUG = getOwnPropertyDescriptor$e && !$propertyIsEnumerable$2.call({ 1: 2 }, 1);
+var NASHORN_BUG = getOwnPropertyDescriptor$d && !$propertyIsEnumerable$2.call({ 1: 2 }, 1);
// `Object.prototype.propertyIsEnumerable` method implementation
// https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
objectPropertyIsEnumerable.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
- var descriptor = getOwnPropertyDescriptor$e(this, V);
+ var descriptor = getOwnPropertyDescriptor$d(this, V);
return !!descriptor && descriptor.enumerable;
} : $propertyIsEnumerable$2;
@@ -79,12 +79,12 @@ var createPropertyDescriptor$d = function (bitmap, value) {
var NATIVE_BIND$3 = functionBindNative;
var FunctionPrototype$5 = Function.prototype;
-var call$1i = FunctionPrototype$5.call;
-var uncurryThisWithBind = NATIVE_BIND$3 && FunctionPrototype$5.bind.bind(call$1i, call$1i);
+var call$1g = FunctionPrototype$5.call;
+var uncurryThisWithBind = NATIVE_BIND$3 && FunctionPrototype$5.bind.bind(call$1g, call$1g);
var functionUncurryThis = NATIVE_BIND$3 ? uncurryThisWithBind : function (fn) {
return function () {
- return call$1i.apply(fn, arguments);
+ return call$1g.apply(fn, arguments);
};
};
@@ -99,7 +99,7 @@ var classofRaw$2 = function (it) {
var uncurryThis$1X = functionUncurryThis;
var fails$1r = fails$1u;
-var classof$s = classofRaw$2;
+var classof$r = classofRaw$2;
var $Object$8 = Object;
var split$5 = uncurryThis$1X(''.split);
@@ -110,23 +110,23 @@ var indexedObject = fails$1r(function () {
// eslint-disable-next-line no-prototype-builtins -- safe
return !$Object$8('z').propertyIsEnumerable(0);
}) ? function (it) {
- return classof$s(it) === 'String' ? split$5(it, '') : $Object$8(it);
+ return classof$r(it) === 'String' ? split$5(it, '') : $Object$8(it);
} : $Object$8;
// we can't use just `it == null` since of `document.all` special case
// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec
-var isNullOrUndefined$k = function (it) {
+var isNullOrUndefined$j = function (it) {
return it === null || it === undefined;
};
-var isNullOrUndefined$j = isNullOrUndefined$k;
+var isNullOrUndefined$i = isNullOrUndefined$j;
-var $TypeError$M = TypeError;
+var $TypeError$L = TypeError;
// `RequireObjectCoercible` abstract operation
// https://tc39.es/ecma262/#sec-requireobjectcoercible
var requireObjectCoercible$p = function (it) {
- if (isNullOrUndefined$j(it)) throw new $TypeError$M("Can't call method on " + it);
+ if (isNullOrUndefined$i(it)) throw new $TypeError$L("Can't call method on " + it);
return it;
};
@@ -138,45 +138,29 @@ var toIndexedObject$k = function (it) {
return IndexedObject$7(requireObjectCoercible$o(it));
};
-var documentAll$2 = typeof document == 'object' && document.all;
-
// https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot
-// eslint-disable-next-line unicorn/no-typeof-undefined -- required for testing
-var IS_HTMLDDA = typeof documentAll$2 == 'undefined' && documentAll$2 !== undefined;
-
-var documentAll_1 = {
- all: documentAll$2,
- IS_HTMLDDA: IS_HTMLDDA
-};
-
-var $documentAll$1 = documentAll_1;
-
-var documentAll$1 = $documentAll$1.all;
+var documentAll = typeof document == 'object' && document.all;
// `IsCallable` abstract operation
// https://tc39.es/ecma262/#sec-iscallable
-var isCallable$J = $documentAll$1.IS_HTMLDDA ? function (argument) {
- return typeof argument == 'function' || argument === documentAll$1;
+// eslint-disable-next-line unicorn/no-typeof-undefined -- required for testing
+var isCallable$I = typeof documentAll == 'undefined' && documentAll !== undefined ? function (argument) {
+ return typeof argument == 'function' || argument === documentAll;
} : function (argument) {
return typeof argument == 'function';
};
-var isCallable$I = isCallable$J;
-var $documentAll = documentAll_1;
-
-var documentAll = $documentAll.all;
+var isCallable$H = isCallable$I;
-var isObject$L = $documentAll.IS_HTMLDDA ? function (it) {
- return typeof it == 'object' ? it !== null : isCallable$I(it) || it === documentAll;
-} : function (it) {
- return typeof it == 'object' ? it !== null : isCallable$I(it);
+var isObject$M = function (it) {
+ return typeof it == 'object' ? it !== null : isCallable$H(it);
};
var global$19 = global$1a;
-var isCallable$H = isCallable$J;
+var isCallable$G = isCallable$I;
var aFunction = function (argument) {
- return isCallable$H(argument) ? argument : undefined;
+ return isCallable$G(argument) ? argument : undefined;
};
var getBuiltIn$M = function (namespace, method) {
@@ -192,9 +176,9 @@ var engineUserAgent = typeof navigator != 'undefined' && String(navigator.userAg
var global$18 = global$1a;
var userAgent$6 = engineUserAgent;
-var process$4 = global$18.process;
+var process$3 = global$18.process;
var Deno$1 = global$18.Deno;
-var versions = process$4 && process$4.versions || Deno$1 && Deno$1.version;
+var versions = process$3 && process$3.versions || Deno$1 && Deno$1.version;
var v8 = versions && versions.v8;
var match, version;
@@ -244,8 +228,8 @@ var useSymbolAsUid = NATIVE_SYMBOL$7
&& typeof Symbol.iterator == 'symbol';
var getBuiltIn$L = getBuiltIn$M;
-var isCallable$G = isCallable$J;
-var isPrototypeOf$e = objectIsPrototypeOf;
+var isCallable$F = isCallable$I;
+var isPrototypeOf$f = objectIsPrototypeOf;
var USE_SYMBOL_AS_UID$1 = useSymbolAsUid;
var $Object$7 = Object;
@@ -254,7 +238,7 @@ var isSymbol$8 = USE_SYMBOL_AS_UID$1 ? function (it) {
return typeof it == 'symbol';
} : function (it) {
var $Symbol = getBuiltIn$L('Symbol');
- return isCallable$G($Symbol) && isPrototypeOf$e($Symbol.prototype, $Object$7(it));
+ return isCallable$F($Symbol) && isPrototypeOf$f($Symbol.prototype, $Object$7(it));
};
var $String$9 = String;
@@ -267,41 +251,41 @@ var tryToString$7 = function (argument) {
}
};
-var isCallable$F = isCallable$J;
+var isCallable$E = isCallable$I;
var tryToString$6 = tryToString$7;
-var $TypeError$L = TypeError;
+var $TypeError$K = TypeError;
// `Assert: IsCallable(argument) is true`
-var aCallable$N = function (argument) {
- if (isCallable$F(argument)) return argument;
- throw new $TypeError$L(tryToString$6(argument) + ' is not a function');
+var aCallable$M = function (argument) {
+ if (isCallable$E(argument)) return argument;
+ throw new $TypeError$K(tryToString$6(argument) + ' is not a function');
};
-var aCallable$M = aCallable$N;
-var isNullOrUndefined$i = isNullOrUndefined$k;
+var aCallable$L = aCallable$M;
+var isNullOrUndefined$h = isNullOrUndefined$j;
// `GetMethod` abstract operation
// https://tc39.es/ecma262/#sec-getmethod
var getMethod$l = function (V, P) {
var func = V[P];
- return isNullOrUndefined$i(func) ? undefined : aCallable$M(func);
+ return isNullOrUndefined$h(func) ? undefined : aCallable$L(func);
};
-var call$1h = functionCall;
-var isCallable$E = isCallable$J;
-var isObject$K = isObject$L;
+var call$1f = functionCall;
+var isCallable$D = isCallable$I;
+var isObject$L = isObject$M;
-var $TypeError$K = TypeError;
+var $TypeError$J = TypeError;
// `OrdinaryToPrimitive` abstract operation
// https://tc39.es/ecma262/#sec-ordinarytoprimitive
var ordinaryToPrimitive$2 = function (input, pref) {
var fn, val;
- if (pref === 'string' && isCallable$E(fn = input.toString) && !isObject$K(val = call$1h(fn, input))) return val;
- if (isCallable$E(fn = input.valueOf) && !isObject$K(val = call$1h(fn, input))) return val;
- if (pref !== 'string' && isCallable$E(fn = input.toString) && !isObject$K(val = call$1h(fn, input))) return val;
- throw new $TypeError$K("Can't convert object to primitive value");
+ if (pref === 'string' && isCallable$D(fn = input.toString) && !isObject$L(val = call$1f(fn, input))) return val;
+ if (isCallable$D(fn = input.valueOf) && !isObject$L(val = call$1f(fn, input))) return val;
+ if (pref !== 'string' && isCallable$D(fn = input.toString) && !isObject$L(val = call$1f(fn, input))) return val;
+ throw new $TypeError$J("Can't convert object to primitive value");
};
var shared$a = {exports: {}};
@@ -334,10 +318,10 @@ var store$4 = sharedStore;
(shared$a.exports = function (key, value) {
return store$4[key] || (store$4[key] = value !== undefined ? value : {});
})('versions', []).push({
- version: '3.34.0',
+ version: '3.35.0',
mode: 'global',
copyright: '© 2014-2023 Denis Pushkarev (zloirock.ru)',
- license: 'https://github.com/zloirock/core-js/blob/v3.34.0/LICENSE',
+ license: 'https://github.com/zloirock/core-js/blob/v3.35.0/LICENSE',
source: 'https://github.com/zloirock/core-js'
});
@@ -349,12 +333,12 @@ var $Object$6 = Object;
// `ToObject` abstract operation
// https://tc39.es/ecma262/#sec-toobject
-var toObject$D = function (argument) {
+var toObject$E = function (argument) {
return $Object$6(requireObjectCoercible$n(argument));
};
var uncurryThis$1V = functionUncurryThis;
-var toObject$C = toObject$D;
+var toObject$D = toObject$E;
var hasOwnProperty = uncurryThis$1V({}.hasOwnProperty);
@@ -362,7 +346,7 @@ var hasOwnProperty = uncurryThis$1V({}.hasOwnProperty);
// https://tc39.es/ecma262/#sec-hasownproperty
// eslint-disable-next-line es/no-object-hasown -- safe
var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
- return hasOwnProperty(toObject$C(it), key);
+ return hasOwnProperty(toObject$D(it), key);
};
var uncurryThis$1U = functionUncurryThis;
@@ -394,27 +378,27 @@ var wellKnownSymbol$S = function (name) {
} return WellKnownSymbolsStore$2[name];
};
-var call$1g = functionCall;
-var isObject$J = isObject$L;
+var call$1e = functionCall;
+var isObject$K = isObject$M;
var isSymbol$7 = isSymbol$8;
var getMethod$k = getMethod$l;
var ordinaryToPrimitive$1 = ordinaryToPrimitive$2;
var wellKnownSymbol$R = wellKnownSymbol$S;
-var $TypeError$J = TypeError;
+var $TypeError$I = TypeError;
var TO_PRIMITIVE$1 = wellKnownSymbol$R('toPrimitive');
// `ToPrimitive` abstract operation
// https://tc39.es/ecma262/#sec-toprimitive
var toPrimitive$4 = function (input, pref) {
- if (!isObject$J(input) || isSymbol$7(input)) return input;
+ if (!isObject$K(input) || isSymbol$7(input)) return input;
var exoticToPrim = getMethod$k(input, TO_PRIMITIVE$1);
var result;
if (exoticToPrim) {
if (pref === undefined) pref = 'default';
- result = call$1g(exoticToPrim, input, pref);
- if (!isObject$J(result) || isSymbol$7(result)) return result;
- throw new $TypeError$J("Can't convert object to primitive value");
+ result = call$1e(exoticToPrim, input, pref);
+ if (!isObject$K(result) || isSymbol$7(result)) return result;
+ throw new $TypeError$I("Can't convert object to primitive value");
}
if (pref === undefined) pref = 'number';
return ordinaryToPrimitive$1(input, pref);
@@ -431,30 +415,30 @@ var toPropertyKey$a = function (argument) {
};
var global$13 = global$1a;
-var isObject$I = isObject$L;
+var isObject$J = isObject$M;
var document$3 = global$13.document;
// typeof document.createElement is 'object' in old IE
-var EXISTS$1 = isObject$I(document$3) && isObject$I(document$3.createElement);
+var EXISTS$1 = isObject$J(document$3) && isObject$J(document$3.createElement);
var documentCreateElement$2 = function (it) {
return EXISTS$1 ? document$3.createElement(it) : {};
};
-var DESCRIPTORS$T = descriptors;
+var DESCRIPTORS$U = descriptors;
var fails$1p = fails$1u;
var createElement$1 = documentCreateElement$2;
// Thanks to IE8 for its funny defineProperty
-var ie8DomDefine = !DESCRIPTORS$T && !fails$1p(function () {
+var ie8DomDefine = !DESCRIPTORS$U && !fails$1p(function () {
// eslint-disable-next-line es/no-object-defineproperty -- required for testing
return Object.defineProperty(createElement$1('div'), 'a', {
get: function () { return 7; }
}).a !== 7;
});
-var DESCRIPTORS$S = descriptors;
-var call$1f = functionCall;
+var DESCRIPTORS$T = descriptors;
+var call$1d = functionCall;
var propertyIsEnumerableModule$2 = objectPropertyIsEnumerable;
var createPropertyDescriptor$c = createPropertyDescriptor$d;
var toIndexedObject$j = toIndexedObject$k;
@@ -467,23 +451,23 @@ var $getOwnPropertyDescriptor$2 = Object.getOwnPropertyDescriptor;
// `Object.getOwnPropertyDescriptor` method
// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
-objectGetOwnPropertyDescriptor.f = DESCRIPTORS$S ? $getOwnPropertyDescriptor$2 : function getOwnPropertyDescriptor(O, P) {
+objectGetOwnPropertyDescriptor.f = DESCRIPTORS$T ? $getOwnPropertyDescriptor$2 : function getOwnPropertyDescriptor(O, P) {
O = toIndexedObject$j(O);
P = toPropertyKey$9(P);
if (IE8_DOM_DEFINE$1) try {
return $getOwnPropertyDescriptor$2(O, P);
} catch (error) { /* empty */ }
- if (hasOwn$E(O, P)) return createPropertyDescriptor$c(!call$1f(propertyIsEnumerableModule$2.f, O, P), O[P]);
+ if (hasOwn$E(O, P)) return createPropertyDescriptor$c(!call$1d(propertyIsEnumerableModule$2.f, O, P), O[P]);
};
var objectDefineProperty = {};
-var DESCRIPTORS$R = descriptors;
+var DESCRIPTORS$S = descriptors;
var fails$1o = fails$1u;
// V8 ~ Chrome 36-
// https://bugs.chromium.org/p/v8/issues/detail?id=3334
-var v8PrototypeDefineBug = DESCRIPTORS$R && fails$1o(function () {
+var v8PrototypeDefineBug = DESCRIPTORS$S && fails$1o(function () {
// eslint-disable-next-line es/no-object-defineproperty -- required for testing
return Object.defineProperty(function () { /* empty */ }, 'prototype', {
value: 42,
@@ -491,24 +475,24 @@ var v8PrototypeDefineBug = DESCRIPTORS$R && fails$1o(function () {
}).prototype !== 42;
});
-var isObject$H = isObject$L;
+var isObject$I = isObject$M;
var $String$8 = String;
-var $TypeError$I = TypeError;
+var $TypeError$H = TypeError;
// `Assert: Type(argument) is Object`
-var anObject$1g = function (argument) {
- if (isObject$H(argument)) return argument;
- throw new $TypeError$I($String$8(argument) + ' is not an object');
+var anObject$1i = function (argument) {
+ if (isObject$I(argument)) return argument;
+ throw new $TypeError$H($String$8(argument) + ' is not an object');
};
-var DESCRIPTORS$Q = descriptors;
+var DESCRIPTORS$R = descriptors;
var IE8_DOM_DEFINE = ie8DomDefine;
var V8_PROTOTYPE_DEFINE_BUG$1 = v8PrototypeDefineBug;
-var anObject$1f = anObject$1g;
+var anObject$1h = anObject$1i;
var toPropertyKey$8 = toPropertyKey$a;
-var $TypeError$H = TypeError;
+var $TypeError$G = TypeError;
// eslint-disable-next-line es/no-object-defineproperty -- safe
var $defineProperty$1 = Object.defineProperty;
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
@@ -519,10 +503,10 @@ var WRITABLE = 'writable';
// `Object.defineProperty` method
// https://tc39.es/ecma262/#sec-object.defineproperty
-objectDefineProperty.f = DESCRIPTORS$Q ? V8_PROTOTYPE_DEFINE_BUG$1 ? function defineProperty(O, P, Attributes) {
- anObject$1f(O);
+objectDefineProperty.f = DESCRIPTORS$R ? V8_PROTOTYPE_DEFINE_BUG$1 ? function defineProperty(O, P, Attributes) {
+ anObject$1h(O);
P = toPropertyKey$8(P);
- anObject$1f(Attributes);
+ anObject$1h(Attributes);
if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
var current = $getOwnPropertyDescriptor$1(O, P);
if (current && current[WRITABLE]) {
@@ -535,22 +519,22 @@ objectDefineProperty.f = DESCRIPTORS$Q ? V8_PROTOTYPE_DEFINE_BUG$1 ? function de
}
} return $defineProperty$1(O, P, Attributes);
} : $defineProperty$1 : function defineProperty(O, P, Attributes) {
- anObject$1f(O);
+ anObject$1h(O);
P = toPropertyKey$8(P);
- anObject$1f(Attributes);
+ anObject$1h(Attributes);
if (IE8_DOM_DEFINE) try {
return $defineProperty$1(O, P, Attributes);
} catch (error) { /* empty */ }
- if ('get' in Attributes || 'set' in Attributes) throw new $TypeError$H('Accessors not supported');
+ if ('get' in Attributes || 'set' in Attributes) throw new $TypeError$G('Accessors not supported');
if ('value' in Attributes) O[P] = Attributes.value;
return O;
};
-var DESCRIPTORS$P = descriptors;
+var DESCRIPTORS$Q = descriptors;
var definePropertyModule$b = objectDefineProperty;
var createPropertyDescriptor$b = createPropertyDescriptor$d;
-var createNonEnumerableProperty$j = DESCRIPTORS$P ? function (object, key, value) {
+var createNonEnumerableProperty$j = DESCRIPTORS$Q ? function (object, key, value) {
return definePropertyModule$b.f(object, key, createPropertyDescriptor$b(1, value));
} : function (object, key, value) {
object[key] = value;
@@ -559,17 +543,17 @@ var createNonEnumerableProperty$j = DESCRIPTORS$P ? function (object, key, value
var makeBuiltIn$5 = {exports: {}};
-var DESCRIPTORS$O = descriptors;
+var DESCRIPTORS$P = descriptors;
var hasOwn$D = hasOwnProperty_1;
var FunctionPrototype$4 = Function.prototype;
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
-var getDescriptor = DESCRIPTORS$O && Object.getOwnPropertyDescriptor;
+var getDescriptor = DESCRIPTORS$P && Object.getOwnPropertyDescriptor;
var EXISTS = hasOwn$D(FunctionPrototype$4, 'name');
// additional protection from minified / mangled / dropped function names
var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';
-var CONFIGURABLE = EXISTS && (!DESCRIPTORS$O || (DESCRIPTORS$O && getDescriptor(FunctionPrototype$4, 'name').configurable));
+var CONFIGURABLE = EXISTS && (!DESCRIPTORS$P || (DESCRIPTORS$P && getDescriptor(FunctionPrototype$4, 'name').configurable));
var functionName = {
EXISTS: EXISTS,
@@ -578,13 +562,13 @@ var functionName = {
};
var uncurryThis$1T = functionUncurryThis;
-var isCallable$D = isCallable$J;
+var isCallable$C = isCallable$I;
var store$3 = sharedStore;
var functionToString$1 = uncurryThis$1T(Function.toString);
// this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
-if (!isCallable$D(store$3.inspectSource)) {
+if (!isCallable$C(store$3.inspectSource)) {
store$3.inspectSource = function (it) {
return functionToString$1(it);
};
@@ -593,26 +577,26 @@ if (!isCallable$D(store$3.inspectSource)) {
var inspectSource$4 = store$3.inspectSource;
var global$12 = global$1a;
-var isCallable$C = isCallable$J;
+var isCallable$B = isCallable$I;
var WeakMap$4 = global$12.WeakMap;
-var weakMapBasicDetection = isCallable$C(WeakMap$4) && /native code/.test(String(WeakMap$4));
+var weakMapBasicDetection = isCallable$B(WeakMap$4) && /native code/.test(String(WeakMap$4));
var shared$8 = sharedExports;
var uid$5 = uid$7;
-var keys$3 = shared$8('keys');
+var keys$2 = shared$8('keys');
var sharedKey$4 = function (key) {
- return keys$3[key] || (keys$3[key] = uid$5(key));
+ return keys$2[key] || (keys$2[key] = uid$5(key));
};
var hiddenKeys$6 = {};
var NATIVE_WEAK_MAP$1 = weakMapBasicDetection;
var global$11 = global$1a;
-var isObject$G = isObject$L;
+var isObject$H = isObject$M;
var createNonEnumerableProperty$i = createNonEnumerableProperty$j;
var hasOwn$C = hasOwnProperty_1;
var shared$7 = sharedStore;
@@ -631,7 +615,7 @@ var enforce = function (it) {
var getterFor$2 = function (TYPE) {
return function (it) {
var state;
- if (!isObject$G(it) || (state = get$6(it)).type !== TYPE) {
+ if (!isObject$H(it) || (state = get$6(it)).type !== TYPE) {
throw new TypeError$9('Incompatible receiver, ' + TYPE + ' required');
} return state;
};
@@ -683,9 +667,9 @@ var internalState = {
var uncurryThis$1S = functionUncurryThis;
var fails$1n = fails$1u;
-var isCallable$B = isCallable$J;
+var isCallable$A = isCallable$I;
var hasOwn$B = hasOwnProperty_1;
-var DESCRIPTORS$N = descriptors;
+var DESCRIPTORS$O = descriptors;
var CONFIGURABLE_FUNCTION_NAME$2 = functionName.CONFIGURABLE;
var inspectSource$3 = inspectSource$4;
var InternalStateModule$n = internalState;
@@ -699,7 +683,7 @@ var stringSlice$m = uncurryThis$1S(''.slice);
var replace$e = uncurryThis$1S(''.replace);
var join$9 = uncurryThis$1S([].join);
-var CONFIGURABLE_LENGTH = DESCRIPTORS$N && !fails$1n(function () {
+var CONFIGURABLE_LENGTH = DESCRIPTORS$O && !fails$1n(function () {
return defineProperty$h(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
});
@@ -712,7 +696,7 @@ var makeBuiltIn$4 = makeBuiltIn$5.exports = function (value, name, options) {
if (options && options.getter) name = 'get ' + name;
if (options && options.setter) name = 'set ' + name;
if (!hasOwn$B(value, 'name') || (CONFIGURABLE_FUNCTION_NAME$2 && value.name !== name)) {
- if (DESCRIPTORS$N) defineProperty$h(value, 'name', { value: name, configurable: true });
+ if (DESCRIPTORS$O) defineProperty$h(value, 'name', { value: name, configurable: true });
else value.name = name;
}
if (CONFIGURABLE_LENGTH && options && hasOwn$B(options, 'arity') && value.length !== options.arity) {
@@ -720,7 +704,7 @@ var makeBuiltIn$4 = makeBuiltIn$5.exports = function (value, name, options) {
}
try {
if (options && hasOwn$B(options, 'constructor') && options.constructor) {
- if (DESCRIPTORS$N) defineProperty$h(value, 'prototype', { writable: false });
+ if (DESCRIPTORS$O) defineProperty$h(value, 'prototype', { writable: false });
// in V8 ~ Chrome 53, prototypes of some methods, like `Array.prototype.values`, are non-writable
} else if (value.prototype) value.prototype = undefined;
} catch (error) { /* empty */ }
@@ -733,12 +717,12 @@ var makeBuiltIn$4 = makeBuiltIn$5.exports = function (value, name, options) {
// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
// eslint-disable-next-line no-extend-native -- required
Function.prototype.toString = makeBuiltIn$4(function toString() {
- return isCallable$B(this) && getInternalState$g(this).source || inspectSource$3(this);
+ return isCallable$A(this) && getInternalState$g(this).source || inspectSource$3(this);
}, 'toString');
var makeBuiltInExports = makeBuiltIn$5.exports;
-var isCallable$A = isCallable$J;
+var isCallable$z = isCallable$I;
var definePropertyModule$a = objectDefineProperty;
var makeBuiltIn$3 = makeBuiltInExports;
var defineGlobalProperty$1 = defineGlobalProperty$3;
@@ -747,7 +731,7 @@ var defineBuiltIn$u = function (O, key, value, options) {
if (!options) options = {};
var simple = options.enumerable;
var name = options.name !== undefined ? options.name : key;
- if (isCallable$A(value)) makeBuiltIn$3(value, name, options);
+ if (isCallable$z(value)) makeBuiltIn$3(value, name, options);
if (options.global) {
if (simple) O[key] = value;
else defineGlobalProperty$1(key, value);
@@ -791,15 +775,15 @@ var toIntegerOrInfinity$p = function (argument) {
var toIntegerOrInfinity$o = toIntegerOrInfinity$p;
-var max$a = Math.max;
+var max$9 = Math.max;
var min$e = Math.min;
// Helper for a popular repeating case of the spec:
// Let integer be ? ToInteger(index).
// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
-var toAbsoluteIndex$b = function (index, length) {
+var toAbsoluteIndex$a = function (index, length) {
var integer = toIntegerOrInfinity$o(index);
- return integer < 0 ? max$a(integer + length, 0) : min$e(integer, length);
+ return integer < 0 ? max$9(integer + length, 0) : min$e(integer, length);
};
var toIntegerOrInfinity$n = toIntegerOrInfinity$p;
@@ -816,20 +800,20 @@ var toLength$c = toLength$d;
// `LengthOfArrayLike` abstract operation
// https://tc39.es/ecma262/#sec-lengthofarraylike
-var lengthOfArrayLike$C = function (obj) {
+var lengthOfArrayLike$B = function (obj) {
return toLength$c(obj.length);
};
var toIndexedObject$i = toIndexedObject$k;
-var toAbsoluteIndex$a = toAbsoluteIndex$b;
-var lengthOfArrayLike$B = lengthOfArrayLike$C;
+var toAbsoluteIndex$9 = toAbsoluteIndex$a;
+var lengthOfArrayLike$A = lengthOfArrayLike$B;
// `Array.prototype.{ indexOf, includes }` methods implementation
var createMethod$8 = function (IS_INCLUDES) {
return function ($this, el, fromIndex) {
var O = toIndexedObject$i($this);
- var length = lengthOfArrayLike$B(O);
- var index = toAbsoluteIndex$a(fromIndex, length);
+ var length = lengthOfArrayLike$A(O);
+ var index = toAbsoluteIndex$9(fromIndex, length);
var value;
// Array#includes uses SameValueZero equality algorithm
// eslint-disable-next-line no-self-compare -- NaN check
@@ -859,17 +843,17 @@ var toIndexedObject$h = toIndexedObject$k;
var indexOf$2 = arrayIncludes.indexOf;
var hiddenKeys$4 = hiddenKeys$6;
-var push$t = uncurryThis$1R([].push);
+var push$s = uncurryThis$1R([].push);
var objectKeysInternal = function (object, names) {
var O = toIndexedObject$h(object);
var i = 0;
var result = [];
var key;
- for (key in O) !hasOwn$A(hiddenKeys$4, key) && hasOwn$A(O, key) && push$t(result, key);
+ for (key in O) !hasOwn$A(hiddenKeys$4, key) && hasOwn$A(O, key) && push$s(result, key);
// Don't enum bug & hidden keys
while (names.length > i) if (hasOwn$A(O, key = names[i++])) {
- ~indexOf$2(result, key) || push$t(result, key);
+ ~indexOf$2(result, key) || push$s(result, key);
}
return result;
};
@@ -906,13 +890,13 @@ var getBuiltIn$K = getBuiltIn$M;
var uncurryThis$1Q = functionUncurryThis;
var getOwnPropertyNamesModule$2 = objectGetOwnPropertyNames;
var getOwnPropertySymbolsModule$3 = objectGetOwnPropertySymbols;
-var anObject$1e = anObject$1g;
+var anObject$1g = anObject$1i;
var concat$4 = uncurryThis$1Q([].concat);
// all object keys, includes non-enumerable and symbols
var ownKeys$3 = getBuiltIn$K('Reflect', 'ownKeys') || function ownKeys(it) {
- var keys = getOwnPropertyNamesModule$2.f(anObject$1e(it));
+ var keys = getOwnPropertyNamesModule$2.f(anObject$1g(it));
var getOwnPropertySymbols = getOwnPropertySymbolsModule$3.f;
return getOwnPropertySymbols ? concat$4(keys, getOwnPropertySymbols(it)) : keys;
};
@@ -922,7 +906,7 @@ var ownKeys$2 = ownKeys$3;
var getOwnPropertyDescriptorModule$6 = objectGetOwnPropertyDescriptor;
var definePropertyModule$9 = objectDefineProperty;
-var copyConstructorProperties$6 = function (target, source, exceptions) {
+var copyConstructorProperties$7 = function (target, source, exceptions) {
var keys = ownKeys$2(source);
var defineProperty = definePropertyModule$9.f;
var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule$6.f;
@@ -935,7 +919,7 @@ var copyConstructorProperties$6 = function (target, source, exceptions) {
};
var fails$1m = fails$1u;
-var isCallable$z = isCallable$J;
+var isCallable$y = isCallable$I;
var replacement = /#|\.prototype\./;
@@ -943,7 +927,7 @@ var isForced$5 = function (feature, detection) {
var value = data[normalize(feature)];
return value === POLYFILL ? true
: value === NATIVE ? false
- : isCallable$z(detection) ? fails$1m(detection)
+ : isCallable$y(detection) ? fails$1m(detection)
: !!detection;
};
@@ -958,11 +942,11 @@ var POLYFILL = isForced$5.POLYFILL = 'P';
var isForced_1 = isForced$5;
var global$10 = global$1a;
-var getOwnPropertyDescriptor$d = objectGetOwnPropertyDescriptor.f;
+var getOwnPropertyDescriptor$c = objectGetOwnPropertyDescriptor.f;
var createNonEnumerableProperty$h = createNonEnumerableProperty$j;
var defineBuiltIn$t = defineBuiltIn$u;
var defineGlobalProperty = defineGlobalProperty$3;
-var copyConstructorProperties$5 = copyConstructorProperties$6;
+var copyConstructorProperties$6 = copyConstructorProperties$7;
var isForced$4 = isForced_1;
/*
@@ -995,14 +979,14 @@ var _export = function (options, source) {
if (target) for (key in source) {
sourceProperty = source[key];
if (options.dontCallGetSet) {
- descriptor = getOwnPropertyDescriptor$d(target, key);
+ descriptor = getOwnPropertyDescriptor$c(target, key);
targetProperty = descriptor && descriptor.value;
} else targetProperty = target[key];
FORCED = isForced$4(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
// contained in target
if (!FORCED && targetProperty !== undefined) {
if (typeof sourceProperty == typeof targetProperty) continue;
- copyConstructorProperties$5(sourceProperty, targetProperty);
+ copyConstructorProperties$6(sourceProperty, targetProperty);
}
// add a flag to not completely full polyfills
if (options.sham || (targetProperty && targetProperty.sham)) {
@@ -1022,7 +1006,7 @@ test$2[TO_STRING_TAG$b] = 'z';
var toStringTagSupport = String(test$2) === '[object z]';
var TO_STRING_TAG_SUPPORT$2 = toStringTagSupport;
-var isCallable$y = isCallable$J;
+var isCallable$x = isCallable$I;
var classofRaw$1 = classofRaw$2;
var wellKnownSymbol$P = wellKnownSymbol$S;
@@ -1040,7 +1024,7 @@ var tryGet = function (it, key) {
};
// getting tag from ES6+ `Object.prototype.toString`
-var classof$r = TO_STRING_TAG_SUPPORT$2 ? classofRaw$1 : function (it) {
+var classof$q = TO_STRING_TAG_SUPPORT$2 ? classofRaw$1 : function (it) {
var O, tag, result;
return it === undefined ? 'Undefined' : it === null ? 'Null'
// @@toStringTag case
@@ -1048,15 +1032,15 @@ var classof$r = TO_STRING_TAG_SUPPORT$2 ? classofRaw$1 : function (it) {
// builtinTag case
: CORRECT_ARGUMENTS ? classofRaw$1(O)
// ES3 arguments fallback
- : (result = classofRaw$1(O)) === 'Object' && isCallable$y(O.callee) ? 'Arguments' : result;
+ : (result = classofRaw$1(O)) === 'Object' && isCallable$x(O.callee) ? 'Arguments' : result;
};
-var classof$q = classof$r;
+var classof$p = classof$q;
var $String$6 = String;
var toString$J = function (argument) {
- if (classof$q(argument) === 'Symbol') throw new TypeError('Cannot convert a Symbol value to a string');
+ if (classof$p(argument) === 'Symbol') throw new TypeError('Cannot convert a Symbol value to a string');
return $String$6(argument);
};
@@ -1072,18 +1056,18 @@ var objectKeys$6 = Object.keys || function keys(O) {
return internalObjectKeys(O, enumBugKeys$1);
};
-var DESCRIPTORS$M = descriptors;
+var DESCRIPTORS$N = descriptors;
var V8_PROTOTYPE_DEFINE_BUG = v8PrototypeDefineBug;
var definePropertyModule$8 = objectDefineProperty;
-var anObject$1d = anObject$1g;
+var anObject$1f = anObject$1i;
var toIndexedObject$g = toIndexedObject$k;
var objectKeys$5 = objectKeys$6;
// `Object.defineProperties` method
// https://tc39.es/ecma262/#sec-object.defineproperties
// eslint-disable-next-line es/no-object-defineproperties -- safe
-objectDefineProperties.f = DESCRIPTORS$M && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function defineProperties(O, Properties) {
- anObject$1d(O);
+objectDefineProperties.f = DESCRIPTORS$N && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function defineProperties(O, Properties) {
+ anObject$1f(O);
var props = toIndexedObject$g(Properties);
var keys = objectKeys$5(Properties);
var length = keys.length;
@@ -1098,7 +1082,7 @@ var getBuiltIn$J = getBuiltIn$M;
var html$2 = getBuiltIn$J('document', 'documentElement');
/* global ActiveXObject -- old IE, WSH */
-var anObject$1c = anObject$1g;
+var anObject$1e = anObject$1i;
var definePropertiesModule$1 = objectDefineProperties;
var enumBugKeys = enumBugKeys$3;
var hiddenKeys$2 = hiddenKeys$6;
@@ -1172,7 +1156,7 @@ hiddenKeys$2[IE_PROTO$1] = true;
var objectCreate$1 = Object.create || function create(O, Properties) {
var result;
if (O !== null) {
- EmptyConstructor[PROTOTYPE$2] = anObject$1c(O);
+ EmptyConstructor[PROTOTYPE$2] = anObject$1e(O);
result = new EmptyConstructor();
EmptyConstructor[PROTOTYPE$2] = null;
// add "__proto__" for Object.getPrototypeOf polyfill
@@ -1183,39 +1167,15 @@ var objectCreate$1 = Object.create || function create(O, Properties) {
var objectGetOwnPropertyNamesExternal = {};
-var toPropertyKey$7 = toPropertyKey$a;
-var definePropertyModule$7 = objectDefineProperty;
-var createPropertyDescriptor$a = createPropertyDescriptor$d;
-
-var createProperty$c = function (object, key, value) {
- var propertyKey = toPropertyKey$7(key);
- if (propertyKey in object) definePropertyModule$7.f(object, propertyKey, createPropertyDescriptor$a(0, value));
- else object[propertyKey] = value;
-};
-
-var toAbsoluteIndex$9 = toAbsoluteIndex$b;
-var lengthOfArrayLike$A = lengthOfArrayLike$C;
-var createProperty$b = createProperty$c;
+var uncurryThis$1P = functionUncurryThis;
-var $Array$c = Array;
-var max$9 = Math.max;
-
-var arraySliceSimple = function (O, start, end) {
- var length = lengthOfArrayLike$A(O);
- var k = toAbsoluteIndex$9(start, length);
- var fin = toAbsoluteIndex$9(end === undefined ? length : end, length);
- var result = $Array$c(max$9(fin - k, 0));
- var n = 0;
- for (; k < fin; k++, n++) createProperty$b(result, n, O[k]);
- result.length = n;
- return result;
-};
+var arraySlice$b = uncurryThis$1P([].slice);
/* eslint-disable es/no-object-getownpropertynames -- safe */
-var classof$p = classofRaw$2;
+var classof$o = classofRaw$2;
var toIndexedObject$f = toIndexedObject$k;
var $getOwnPropertyNames$1 = objectGetOwnPropertyNames.f;
-var arraySlice$c = arraySliceSimple;
+var arraySlice$a = arraySlice$b;
var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
? Object.getOwnPropertyNames(window) : [];
@@ -1224,13 +1184,13 @@ var getWindowNames = function (it) {
try {
return $getOwnPropertyNames$1(it);
} catch (error) {
- return arraySlice$c(windowNames);
+ return arraySlice$a(windowNames);
}
};
// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
objectGetOwnPropertyNamesExternal.f = function getOwnPropertyNames(it) {
- return windowNames && classof$p(it) === 'Window'
+ return windowNames && classof$o(it) === 'Window'
? getWindowNames(it)
: $getOwnPropertyNames$1(toIndexedObject$f(it));
};
@@ -1266,7 +1226,7 @@ var wellKnownSymbolDefine = function (NAME) {
});
};
-var call$1e = functionCall;
+var call$1c = functionCall;
var getBuiltIn$I = getBuiltIn$M;
var wellKnownSymbol$N = wellKnownSymbol$S;
var defineBuiltIn$s = defineBuiltIn$u;
@@ -1282,7 +1242,7 @@ var symbolDefineToPrimitive = function () {
// https://tc39.es/ecma262/#sec-symbol.prototype-@@toprimitive
// eslint-disable-next-line no-unused-vars -- required for .length
defineBuiltIn$s(SymbolPrototype, TO_PRIMITIVE, function (hint) {
- return call$1e(valueOf, this);
+ return call$1c(valueOf, this);
}, { arity: 1 });
}
};
@@ -1301,42 +1261,42 @@ var setToStringTag$e = function (target, TAG, STATIC) {
};
var classofRaw = classofRaw$2;
-var uncurryThis$1P = functionUncurryThis;
+var uncurryThis$1O = functionUncurryThis;
var functionUncurryThisClause = function (fn) {
// Nashorn bug:
// https://github.com/zloirock/core-js/issues/1128
// https://github.com/zloirock/core-js/issues/1130
- if (classofRaw(fn) === 'Function') return uncurryThis$1P(fn);
+ if (classofRaw(fn) === 'Function') return uncurryThis$1O(fn);
};
-var uncurryThis$1O = functionUncurryThisClause;
-var aCallable$L = aCallable$N;
+var uncurryThis$1N = functionUncurryThisClause;
+var aCallable$K = aCallable$M;
var NATIVE_BIND$2 = functionBindNative;
-var bind$v = uncurryThis$1O(uncurryThis$1O.bind);
+var bind$v = uncurryThis$1N(uncurryThis$1N.bind);
// optional / simple context binding
var functionBindContext = function (fn, that) {
- aCallable$L(fn);
+ aCallable$K(fn);
return that === undefined ? fn : NATIVE_BIND$2 ? bind$v(fn, that) : function (/* ...args */) {
return fn.apply(that, arguments);
};
};
-var classof$o = classofRaw$2;
+var classof$n = classofRaw$2;
// `IsArray` abstract operation
// https://tc39.es/ecma262/#sec-isarray
// eslint-disable-next-line es/no-array-isarray -- safe
var isArray$b = Array.isArray || function isArray(argument) {
- return classof$o(argument) === 'Array';
+ return classof$n(argument) === 'Array';
};
-var uncurryThis$1N = functionUncurryThis;
+var uncurryThis$1M = functionUncurryThis;
var fails$1l = fails$1u;
-var isCallable$x = isCallable$J;
-var classof$n = classof$r;
+var isCallable$w = isCallable$I;
+var classof$m = classof$q;
var getBuiltIn$H = getBuiltIn$M;
var inspectSource$2 = inspectSource$4;
@@ -1344,11 +1304,11 @@ var noop = function () { /* empty */ };
var empty = [];
var construct$1 = getBuiltIn$H('Reflect', 'construct');
var constructorRegExp = /^\s*(?:class|function)\b/;
-var exec$h = uncurryThis$1N(constructorRegExp.exec);
+var exec$h = uncurryThis$1M(constructorRegExp.exec);
var INCORRECT_TO_STRING$2 = !constructorRegExp.test(noop);
var isConstructorModern = function isConstructor(argument) {
- if (!isCallable$x(argument)) return false;
+ if (!isCallable$w(argument)) return false;
try {
construct$1(noop, empty, argument);
return true;
@@ -1358,8 +1318,8 @@ var isConstructorModern = function isConstructor(argument) {
};
var isConstructorLegacy = function isConstructor(argument) {
- if (!isCallable$x(argument)) return false;
- switch (classof$n(argument)) {
+ if (!isCallable$w(argument)) return false;
+ switch (classof$m(argument)) {
case 'AsyncFunction':
case 'GeneratorFunction':
case 'AsyncGeneratorFunction': return false;
@@ -1388,7 +1348,7 @@ var isConstructor$a = !construct$1 || fails$1l(function () {
var isArray$a = isArray$b;
var isConstructor$9 = isConstructor$a;
-var isObject$F = isObject$L;
+var isObject$G = isObject$M;
var wellKnownSymbol$L = wellKnownSymbol$S;
var SPECIES$6 = wellKnownSymbol$L('species');
@@ -1402,7 +1362,7 @@ var arraySpeciesConstructor$1 = function (originalArray) {
C = originalArray.constructor;
// cross-realm fallback
if (isConstructor$9(C) && (C === $Array$b || isArray$a(C.prototype))) C = undefined;
- else if (isObject$F(C)) {
+ else if (isObject$G(C)) {
C = C[SPECIES$6];
if (C === null) C = undefined;
}
@@ -1418,13 +1378,13 @@ var arraySpeciesCreate$5 = function (originalArray, length) {
};
var bind$u = functionBindContext;
-var uncurryThis$1M = functionUncurryThis;
+var uncurryThis$1L = functionUncurryThis;
var IndexedObject$6 = indexedObject;
-var toObject$B = toObject$D;
-var lengthOfArrayLike$z = lengthOfArrayLike$C;
+var toObject$C = toObject$E;
+var lengthOfArrayLike$z = lengthOfArrayLike$B;
var arraySpeciesCreate$4 = arraySpeciesCreate$5;
-var push$s = uncurryThis$1M([].push);
+var push$r = uncurryThis$1L([].push);
// `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterReject }` methods implementation
var createMethod$7 = function (TYPE) {
@@ -1436,7 +1396,7 @@ var createMethod$7 = function (TYPE) {
var IS_FILTER_REJECT = TYPE === 7;
var NO_HOLES = TYPE === 5 || IS_FIND_INDEX;
return function ($this, callbackfn, that, specificCreate) {
- var O = toObject$B($this);
+ var O = toObject$C($this);
var self = IndexedObject$6(O);
var length = lengthOfArrayLike$z(self);
var boundFunction = bind$u(callbackfn, that);
@@ -1453,10 +1413,10 @@ var createMethod$7 = function (TYPE) {
case 3: return true; // some
case 5: return value; // find
case 6: return index; // findIndex
- case 2: push$s(target, value); // filter
+ case 2: push$r(target, value); // filter
} else switch (TYPE) {
case 4: return false; // every
- case 7: push$s(target, value); // filterReject
+ case 7: push$r(target, value); // filterReject
}
}
}
@@ -1493,25 +1453,25 @@ var arrayIteration = {
var $$5v = _export;
var global$_ = global$1a;
-var call$1d = functionCall;
-var uncurryThis$1L = functionUncurryThis;
-var DESCRIPTORS$L = descriptors;
+var call$1b = functionCall;
+var uncurryThis$1K = functionUncurryThis;
+var DESCRIPTORS$M = descriptors;
var NATIVE_SYMBOL$5 = symbolConstructorDetection;
var fails$1k = fails$1u;
var hasOwn$w = hasOwnProperty_1;
-var isPrototypeOf$d = objectIsPrototypeOf;
-var anObject$1b = anObject$1g;
+var isPrototypeOf$e = objectIsPrototypeOf;
+var anObject$1d = anObject$1i;
var toIndexedObject$e = toIndexedObject$k;
-var toPropertyKey$6 = toPropertyKey$a;
+var toPropertyKey$7 = toPropertyKey$a;
var $toString$3 = toString$J;
-var createPropertyDescriptor$9 = createPropertyDescriptor$d;
+var createPropertyDescriptor$a = createPropertyDescriptor$d;
var nativeObjectCreate = objectCreate$1;
var objectKeys$4 = objectKeys$6;
var getOwnPropertyNamesModule$1 = objectGetOwnPropertyNames;
var getOwnPropertyNamesExternal = objectGetOwnPropertyNamesExternal;
var getOwnPropertySymbolsModule$2 = objectGetOwnPropertySymbols;
var getOwnPropertyDescriptorModule$5 = objectGetOwnPropertyDescriptor;
-var definePropertyModule$6 = objectDefineProperty;
+var definePropertyModule$7 = objectDefineProperty;
var definePropertiesModule = objectDefineProperties;
var propertyIsEnumerableModule$1 = objectPropertyIsEnumerable;
var defineBuiltIn$r = defineBuiltIn$u;
@@ -1542,10 +1502,10 @@ var RangeError$4 = global$_.RangeError;
var TypeError$8 = global$_.TypeError;
var QObject = global$_.QObject;
var nativeGetOwnPropertyDescriptor$2 = getOwnPropertyDescriptorModule$5.f;
-var nativeDefineProperty$1 = definePropertyModule$6.f;
+var nativeDefineProperty$1 = definePropertyModule$7.f;
var nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f;
var nativePropertyIsEnumerable = propertyIsEnumerableModule$1.f;
-var push$r = uncurryThis$1L([].push);
+var push$q = uncurryThis$1K([].push);
var AllSymbols = shared$6('symbols');
var ObjectPrototypeSymbols = shared$6('op-symbols');
@@ -1564,7 +1524,7 @@ var fallbackDefineProperty = function (O, P, Attributes) {
}
};
-var setSymbolDescriptor = DESCRIPTORS$L && fails$1k(function () {
+var setSymbolDescriptor = DESCRIPTORS$M && fails$1k(function () {
return nativeObjectCreate(nativeDefineProperty$1({}, 'a', {
get: function () { return nativeDefineProperty$1(this, 'a', { value: 7 }).a; }
})).a !== 7;
@@ -1577,32 +1537,32 @@ var wrap = function (tag, description) {
tag: tag,
description: description
});
- if (!DESCRIPTORS$L) symbol.description = description;
+ if (!DESCRIPTORS$M) symbol.description = description;
return symbol;
};
var $defineProperty = function defineProperty(O, P, Attributes) {
if (O === ObjectPrototype$5) $defineProperty(ObjectPrototypeSymbols, P, Attributes);
- anObject$1b(O);
- var key = toPropertyKey$6(P);
- anObject$1b(Attributes);
+ anObject$1d(O);
+ var key = toPropertyKey$7(P);
+ anObject$1d(Attributes);
if (hasOwn$w(AllSymbols, key)) {
if (!Attributes.enumerable) {
- if (!hasOwn$w(O, HIDDEN)) nativeDefineProperty$1(O, HIDDEN, createPropertyDescriptor$9(1, {}));
+ if (!hasOwn$w(O, HIDDEN)) nativeDefineProperty$1(O, HIDDEN, createPropertyDescriptor$a(1, nativeObjectCreate(null)));
O[HIDDEN][key] = true;
} else {
if (hasOwn$w(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false;
- Attributes = nativeObjectCreate(Attributes, { enumerable: createPropertyDescriptor$9(0, false) });
+ Attributes = nativeObjectCreate(Attributes, { enumerable: createPropertyDescriptor$a(0, false) });
} return setSymbolDescriptor(O, key, Attributes);
} return nativeDefineProperty$1(O, key, Attributes);
};
var $defineProperties = function defineProperties(O, Properties) {
- anObject$1b(O);
+ anObject$1d(O);
var properties = toIndexedObject$e(Properties);
var keys = objectKeys$4(properties).concat($getOwnPropertySymbols(properties));
$forEach$3(keys, function (key) {
- if (!DESCRIPTORS$L || call$1d($propertyIsEnumerable$1, properties, key)) $defineProperty(O, key, properties[key]);
+ if (!DESCRIPTORS$M || call$1b($propertyIsEnumerable$1, properties, key)) $defineProperty(O, key, properties[key]);
});
return O;
};
@@ -1612,8 +1572,8 @@ var $create = function create(O, Properties) {
};
var $propertyIsEnumerable$1 = function propertyIsEnumerable(V) {
- var P = toPropertyKey$6(V);
- var enumerable = call$1d(nativePropertyIsEnumerable, this, P);
+ var P = toPropertyKey$7(V);
+ var enumerable = call$1b(nativePropertyIsEnumerable, this, P);
if (this === ObjectPrototype$5 && hasOwn$w(AllSymbols, P) && !hasOwn$w(ObjectPrototypeSymbols, P)) return false;
return enumerable || !hasOwn$w(this, P) || !hasOwn$w(AllSymbols, P) || hasOwn$w(this, HIDDEN) && this[HIDDEN][P]
? enumerable : true;
@@ -1621,7 +1581,7 @@ var $propertyIsEnumerable$1 = function propertyIsEnumerable(V) {
var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(O, P) {
var it = toIndexedObject$e(O);
- var key = toPropertyKey$6(P);
+ var key = toPropertyKey$7(P);
if (it === ObjectPrototype$5 && hasOwn$w(AllSymbols, key) && !hasOwn$w(ObjectPrototypeSymbols, key)) return;
var descriptor = nativeGetOwnPropertyDescriptor$2(it, key);
if (descriptor && hasOwn$w(AllSymbols, key) && !(hasOwn$w(it, HIDDEN) && it[HIDDEN][key])) {
@@ -1634,7 +1594,7 @@ var $getOwnPropertyNames = function getOwnPropertyNames(O) {
var names = nativeGetOwnPropertyNames(toIndexedObject$e(O));
var result = [];
$forEach$3(names, function (key) {
- if (!hasOwn$w(AllSymbols, key) && !hasOwn$w(hiddenKeys$1, key)) push$r(result, key);
+ if (!hasOwn$w(AllSymbols, key) && !hasOwn$w(hiddenKeys$1, key)) push$q(result, key);
});
return result;
};
@@ -1645,7 +1605,7 @@ var $getOwnPropertySymbols = function (O) {
var result = [];
$forEach$3(names, function (key) {
if (hasOwn$w(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || hasOwn$w(ObjectPrototype$5, key))) {
- push$r(result, AllSymbols[key]);
+ push$q(result, AllSymbols[key]);
}
});
return result;
@@ -1655,14 +1615,14 @@ var $getOwnPropertySymbols = function (O) {
// https://tc39.es/ecma262/#sec-symbol-constructor
if (!NATIVE_SYMBOL$5) {
$Symbol = function Symbol() {
- if (isPrototypeOf$d(SymbolPrototype$1, this)) throw new TypeError$8('Symbol is not a constructor');
+ if (isPrototypeOf$e(SymbolPrototype$1, this)) throw new TypeError$8('Symbol is not a constructor');
var description = !arguments.length || arguments[0] === undefined ? undefined : $toString$3(arguments[0]);
var tag = uid$4(description);
var setter = function (value) {
var $this = this === undefined ? global$_ : this;
- if ($this === ObjectPrototype$5) call$1d(setter, ObjectPrototypeSymbols, value);
+ if ($this === ObjectPrototype$5) call$1b(setter, ObjectPrototypeSymbols, value);
if (hasOwn$w($this, HIDDEN) && hasOwn$w($this[HIDDEN], tag)) $this[HIDDEN][tag] = false;
- var descriptor = createPropertyDescriptor$9(1, value);
+ var descriptor = createPropertyDescriptor$a(1, value);
try {
setSymbolDescriptor($this, tag, descriptor);
} catch (error) {
@@ -1670,7 +1630,7 @@ if (!NATIVE_SYMBOL$5) {
fallbackDefineProperty($this, tag, descriptor);
}
};
- if (DESCRIPTORS$L && USE_SETTER) setSymbolDescriptor(ObjectPrototype$5, tag, { configurable: true, set: setter });
+ if (DESCRIPTORS$M && USE_SETTER) setSymbolDescriptor(ObjectPrototype$5, tag, { configurable: true, set: setter });
return wrap(tag, description);
};
@@ -1685,7 +1645,7 @@ if (!NATIVE_SYMBOL$5) {
});
propertyIsEnumerableModule$1.f = $propertyIsEnumerable$1;
- definePropertyModule$6.f = $defineProperty;
+ definePropertyModule$7.f = $defineProperty;
definePropertiesModule.f = $defineProperties;
getOwnPropertyDescriptorModule$5.f = $getOwnPropertyDescriptor;
getOwnPropertyNamesModule$1.f = getOwnPropertyNamesExternal.f = $getOwnPropertyNames;
@@ -1695,7 +1655,7 @@ if (!NATIVE_SYMBOL$5) {
return wrap(wellKnownSymbol$K(name), name);
};
- if (DESCRIPTORS$L) {
+ if (DESCRIPTORS$M) {
// https://github.com/tc39/proposal-Symbol-description
defineBuiltInAccessor$o(SymbolPrototype$1, 'description', {
configurable: true,
@@ -1722,7 +1682,7 @@ $$5v({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL$5 }, {
useSimple: function () { USE_SETTER = false; }
});
-$$5v({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL$5, sham: !DESCRIPTORS$L }, {
+$$5v({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL$5, sham: !DESCRIPTORS$M }, {
// `Object.create` method
// https://tc39.es/ecma262/#sec-object.create
create: $create,
@@ -1803,34 +1763,30 @@ var NATIVE_BIND$1 = functionBindNative;
var FunctionPrototype$3 = Function.prototype;
var apply$e = FunctionPrototype$3.apply;
-var call$1c = FunctionPrototype$3.call;
+var call$1a = FunctionPrototype$3.call;
// eslint-disable-next-line es/no-reflect -- safe
-var functionApply$1 = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND$1 ? call$1c.bind(apply$e) : function () {
- return call$1c.apply(apply$e, arguments);
+var functionApply$1 = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND$1 ? call$1a.bind(apply$e) : function () {
+ return call$1a.apply(apply$e, arguments);
});
-var uncurryThis$1K = functionUncurryThis;
-
-var arraySlice$b = uncurryThis$1K([].slice);
-
var uncurryThis$1J = functionUncurryThis;
var isArray$9 = isArray$b;
-var isCallable$w = isCallable$J;
-var classof$m = classofRaw$2;
+var isCallable$v = isCallable$I;
+var classof$l = classofRaw$2;
var toString$H = toString$J;
-var push$q = uncurryThis$1J([].push);
+var push$p = uncurryThis$1J([].push);
var getJsonReplacerFunction = function (replacer) {
- if (isCallable$w(replacer)) return replacer;
+ if (isCallable$v(replacer)) return replacer;
if (!isArray$9(replacer)) return;
var rawLength = replacer.length;
var keys = [];
for (var i = 0; i < rawLength; i++) {
var element = replacer[i];
- if (typeof element == 'string') push$q(keys, element);
- else if (typeof element == 'number' || classof$m(element) === 'Number' || classof$m(element) === 'String') push$q(keys, toString$H(element));
+ if (typeof element == 'string') push$p(keys, element);
+ else if (typeof element == 'number' || classof$l(element) === 'Number' || classof$l(element) === 'String') push$p(keys, toString$H(element));
}
var keysLength = keys.length;
var root = true;
@@ -1847,12 +1803,12 @@ var getJsonReplacerFunction = function (replacer) {
var $$5s = _export;
var getBuiltIn$F = getBuiltIn$M;
var apply$d = functionApply$1;
-var call$1b = functionCall;
+var call$19 = functionCall;
var uncurryThis$1I = functionUncurryThis;
var fails$1j = fails$1u;
-var isCallable$v = isCallable$J;
+var isCallable$u = isCallable$I;
var isSymbol$4 = isSymbol$8;
-var arraySlice$a = arraySlice$b;
+var arraySlice$9 = arraySlice$b;
var getReplacerFunction$1 = getJsonReplacerFunction;
var NATIVE_SYMBOL$3 = symbolConstructorDetection;
@@ -1885,12 +1841,12 @@ var ILL_FORMED_UNICODE = fails$1j(function () {
});
var stringifyWithSymbolsFix = function (it, replacer) {
- var args = arraySlice$a(arguments);
+ var args = arraySlice$9(arguments);
var $replacer = getReplacerFunction$1(replacer);
- if (!isCallable$v($replacer) && (it === undefined || isSymbol$4(it))) return; // IE8 returns string on undefined
+ if (!isCallable$u($replacer) && (it === undefined || isSymbol$4(it))) return; // IE8 returns string on undefined
args[1] = function (key, value) {
// some old implementations (like WebKit) could pass numbers as keys
- if (isCallable$v($replacer)) value = call$1b($replacer, this, $String$5(key), value);
+ if (isCallable$u($replacer)) value = call$19($replacer, this, $String$5(key), value);
if (!isSymbol$4(value)) return value;
};
return apply$d($stringify$1, null, args);
@@ -1910,7 +1866,7 @@ if ($stringify$1) {
$$5s({ target: 'JSON', stat: true, arity: 3, forced: WRONG_SYMBOLS_CONVERSION || ILL_FORMED_UNICODE }, {
// eslint-disable-next-line no-unused-vars -- required for `.length`
stringify: function stringify(it, replacer, space) {
- var args = arraySlice$a(arguments);
+ var args = arraySlice$9(arguments);
var result = apply$d(WRONG_SYMBOLS_CONVERSION ? stringifyWithSymbolsFix : $stringify$1, null, args);
return ILL_FORMED_UNICODE && typeof result == 'string' ? replace$d(result, tester, fixIllFormed) : result;
}
@@ -1921,7 +1877,7 @@ var $$5r = _export;
var NATIVE_SYMBOL$2 = symbolConstructorDetection;
var fails$1i = fails$1u;
var getOwnPropertySymbolsModule$1 = objectGetOwnPropertySymbols;
-var toObject$A = toObject$D;
+var toObject$B = toObject$E;
// V8 ~ Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives
// https://bugs.chromium.org/p/v8/issues/detail?id=3443
@@ -1932,25 +1888,25 @@ var FORCED$F = !NATIVE_SYMBOL$2 || fails$1i(function () { getOwnPropertySymbolsM
$$5r({ target: 'Object', stat: true, forced: FORCED$F }, {
getOwnPropertySymbols: function getOwnPropertySymbols(it) {
var $getOwnPropertySymbols = getOwnPropertySymbolsModule$1.f;
- return $getOwnPropertySymbols ? $getOwnPropertySymbols(toObject$A(it)) : [];
+ return $getOwnPropertySymbols ? $getOwnPropertySymbols(toObject$B(it)) : [];
}
});
var $$5q = _export;
-var DESCRIPTORS$K = descriptors;
+var DESCRIPTORS$L = descriptors;
var global$Z = global$1a;
var uncurryThis$1H = functionUncurryThis;
var hasOwn$t = hasOwnProperty_1;
-var isCallable$u = isCallable$J;
-var isPrototypeOf$c = objectIsPrototypeOf;
+var isCallable$t = isCallable$I;
+var isPrototypeOf$d = objectIsPrototypeOf;
var toString$G = toString$J;
var defineBuiltInAccessor$n = defineBuiltInAccessor$p;
-var copyConstructorProperties$4 = copyConstructorProperties$6;
+var copyConstructorProperties$5 = copyConstructorProperties$7;
var NativeSymbol = global$Z.Symbol;
var SymbolPrototype = NativeSymbol && NativeSymbol.prototype;
-if (DESCRIPTORS$K && isCallable$u(NativeSymbol) && (!('description' in SymbolPrototype) ||
+if (DESCRIPTORS$L && isCallable$t(NativeSymbol) && (!('description' in SymbolPrototype) ||
// Safari 12 bug
NativeSymbol().description !== undefined
)) {
@@ -1958,7 +1914,7 @@ if (DESCRIPTORS$K && isCallable$u(NativeSymbol) && (!('description' in SymbolPro
// wrap Symbol constructor for correct work with undefined description
var SymbolWrapper = function Symbol() {
var description = arguments.length < 1 || arguments[0] === undefined ? undefined : toString$G(arguments[0]);
- var result = isPrototypeOf$c(SymbolPrototype, this)
+ var result = isPrototypeOf$d(SymbolPrototype, this)
? new NativeSymbol(description)
// in Edge 13, String(Symbol(undefined)) === 'Symbol(undefined)'
: description === undefined ? NativeSymbol() : NativeSymbol(description);
@@ -1966,7 +1922,7 @@ if (DESCRIPTORS$K && isCallable$u(NativeSymbol) && (!('description' in SymbolPro
return result;
};
- copyConstructorProperties$4(SymbolWrapper, NativeSymbol);
+ copyConstructorProperties$5(SymbolWrapper, NativeSymbol);
SymbolWrapper.prototype = SymbolPrototype;
SymbolPrototype.constructor = SymbolWrapper;
@@ -2083,28 +2039,34 @@ var defineWellKnownSymbol$8 = wellKnownSymbolDefine;
defineWellKnownSymbol$8('unscopables');
var uncurryThis$1G = functionUncurryThis;
-var aCallable$K = aCallable$N;
+var aCallable$J = aCallable$M;
var functionUncurryThisAccessor = function (object, key, method) {
try {
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
- return uncurryThis$1G(aCallable$K(Object.getOwnPropertyDescriptor(object, key)[method]));
+ return uncurryThis$1G(aCallable$J(Object.getOwnPropertyDescriptor(object, key)[method]));
} catch (error) { /* empty */ }
};
-var isCallable$t = isCallable$J;
+var isObject$F = isObject$M;
+
+var isPossiblePrototype$2 = function (argument) {
+ return isObject$F(argument) || argument === null;
+};
+
+var isPossiblePrototype$1 = isPossiblePrototype$2;
var $String$4 = String;
-var $TypeError$G = TypeError;
+var $TypeError$F = TypeError;
var aPossiblePrototype$2 = function (argument) {
- if (typeof argument == 'object' || isCallable$t(argument)) return argument;
- throw new $TypeError$G("Can't set " + $String$4(argument) + ' as a prototype');
+ if (isPossiblePrototype$1(argument)) return argument;
+ throw new $TypeError$F("Can't set " + $String$4(argument) + ' as a prototype');
};
/* eslint-disable no-proto -- safe */
var uncurryThisAccessor$3 = functionUncurryThisAccessor;
-var anObject$1a = anObject$1g;
+var anObject$1c = anObject$1i;
var aPossiblePrototype$1 = aPossiblePrototype$2;
// `Object.setPrototypeOf` method
@@ -2121,7 +2083,7 @@ var objectSetPrototypeOf$1 = Object.setPrototypeOf || ('__proto__' in {} ? funct
CORRECT_SETTER = test instanceof Array;
} catch (error) { /* empty */ }
return function setPrototypeOf(O, proto) {
- anObject$1a(O);
+ anObject$1c(O);
aPossiblePrototype$1(proto);
if (CORRECT_SETTER) setter(O, proto);
else O.__proto__ = proto;
@@ -2139,12 +2101,12 @@ var proxyAccessor$2 = function (Target, Source, key) {
});
};
-var isCallable$s = isCallable$J;
-var isObject$E = isObject$L;
+var isCallable$s = isCallable$I;
+var isObject$E = isObject$M;
var setPrototypeOf$a = objectSetPrototypeOf$1;
// makes subclassing work correct for wrapped built-ins
-var inheritIfRequired$6 = function ($this, dummy, Wrapper) {
+var inheritIfRequired$7 = function ($this, dummy, Wrapper) {
var NewTarget, NewTargetPrototype;
if (
// it can work only with native `setPrototypeOf`
@@ -2164,7 +2126,7 @@ var normalizeStringArgument$6 = function (argument, $default) {
return argument === undefined ? arguments.length < 2 ? '' : $default : toString$F(argument);
};
-var isObject$D = isObject$L;
+var isObject$D = isObject$M;
var createNonEnumerableProperty$g = createNonEnumerableProperty$j;
// `InstallErrorCause` abstract operation
@@ -2192,13 +2154,13 @@ var errorStackClear = function (stack, dropEntries) {
};
var fails$1h = fails$1u;
-var createPropertyDescriptor$8 = createPropertyDescriptor$d;
+var createPropertyDescriptor$9 = createPropertyDescriptor$d;
var errorStackInstallable = !fails$1h(function () {
var error = new Error('a');
if (!('stack' in error)) return true;
// eslint-disable-next-line es/no-object-defineproperty -- safe
- Object.defineProperty(error, 'stack', createPropertyDescriptor$8(1, 7));
+ Object.defineProperty(error, 'stack', createPropertyDescriptor$9(1, 7));
return error.stack !== 7;
});
@@ -2219,15 +2181,15 @@ var errorStackInstall = function (error, C, stack, dropEntries) {
var getBuiltIn$D = getBuiltIn$M;
var hasOwn$s = hasOwnProperty_1;
var createNonEnumerableProperty$e = createNonEnumerableProperty$j;
-var isPrototypeOf$b = objectIsPrototypeOf;
+var isPrototypeOf$c = objectIsPrototypeOf;
var setPrototypeOf$9 = objectSetPrototypeOf$1;
-var copyConstructorProperties$3 = copyConstructorProperties$6;
+var copyConstructorProperties$4 = copyConstructorProperties$7;
var proxyAccessor$1 = proxyAccessor$2;
-var inheritIfRequired$5 = inheritIfRequired$6;
+var inheritIfRequired$6 = inheritIfRequired$7;
var normalizeStringArgument$5 = normalizeStringArgument$6;
var installErrorCause$1 = installErrorCause$2;
var installErrorStack$2 = errorStackInstall;
-var DESCRIPTORS$J = descriptors;
+var DESCRIPTORS$K = descriptors;
var wrapErrorConstructorWithCause$2 = function (FULL_NAME, wrapper, FORCED, IS_AGGREGATE_ERROR) {
var STACK_TRACE_LIMIT = 'stackTraceLimit';
@@ -2252,7 +2214,7 @@ var wrapErrorConstructorWithCause$2 = function (FULL_NAME, wrapper, FORCED, IS_A
var result = IS_AGGREGATE_ERROR ? new OriginalError(a) : new OriginalError();
if (message !== undefined) createNonEnumerableProperty$e(result, 'message', message);
installErrorStack$2(result, WrappedError, result.stack, 2);
- if (this && isPrototypeOf$b(OriginalErrorPrototype, this)) inheritIfRequired$5(result, this, WrappedError);
+ if (this && isPrototypeOf$c(OriginalErrorPrototype, this)) inheritIfRequired$6(result, this, WrappedError);
if (arguments.length > OPTIONS_POSITION) installErrorCause$1(result, arguments[OPTIONS_POSITION]);
return result;
});
@@ -2261,13 +2223,13 @@ var wrapErrorConstructorWithCause$2 = function (FULL_NAME, wrapper, FORCED, IS_A
if (ERROR_NAME !== 'Error') {
if (setPrototypeOf$9) setPrototypeOf$9(WrappedError, BaseError);
- else copyConstructorProperties$3(WrappedError, BaseError, { name: true });
- } else if (DESCRIPTORS$J && STACK_TRACE_LIMIT in OriginalError) {
+ else copyConstructorProperties$4(WrappedError, BaseError, { name: true });
+ } else if (DESCRIPTORS$K && STACK_TRACE_LIMIT in OriginalError) {
proxyAccessor$1(WrappedError, OriginalError, STACK_TRACE_LIMIT);
proxyAccessor$1(WrappedError, OriginalError, 'prepareStackTrace');
}
- copyConstructorProperties$3(WrappedError, OriginalError);
+ copyConstructorProperties$4(WrappedError, OriginalError);
try {
// Safari 13- bug: WebAssembly errors does not have a proper `.name`
@@ -2338,15 +2300,15 @@ exportWebAssemblyErrorCauseWrapper('RuntimeError', function (init) {
return function RuntimeError(message) { return apply$c(init, this, arguments); };
});
-var DESCRIPTORS$I = descriptors;
+var DESCRIPTORS$J = descriptors;
var fails$1g = fails$1u;
-var anObject$19 = anObject$1g;
+var anObject$1b = anObject$1i;
var normalizeStringArgument$4 = normalizeStringArgument$6;
var nativeErrorToString = Error.prototype.toString;
var INCORRECT_TO_STRING$1 = fails$1g(function () {
- if (DESCRIPTORS$I) {
+ if (DESCRIPTORS$J) {
// Chrome 32- incorrectly call accessor
// eslint-disable-next-line es/no-object-create, es/no-object-defineproperty -- safe
var object = Object.create(Object.defineProperty({}, 'name', { get: function () {
@@ -2361,7 +2323,7 @@ var INCORRECT_TO_STRING$1 = fails$1g(function () {
});
var errorToString$2 = INCORRECT_TO_STRING$1 ? function toString() {
- var O = anObject$19(this);
+ var O = anObject$1b(this);
var name = normalizeStringArgument$4(O.name, 'Error');
var message = normalizeStringArgument$4(O.message);
return !name ? message : !message ? name : name + ': ' + message;
@@ -2388,8 +2350,8 @@ var correctPrototypeGetter = !fails$1f(function () {
});
var hasOwn$r = hasOwnProperty_1;
-var isCallable$r = isCallable$J;
-var toObject$z = toObject$D;
+var isCallable$r = isCallable$I;
+var toObject$A = toObject$E;
var sharedKey = sharedKey$4;
var CORRECT_PROTOTYPE_GETTER$2 = correctPrototypeGetter;
@@ -2401,7 +2363,7 @@ var ObjectPrototype$4 = $Object$4.prototype;
// https://tc39.es/ecma262/#sec-object.getprototypeof
// eslint-disable-next-line es/no-object-getprototypeof -- safe
var objectGetPrototypeOf$2 = CORRECT_PROTOTYPE_GETTER$2 ? $Object$4.getPrototypeOf : function (O) {
- var object = toObject$z(O);
+ var object = toObject$A(O);
if (hasOwn$r(object, IE_PROTO)) return object[IE_PROTO];
var constructor = object.constructor;
if (isCallable$r(constructor) && object instanceof constructor) {
@@ -2422,70 +2384,70 @@ var isArrayIteratorMethod$3 = function (it) {
return it !== undefined && (Iterators$5.Array === it || ArrayPrototype$1[ITERATOR$c] === it);
};
-var classof$l = classof$r;
+var classof$k = classof$q;
var getMethod$j = getMethod$l;
-var isNullOrUndefined$h = isNullOrUndefined$k;
+var isNullOrUndefined$g = isNullOrUndefined$j;
var Iterators$4 = iterators;
var wellKnownSymbol$I = wellKnownSymbol$S;
var ITERATOR$b = wellKnownSymbol$I('iterator');
var getIteratorMethod$8 = function (it) {
- if (!isNullOrUndefined$h(it)) return getMethod$j(it, ITERATOR$b)
+ if (!isNullOrUndefined$g(it)) return getMethod$j(it, ITERATOR$b)
|| getMethod$j(it, '@@iterator')
- || Iterators$4[classof$l(it)];
+ || Iterators$4[classof$k(it)];
};
-var call$1a = functionCall;
-var aCallable$J = aCallable$N;
-var anObject$18 = anObject$1g;
+var call$18 = functionCall;
+var aCallable$I = aCallable$M;
+var anObject$1a = anObject$1i;
var tryToString$4 = tryToString$7;
var getIteratorMethod$7 = getIteratorMethod$8;
-var $TypeError$F = TypeError;
+var $TypeError$E = TypeError;
var getIterator$7 = function (argument, usingIterator) {
var iteratorMethod = arguments.length < 2 ? getIteratorMethod$7(argument) : usingIterator;
- if (aCallable$J(iteratorMethod)) return anObject$18(call$1a(iteratorMethod, argument));
- throw new $TypeError$F(tryToString$4(argument) + ' is not iterable');
+ if (aCallable$I(iteratorMethod)) return anObject$1a(call$18(iteratorMethod, argument));
+ throw new $TypeError$E(tryToString$4(argument) + ' is not iterable');
};
-var call$19 = functionCall;
-var anObject$17 = anObject$1g;
+var call$17 = functionCall;
+var anObject$19 = anObject$1i;
var getMethod$i = getMethod$l;
var iteratorClose$8 = function (iterator, kind, value) {
var innerResult, innerError;
- anObject$17(iterator);
+ anObject$19(iterator);
try {
innerResult = getMethod$i(iterator, 'return');
if (!innerResult) {
if (kind === 'throw') throw value;
return value;
}
- innerResult = call$19(innerResult, iterator);
+ innerResult = call$17(innerResult, iterator);
} catch (error) {
innerError = true;
innerResult = error;
}
if (kind === 'throw') throw value;
if (innerError) throw innerResult;
- anObject$17(innerResult);
+ anObject$19(innerResult);
return value;
};
var bind$t = functionBindContext;
-var call$18 = functionCall;
-var anObject$16 = anObject$1g;
+var call$16 = functionCall;
+var anObject$18 = anObject$1i;
var tryToString$3 = tryToString$7;
var isArrayIteratorMethod$2 = isArrayIteratorMethod$3;
-var lengthOfArrayLike$y = lengthOfArrayLike$C;
-var isPrototypeOf$a = objectIsPrototypeOf;
+var lengthOfArrayLike$y = lengthOfArrayLike$B;
+var isPrototypeOf$b = objectIsPrototypeOf;
var getIterator$6 = getIterator$7;
var getIteratorMethod$6 = getIteratorMethod$8;
var iteratorClose$7 = iteratorClose$8;
-var $TypeError$E = TypeError;
+var $TypeError$D = TypeError;
var Result = function (stopped, result) {
this.stopped = stopped;
@@ -2510,7 +2472,7 @@ var iterate$G = function (iterable, unboundFunction, options) {
var callFn = function (value) {
if (AS_ENTRIES) {
- anObject$16(value);
+ anObject$18(value);
return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]);
} return INTERRUPTED ? fn(value, stop) : fn(value);
};
@@ -2521,36 +2483,36 @@ var iterate$G = function (iterable, unboundFunction, options) {
iterator = iterable;
} else {
iterFn = getIteratorMethod$6(iterable);
- if (!iterFn) throw new $TypeError$E(tryToString$3(iterable) + ' is not iterable');
+ if (!iterFn) throw new $TypeError$D(tryToString$3(iterable) + ' is not iterable');
// optimisation for array iterators
if (isArrayIteratorMethod$2(iterFn)) {
for (index = 0, length = lengthOfArrayLike$y(iterable); length > index; index++) {
result = callFn(iterable[index]);
- if (result && isPrototypeOf$a(ResultPrototype, result)) return result;
+ if (result && isPrototypeOf$b(ResultPrototype, result)) return result;
} return new Result(false);
}
iterator = getIterator$6(iterable, iterFn);
}
next = IS_RECORD ? iterable.next : iterator.next;
- while (!(step = call$18(next, iterator)).done) {
+ while (!(step = call$16(next, iterator)).done) {
try {
result = callFn(step.value);
} catch (error) {
iteratorClose$7(iterator, 'throw', error);
}
- if (typeof result == 'object' && result && isPrototypeOf$a(ResultPrototype, result)) return result;
+ if (typeof result == 'object' && result && isPrototypeOf$b(ResultPrototype, result)) return result;
} return new Result(false);
};
var $$5o = _export;
-var isPrototypeOf$9 = objectIsPrototypeOf;
-var getPrototypeOf$h = objectGetPrototypeOf$2;
+var isPrototypeOf$a = objectIsPrototypeOf;
+var getPrototypeOf$g = objectGetPrototypeOf$2;
var setPrototypeOf$8 = objectSetPrototypeOf$1;
-var copyConstructorProperties$2 = copyConstructorProperties$6;
+var copyConstructorProperties$3 = copyConstructorProperties$7;
var create$i = objectCreate$1;
var createNonEnumerableProperty$d = createNonEnumerableProperty$j;
-var createPropertyDescriptor$7 = createPropertyDescriptor$d;
+var createPropertyDescriptor$8 = createPropertyDescriptor$d;
var installErrorCause = installErrorCause$2;
var installErrorStack$1 = errorStackInstall;
var iterate$F = iterate$G;
@@ -2559,13 +2521,13 @@ var wellKnownSymbol$H = wellKnownSymbol$S;
var TO_STRING_TAG$8 = wellKnownSymbol$H('toStringTag');
var $Error$1 = Error;
-var push$p = [].push;
+var push$o = [].push;
var $AggregateError$1 = function AggregateError(errors, message /* , options */) {
- var isInstance = isPrototypeOf$9(AggregateErrorPrototype, this);
+ var isInstance = isPrototypeOf$a(AggregateErrorPrototype, this);
var that;
if (setPrototypeOf$8) {
- that = setPrototypeOf$8(new $Error$1(), isInstance ? getPrototypeOf$h(this) : AggregateErrorPrototype);
+ that = setPrototypeOf$8(new $Error$1(), isInstance ? getPrototypeOf$g(this) : AggregateErrorPrototype);
} else {
that = isInstance ? this : create$i(AggregateErrorPrototype);
createNonEnumerableProperty$d(that, TO_STRING_TAG$8, 'Error');
@@ -2574,18 +2536,18 @@ var $AggregateError$1 = function AggregateError(errors, message /* , options */)
installErrorStack$1(that, $AggregateError$1, that.stack, 1);
if (arguments.length > 2) installErrorCause(that, arguments[2]);
var errorsArray = [];
- iterate$F(errors, push$p, { that: errorsArray });
+ iterate$F(errors, push$o, { that: errorsArray });
createNonEnumerableProperty$d(that, 'errors', errorsArray);
return that;
};
if (setPrototypeOf$8) setPrototypeOf$8($AggregateError$1, $Error$1);
-else copyConstructorProperties$2($AggregateError$1, $Error$1, { name: true });
+else copyConstructorProperties$3($AggregateError$1, $Error$1, { name: true });
var AggregateErrorPrototype = $AggregateError$1.prototype = create$i($Error$1.prototype, {
- constructor: createPropertyDescriptor$7(1, $AggregateError$1),
- message: createPropertyDescriptor$7(1, ''),
- name: createPropertyDescriptor$7(1, 'AggregateError')
+ constructor: createPropertyDescriptor$8(1, $AggregateError$1),
+ message: createPropertyDescriptor$8(1, ''),
+ name: createPropertyDescriptor$8(1, 'AggregateError')
});
// `AggregateError` constructor
@@ -2639,8 +2601,8 @@ var addToUnscopables$n = function (key) {
};
var $$5m = _export;
-var toObject$y = toObject$D;
-var lengthOfArrayLike$x = lengthOfArrayLike$C;
+var toObject$z = toObject$E;
+var lengthOfArrayLike$x = lengthOfArrayLike$B;
var toIntegerOrInfinity$m = toIntegerOrInfinity$p;
var addToUnscopables$m = addToUnscopables$n;
@@ -2648,7 +2610,7 @@ var addToUnscopables$m = addToUnscopables$n;
// https://tc39.es/ecma262/#sec-array.prototype.at
$$5m({ target: 'Array', proto: true }, {
at: function at(index) {
- var O = toObject$y(this);
+ var O = toObject$z(this);
var len = lengthOfArrayLike$x(O);
var relativeIndex = toIntegerOrInfinity$m(index);
var k = relativeIndex >= 0 ? relativeIndex : len + relativeIndex;
@@ -2658,14 +2620,24 @@ $$5m({ target: 'Array', proto: true }, {
addToUnscopables$m('at');
-var $TypeError$D = TypeError;
+var $TypeError$C = TypeError;
var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; // 2 ** 53 - 1 == 9007199254740991
var doesNotExceedSafeInteger$7 = function (it) {
- if (it > MAX_SAFE_INTEGER) throw $TypeError$D('Maximum allowed index exceeded');
+ if (it > MAX_SAFE_INTEGER) throw $TypeError$C('Maximum allowed index exceeded');
return it;
};
+var toPropertyKey$6 = toPropertyKey$a;
+var definePropertyModule$6 = objectDefineProperty;
+var createPropertyDescriptor$7 = createPropertyDescriptor$d;
+
+var createProperty$b = function (object, key, value) {
+ var propertyKey = toPropertyKey$6(key);
+ if (propertyKey in object) definePropertyModule$6.f(object, propertyKey, createPropertyDescriptor$7(0, value));
+ else object[propertyKey] = value;
+};
+
var fails$1d = fails$1u;
var wellKnownSymbol$F = wellKnownSymbol$S;
var V8_VERSION$2 = engineV8Version;
@@ -2689,11 +2661,11 @@ var arrayMethodHasSpeciesSupport$5 = function (METHOD_NAME) {
var $$5l = _export;
var fails$1c = fails$1u;
var isArray$8 = isArray$b;
-var isObject$C = isObject$L;
-var toObject$x = toObject$D;
-var lengthOfArrayLike$w = lengthOfArrayLike$C;
+var isObject$C = isObject$M;
+var toObject$y = toObject$E;
+var lengthOfArrayLike$w = lengthOfArrayLike$B;
var doesNotExceedSafeInteger$6 = doesNotExceedSafeInteger$7;
-var createProperty$a = createProperty$c;
+var createProperty$a = createProperty$b;
var arraySpeciesCreate$3 = arraySpeciesCreate$5;
var arrayMethodHasSpeciesSupport$4 = arrayMethodHasSpeciesSupport$5;
var wellKnownSymbol$E = wellKnownSymbol$S;
@@ -2724,7 +2696,7 @@ var FORCED$C = !IS_CONCAT_SPREADABLE_SUPPORT || !arrayMethodHasSpeciesSupport$4(
$$5l({ target: 'Array', proto: true, arity: 1, forced: FORCED$C }, {
// eslint-disable-next-line no-unused-vars -- required for `.length`
concat: function concat(arg) {
- var O = toObject$x(this);
+ var O = toObject$y(this);
var A = arraySpeciesCreate$3(O, 0);
var n = 0;
var i, k, length, len, E;
@@ -2746,15 +2718,15 @@ $$5l({ target: 'Array', proto: true, arity: 1, forced: FORCED$C }, {
var tryToString$2 = tryToString$7;
-var $TypeError$C = TypeError;
+var $TypeError$B = TypeError;
var deletePropertyOrThrow$4 = function (O, P) {
- if (!delete O[P]) throw new $TypeError$C('Cannot delete property ' + tryToString$2(P) + ' of ' + tryToString$2(O));
+ if (!delete O[P]) throw new $TypeError$B('Cannot delete property ' + tryToString$2(P) + ' of ' + tryToString$2(O));
};
-var toObject$w = toObject$D;
-var toAbsoluteIndex$8 = toAbsoluteIndex$b;
-var lengthOfArrayLike$v = lengthOfArrayLike$C;
+var toObject$x = toObject$E;
+var toAbsoluteIndex$8 = toAbsoluteIndex$a;
+var lengthOfArrayLike$v = lengthOfArrayLike$B;
var deletePropertyOrThrow$3 = deletePropertyOrThrow$4;
var min$c = Math.min;
@@ -2763,7 +2735,7 @@ var min$c = Math.min;
// https://tc39.es/ecma262/#sec-array.prototype.copywithin
// eslint-disable-next-line es/no-array-prototype-copywithin -- safe
var arrayCopyWithin = [].copyWithin || function copyWithin(target /* = 0 */, start /* = 0, end = @length */) {
- var O = toObject$w(this);
+ var O = toObject$x(this);
var len = lengthOfArrayLike$v(O);
var to = toAbsoluteIndex$8(target, len);
var from = toAbsoluteIndex$8(start, len);
@@ -2820,14 +2792,14 @@ $$5j({ target: 'Array', proto: true, forced: !STRICT_METHOD$4 }, {
}
});
-var toObject$v = toObject$D;
-var toAbsoluteIndex$7 = toAbsoluteIndex$b;
-var lengthOfArrayLike$u = lengthOfArrayLike$C;
+var toObject$w = toObject$E;
+var toAbsoluteIndex$7 = toAbsoluteIndex$a;
+var lengthOfArrayLike$u = lengthOfArrayLike$B;
// `Array.prototype.fill` method implementation
// https://tc39.es/ecma262/#sec-array.prototype.fill
var arrayFill$1 = function fill(value /* , start = 0, end = @length */) {
- var O = toObject$v(this);
+ var O = toObject$w(this);
var length = lengthOfArrayLike$u(O);
var argumentsLength = arguments.length;
var index = toAbsoluteIndex$7(argumentsLength > 1 ? arguments[1] : undefined, length);
@@ -2911,14 +2883,14 @@ addToUnscopables$i(FIND_INDEX);
var bind$s = functionBindContext;
var IndexedObject$5 = indexedObject;
-var toObject$u = toObject$D;
-var lengthOfArrayLike$t = lengthOfArrayLike$C;
+var toObject$v = toObject$E;
+var lengthOfArrayLike$t = lengthOfArrayLike$B;
// `Array.prototype.{ findLast, findLastIndex }` methods implementation
var createMethod$6 = function (TYPE) {
var IS_FIND_LAST_INDEX = TYPE === 1;
return function ($this, callbackfn, that) {
- var O = toObject$u($this);
+ var O = toObject$v($this);
var self = IndexedObject$5(O);
var index = lengthOfArrayLike$t(self);
var boundFunction = bind$s(callbackfn, that);
@@ -2973,7 +2945,7 @@ $$5d({ target: 'Array', proto: true }, {
addToUnscopables$g('findLastIndex');
var isArray$7 = isArray$b;
-var lengthOfArrayLike$s = lengthOfArrayLike$C;
+var lengthOfArrayLike$s = lengthOfArrayLike$B;
var doesNotExceedSafeInteger$5 = doesNotExceedSafeInteger$7;
var bind$r = functionBindContext;
@@ -3008,8 +2980,8 @@ var flattenIntoArray_1 = flattenIntoArray$2;
var $$5c = _export;
var flattenIntoArray$1 = flattenIntoArray_1;
-var toObject$t = toObject$D;
-var lengthOfArrayLike$r = lengthOfArrayLike$C;
+var toObject$u = toObject$E;
+var lengthOfArrayLike$r = lengthOfArrayLike$B;
var toIntegerOrInfinity$l = toIntegerOrInfinity$p;
var arraySpeciesCreate$2 = arraySpeciesCreate$5;
@@ -3018,7 +2990,7 @@ var arraySpeciesCreate$2 = arraySpeciesCreate$5;
$$5c({ target: 'Array', proto: true }, {
flat: function flat(/* depthArg = 1 */) {
var depthArg = arguments.length ? arguments[0] : undefined;
- var O = toObject$t(this);
+ var O = toObject$u(this);
var sourceLen = lengthOfArrayLike$r(O);
var A = arraySpeciesCreate$2(O, 0);
A.length = flattenIntoArray$1(A, O, O, sourceLen, 0, depthArg === undefined ? 1 : toIntegerOrInfinity$l(depthArg));
@@ -3028,19 +3000,19 @@ $$5c({ target: 'Array', proto: true }, {
var $$5b = _export;
var flattenIntoArray = flattenIntoArray_1;
-var aCallable$I = aCallable$N;
-var toObject$s = toObject$D;
-var lengthOfArrayLike$q = lengthOfArrayLike$C;
+var aCallable$H = aCallable$M;
+var toObject$t = toObject$E;
+var lengthOfArrayLike$q = lengthOfArrayLike$B;
var arraySpeciesCreate$1 = arraySpeciesCreate$5;
// `Array.prototype.flatMap` method
// https://tc39.es/ecma262/#sec-array.prototype.flatmap
$$5b({ target: 'Array', proto: true }, {
flatMap: function flatMap(callbackfn /* , thisArg */) {
- var O = toObject$s(this);
+ var O = toObject$t(this);
var sourceLen = lengthOfArrayLike$q(O);
var A;
- aCallable$I(callbackfn);
+ aCallable$H(callbackfn);
A = arraySpeciesCreate$1(O, 0);
A.length = flattenIntoArray(A, O, O, sourceLen, 0, 1, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
return A;
@@ -3069,26 +3041,26 @@ $$5a({ target: 'Array', proto: true, forced: [].forEach !== forEach$6 }, {
forEach: forEach$6
});
-var anObject$15 = anObject$1g;
+var anObject$17 = anObject$1i;
var iteratorClose$6 = iteratorClose$8;
// call something on iterator step with safe closing on error
var callWithSafeIterationClosing$3 = function (iterator, fn, value, ENTRIES) {
try {
- return ENTRIES ? fn(anObject$15(value)[0], value[1]) : fn(value);
+ return ENTRIES ? fn(anObject$17(value)[0], value[1]) : fn(value);
} catch (error) {
iteratorClose$6(iterator, 'throw', error);
}
};
var bind$q = functionBindContext;
-var call$17 = functionCall;
-var toObject$r = toObject$D;
+var call$15 = functionCall;
+var toObject$s = toObject$E;
var callWithSafeIterationClosing$2 = callWithSafeIterationClosing$3;
var isArrayIteratorMethod$1 = isArrayIteratorMethod$3;
var isConstructor$8 = isConstructor$a;
-var lengthOfArrayLike$p = lengthOfArrayLike$C;
-var createProperty$9 = createProperty$c;
+var lengthOfArrayLike$p = lengthOfArrayLike$B;
+var createProperty$9 = createProperty$b;
var getIterator$5 = getIterator$7;
var getIteratorMethod$5 = getIteratorMethod$8;
@@ -3097,7 +3069,7 @@ var $Array$a = Array;
// `Array.from` method implementation
// https://tc39.es/ecma262/#sec-array.from
var arrayFrom$1 = function from(arrayLike /* , mapfn = undefined, thisArg = undefined */) {
- var O = toObject$r(arrayLike);
+ var O = toObject$s(arrayLike);
var IS_CONSTRUCTOR = isConstructor$8(this);
var argumentsLength = arguments.length;
var mapfn = argumentsLength > 1 ? arguments[1] : undefined;
@@ -3111,7 +3083,7 @@ var arrayFrom$1 = function from(arrayLike /* , mapfn = undefined, thisArg = unde
iterator = getIterator$5(O, iteratorMethod);
next = iterator.next;
result = IS_CONSTRUCTOR ? new this() : [];
- for (;!(step = call$17(next, iterator)).done; index++) {
+ for (;!(step = call$15(next, iterator)).done; index++) {
value = mapping ? callWithSafeIterationClosing$2(iterator, mapfn, [step.value, index], true) : step.value;
createProperty$9(result, index, value);
}
@@ -3169,7 +3141,7 @@ var checkCorrectnessOfIteration$4 = function (exec, SKIP_CLOSING) {
};
var $$59 = _export;
-var from$4 = arrayFrom$1;
+var from = arrayFrom$1;
var checkCorrectnessOfIteration$3 = checkCorrectnessOfIteration$4;
var INCORRECT_ITERATION = !checkCorrectnessOfIteration$3(function (iterable) {
@@ -3180,7 +3152,7 @@ var INCORRECT_ITERATION = !checkCorrectnessOfIteration$3(function (iterable) {
// `Array.from` method
// https://tc39.es/ecma262/#sec-array.from
$$59({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {
- from: from$4
+ from: from
});
var $$58 = _export;
@@ -3238,9 +3210,9 @@ $$56({ target: 'Array', stat: true }, {
});
var fails$19 = fails$1u;
-var isCallable$q = isCallable$J;
-var isObject$B = isObject$L;
-var getPrototypeOf$g = objectGetPrototypeOf$2;
+var isCallable$q = isCallable$I;
+var isObject$B = isObject$M;
+var getPrototypeOf$f = objectGetPrototypeOf$2;
var defineBuiltIn$p = defineBuiltIn$u;
var wellKnownSymbol$C = wellKnownSymbol$S;
@@ -3257,7 +3229,7 @@ if ([].keys) {
// Safari 8 has buggy iterators w/o `next`
if (!('next' in arrayIterator$1)) BUGGY_SAFARI_ITERATORS$1 = true;
else {
- PrototypeOfArrayIteratorPrototype = getPrototypeOf$g(getPrototypeOf$g(arrayIterator$1));
+ PrototypeOfArrayIteratorPrototype = getPrototypeOf$f(getPrototypeOf$f(arrayIterator$1));
if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype$6 = PrototypeOfArrayIteratorPrototype;
}
}
@@ -3300,11 +3272,11 @@ var iteratorCreateConstructor = function (IteratorConstructor, NAME, next, ENUME
};
var $$55 = _export;
-var call$16 = functionCall;
+var call$14 = functionCall;
var FunctionName$1 = functionName;
-var isCallable$p = isCallable$J;
+var isCallable$p = isCallable$I;
var createIteratorConstructor$6 = iteratorCreateConstructor;
-var getPrototypeOf$f = objectGetPrototypeOf$2;
+var getPrototypeOf$e = objectGetPrototypeOf$2;
var setPrototypeOf$7 = objectSetPrototypeOf$1;
var setToStringTag$a = setToStringTag$e;
var createNonEnumerableProperty$c = createNonEnumerableProperty$j;
@@ -3352,9 +3324,9 @@ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAUL
// fix native
if (anyNativeIterator) {
- CurrentIteratorPrototype = getPrototypeOf$f(anyNativeIterator.call(new Iterable()));
+ CurrentIteratorPrototype = getPrototypeOf$e(anyNativeIterator.call(new Iterable()));
if (CurrentIteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {
- if (getPrototypeOf$f(CurrentIteratorPrototype) !== IteratorPrototype$4) {
+ if (getPrototypeOf$e(CurrentIteratorPrototype) !== IteratorPrototype$4) {
if (setPrototypeOf$7) {
setPrototypeOf$7(CurrentIteratorPrototype, IteratorPrototype$4);
} else if (!isCallable$p(CurrentIteratorPrototype[ITERATOR$8])) {
@@ -3372,7 +3344,7 @@ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAUL
createNonEnumerableProperty$c(IterablePrototype, 'name', VALUES);
} else {
INCORRECT_VALUES_NAME = true;
- defaultIterator = function values() { return call$16(nativeIterator, this); };
+ defaultIterator = function values() { return call$14(nativeIterator, this); };
}
}
@@ -3412,7 +3384,7 @@ var InternalStateModule$l = internalState;
var defineProperty$b = objectDefineProperty.f;
var defineIterator$2 = iteratorDefine;
var createIterResultObject$g = createIterResultObject$h;
-var DESCRIPTORS$H = descriptors;
+var DESCRIPTORS$I = descriptors;
var ARRAY_ITERATOR = 'Array Iterator';
var setInternalState$l = InternalStateModule$l.set;
@@ -3462,7 +3434,7 @@ addToUnscopables$e('values');
addToUnscopables$e('entries');
// V8 ~ Chrome 45- bug
-if (DESCRIPTORS$H && values.name !== 'values') try {
+if (DESCRIPTORS$I && values.name !== 'values') try {
defineProperty$b(values, 'name', { value: 'values' });
} catch (error) { /* empty */ }
@@ -3489,7 +3461,7 @@ $$54({ target: 'Array', proto: true, forced: FORCED$A }, {
var apply$a = functionApply$1;
var toIndexedObject$b = toIndexedObject$k;
var toIntegerOrInfinity$k = toIntegerOrInfinity$p;
-var lengthOfArrayLike$o = lengthOfArrayLike$C;
+var lengthOfArrayLike$o = lengthOfArrayLike$B;
var arrayMethodIsStrict$6 = arrayMethodIsStrict$b;
var min$b = Math.min;
@@ -3540,7 +3512,7 @@ $$52({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$2 }, {
var $$51 = _export;
var fails$18 = fails$1u;
var isConstructor$7 = isConstructor$a;
-var createProperty$8 = createProperty$c;
+var createProperty$8 = createProperty$b;
var $Array$9 = Array;
@@ -3564,15 +3536,15 @@ $$51({ target: 'Array', stat: true, forced: ISNT_GENERIC }, {
}
});
-var DESCRIPTORS$G = descriptors;
+var DESCRIPTORS$H = descriptors;
var isArray$5 = isArray$b;
-var $TypeError$B = TypeError;
+var $TypeError$A = TypeError;
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
-var getOwnPropertyDescriptor$c = Object.getOwnPropertyDescriptor;
+var getOwnPropertyDescriptor$b = Object.getOwnPropertyDescriptor;
// Safari < 13 does not throw an error in this case
-var SILENT_ON_NON_WRITABLE_LENGTH_SET = DESCRIPTORS$G && !function () {
+var SILENT_ON_NON_WRITABLE_LENGTH_SET = DESCRIPTORS$H && !function () {
// makes no sense without proper strict mode support
if (this !== undefined) return true;
try {
@@ -3584,16 +3556,16 @@ var SILENT_ON_NON_WRITABLE_LENGTH_SET = DESCRIPTORS$G && !function () {
}();
var arraySetLength = SILENT_ON_NON_WRITABLE_LENGTH_SET ? function (O, length) {
- if (isArray$5(O) && !getOwnPropertyDescriptor$c(O, 'length').writable) {
- throw new $TypeError$B('Cannot set read only .length');
+ if (isArray$5(O) && !getOwnPropertyDescriptor$b(O, 'length').writable) {
+ throw new $TypeError$A('Cannot set read only .length');
} return O.length = length;
} : function (O, length) {
return O.length = length;
};
var $$50 = _export;
-var toObject$q = toObject$D;
-var lengthOfArrayLike$n = lengthOfArrayLike$C;
+var toObject$r = toObject$E;
+var lengthOfArrayLike$n = lengthOfArrayLike$B;
var setArrayLength$2 = arraySetLength;
var doesNotExceedSafeInteger$4 = doesNotExceedSafeInteger$7;
var fails$17 = fails$1u;
@@ -3602,7 +3574,7 @@ var INCORRECT_TO_LENGTH = fails$17(function () {
return [].push.call({ length: 0x100000000 }, 1) !== 4294967297;
});
-// V8 and Safari <= 15.4, FF < 23 throws InternalError
+// V8 <= 121 and Safari <= 15.4; FF < 23 throws InternalError
// https://bugs.chromium.org/p/v8/issues/detail?id=12681
var properErrorOnNonWritableLength$1 = function () {
try {
@@ -3620,7 +3592,7 @@ var FORCED$y = INCORRECT_TO_LENGTH || !properErrorOnNonWritableLength$1();
$$50({ target: 'Array', proto: true, arity: 1, forced: FORCED$y }, {
// eslint-disable-next-line no-unused-vars -- required for `.length`
push: function push(item) {
- var O = toObject$q(this);
+ var O = toObject$r(this);
var len = lengthOfArrayLike$n(O);
var argCount = arguments.length;
doesNotExceedSafeInteger$4(len + argCount);
@@ -3633,20 +3605,20 @@ $$50({ target: 'Array', proto: true, arity: 1, forced: FORCED$y }, {
}
});
-var aCallable$H = aCallable$N;
-var toObject$p = toObject$D;
+var aCallable$G = aCallable$M;
+var toObject$q = toObject$E;
var IndexedObject$3 = indexedObject;
-var lengthOfArrayLike$m = lengthOfArrayLike$C;
+var lengthOfArrayLike$m = lengthOfArrayLike$B;
-var $TypeError$A = TypeError;
+var $TypeError$z = TypeError;
// `Array.prototype.{ reduce, reduceRight }` methods implementation
var createMethod$5 = function (IS_RIGHT) {
return function (that, callbackfn, argumentsLength, memo) {
- var O = toObject$p(that);
+ var O = toObject$q(that);
var self = IndexedObject$3(O);
var length = lengthOfArrayLike$m(O);
- aCallable$H(callbackfn);
+ aCallable$G(callbackfn);
var index = IS_RIGHT ? length - 1 : 0;
var i = IS_RIGHT ? -1 : 1;
if (argumentsLength < 2) while (true) {
@@ -3657,7 +3629,7 @@ var createMethod$5 = function (IS_RIGHT) {
}
index += i;
if (IS_RIGHT ? index < 0 : length <= index) {
- throw new $TypeError$A('Reduce of empty array with no initial value');
+ throw new $TypeError$z('Reduce of empty array with no initial value');
}
}
for (;IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) {
@@ -3677,19 +3649,19 @@ var arrayReduce = {
};
var global$X = global$1a;
-var classof$k = classofRaw$2;
+var classof$j = classofRaw$2;
-var engineIsNode = classof$k(global$X.process) === 'process';
+var engineIsNode = classof$j(global$X.process) === 'process';
var $$4$ = _export;
var $reduce$1 = arrayReduce.left;
var arrayMethodIsStrict$5 = arrayMethodIsStrict$b;
var CHROME_VERSION$1 = engineV8Version;
-var IS_NODE$8 = engineIsNode;
+var IS_NODE$7 = engineIsNode;
// Chrome 80-82 has a critical bug
// https://bugs.chromium.org/p/chromium/issues/detail?id=1049982
-var CHROME_BUG$1 = !IS_NODE$8 && CHROME_VERSION$1 > 79 && CHROME_VERSION$1 < 83;
+var CHROME_BUG$1 = !IS_NODE$7 && CHROME_VERSION$1 > 79 && CHROME_VERSION$1 < 83;
var FORCED$x = CHROME_BUG$1 || !arrayMethodIsStrict$5('reduce');
// `Array.prototype.reduce` method
@@ -3705,11 +3677,11 @@ var $$4_ = _export;
var $reduceRight$1 = arrayReduce.right;
var arrayMethodIsStrict$4 = arrayMethodIsStrict$b;
var CHROME_VERSION = engineV8Version;
-var IS_NODE$7 = engineIsNode;
+var IS_NODE$6 = engineIsNode;
// Chrome 80-82 has a critical bug
// https://bugs.chromium.org/p/chromium/issues/detail?id=1049982
-var CHROME_BUG = !IS_NODE$7 && CHROME_VERSION > 79 && CHROME_VERSION < 83;
+var CHROME_BUG = !IS_NODE$6 && CHROME_VERSION > 79 && CHROME_VERSION < 83;
var FORCED$w = CHROME_BUG || !arrayMethodIsStrict$4('reduceRight');
// `Array.prototype.reduceRight` method
@@ -3742,11 +3714,11 @@ $$4Z({ target: 'Array', proto: true, forced: String(test$1) === String(test$1.re
var $$4Y = _export;
var isArray$3 = isArray$b;
var isConstructor$6 = isConstructor$a;
-var isObject$A = isObject$L;
-var toAbsoluteIndex$6 = toAbsoluteIndex$b;
-var lengthOfArrayLike$l = lengthOfArrayLike$C;
+var isObject$A = isObject$M;
+var toAbsoluteIndex$6 = toAbsoluteIndex$a;
+var lengthOfArrayLike$l = lengthOfArrayLike$B;
var toIndexedObject$a = toIndexedObject$k;
-var createProperty$7 = createProperty$c;
+var createProperty$7 = createProperty$b;
var wellKnownSymbol$A = wellKnownSymbol$S;
var arrayMethodHasSpeciesSupport$1 = arrayMethodHasSpeciesSupport$5;
var nativeSlice = arraySlice$b;
@@ -3802,50 +3774,47 @@ $$4X({ target: 'Array', proto: true, forced: !STRICT_METHOD$1 }, {
}
});
-var arraySlice$9 = arraySliceSimple;
+var arraySlice$8 = arraySlice$b;
var floor$9 = Math.floor;
-var mergeSort = function (array, comparefn) {
+var sort$2 = function (array, comparefn) {
var length = array.length;
- var middle = floor$9(length / 2);
- return length < 8 ? insertionSort(array, comparefn) : merge(
- array,
- mergeSort(arraySlice$9(array, 0, middle), comparefn),
- mergeSort(arraySlice$9(array, middle), comparefn),
- comparefn
- );
-};
-var insertionSort = function (array, comparefn) {
- var length = array.length;
- var i = 1;
- var element, j;
+ if (length < 8) {
+ // insertion sort
+ var i = 1;
+ var element, j;
- while (i < length) {
- j = i;
- element = array[i];
- while (j && comparefn(array[j - 1], element) > 0) {
- array[j] = array[--j];
+ while (i < length) {
+ j = i;
+ element = array[i];
+ while (j && comparefn(array[j - 1], element) > 0) {
+ array[j] = array[--j];
+ }
+ if (j !== i++) array[j] = element;
}
- if (j !== i++) array[j] = element;
- } return array;
-};
-
-var merge = function (array, left, right, comparefn) {
- var llength = left.length;
- var rlength = right.length;
- var lindex = 0;
- var rindex = 0;
+ } else {
+ // merge sort
+ var middle = floor$9(length / 2);
+ var left = sort$2(arraySlice$8(array, 0, middle), comparefn);
+ var right = sort$2(arraySlice$8(array, middle), comparefn);
+ var llength = left.length;
+ var rlength = right.length;
+ var lindex = 0;
+ var rindex = 0;
+
+ while (lindex < llength || rindex < rlength) {
+ array[lindex + rindex] = (lindex < llength && rindex < rlength)
+ ? comparefn(left[lindex], right[rindex]) <= 0 ? left[lindex++] : right[rindex++]
+ : lindex < llength ? left[lindex++] : right[rindex++];
+ }
+ }
- while (lindex < llength || rindex < rlength) {
- array[lindex + rindex] = (lindex < llength && rindex < rlength)
- ? comparefn(left[lindex], right[rindex]) <= 0 ? left[lindex++] : right[rindex++]
- : lindex < llength ? left[lindex++] : right[rindex++];
- } return array;
+ return array;
};
-var arraySort$1 = mergeSort;
+var arraySort$1 = sort$2;
var userAgent$5 = engineUserAgent;
@@ -3865,9 +3834,9 @@ var engineWebkitVersion = !!webkit && +webkit[1];
var $$4W = _export;
var uncurryThis$1B = functionUncurryThis;
-var aCallable$G = aCallable$N;
-var toObject$o = toObject$D;
-var lengthOfArrayLike$k = lengthOfArrayLike$C;
+var aCallable$F = aCallable$M;
+var toObject$p = toObject$E;
+var lengthOfArrayLike$k = lengthOfArrayLike$B;
var deletePropertyOrThrow$2 = deletePropertyOrThrow$4;
var toString$E = toString$J;
var fails$16 = fails$1u;
@@ -3880,7 +3849,7 @@ var WEBKIT$2 = engineWebkitVersion;
var test = [];
var nativeSort$1 = uncurryThis$1B(test.sort);
-var push$o = uncurryThis$1B(test.push);
+var push$n = uncurryThis$1B(test.push);
// IE8-
var FAILS_ON_UNDEFINED = fails$16(function () {
@@ -3943,9 +3912,9 @@ var getSortCompare$1 = function (comparefn) {
// https://tc39.es/ecma262/#sec-array.prototype.sort
$$4W({ target: 'Array', proto: true, forced: FORCED$v }, {
sort: function sort(comparefn) {
- if (comparefn !== undefined) aCallable$G(comparefn);
+ if (comparefn !== undefined) aCallable$F(comparefn);
- var array = toObject$o(this);
+ var array = toObject$p(this);
if (STABLE_SORT$1) return comparefn === undefined ? nativeSort$1(array) : nativeSort$1(array, comparefn);
@@ -3954,7 +3923,7 @@ $$4W({ target: 'Array', proto: true, forced: FORCED$v }, {
var itemsLength, index;
for (index = 0; index < arrayLength; index++) {
- if (index in array) push$o(items, array[index]);
+ if (index in array) push$n(items, array[index]);
}
internalSort$1(items, getSortCompare$1(comparefn));
@@ -3972,14 +3941,14 @@ $$4W({ target: 'Array', proto: true, forced: FORCED$v }, {
var getBuiltIn$B = getBuiltIn$M;
var defineBuiltInAccessor$m = defineBuiltInAccessor$p;
var wellKnownSymbol$z = wellKnownSymbol$S;
-var DESCRIPTORS$F = descriptors;
+var DESCRIPTORS$G = descriptors;
var SPECIES$3 = wellKnownSymbol$z('species');
var setSpecies$7 = function (CONSTRUCTOR_NAME) {
var Constructor = getBuiltIn$B(CONSTRUCTOR_NAME);
- if (DESCRIPTORS$F && Constructor && !Constructor[SPECIES$3]) {
+ if (DESCRIPTORS$G && Constructor && !Constructor[SPECIES$3]) {
defineBuiltInAccessor$m(Constructor, SPECIES$3, {
configurable: true,
get: function () { return this; }
@@ -3994,14 +3963,14 @@ var setSpecies$6 = setSpecies$7;
setSpecies$6('Array');
var $$4V = _export;
-var toObject$n = toObject$D;
-var toAbsoluteIndex$5 = toAbsoluteIndex$b;
+var toObject$o = toObject$E;
+var toAbsoluteIndex$5 = toAbsoluteIndex$a;
var toIntegerOrInfinity$j = toIntegerOrInfinity$p;
-var lengthOfArrayLike$j = lengthOfArrayLike$C;
+var lengthOfArrayLike$j = lengthOfArrayLike$B;
var setArrayLength$1 = arraySetLength;
var doesNotExceedSafeInteger$3 = doesNotExceedSafeInteger$7;
var arraySpeciesCreate = arraySpeciesCreate$5;
-var createProperty$6 = createProperty$c;
+var createProperty$6 = createProperty$b;
var deletePropertyOrThrow$1 = deletePropertyOrThrow$4;
var arrayMethodHasSpeciesSupport = arrayMethodHasSpeciesSupport$5;
@@ -4015,7 +3984,7 @@ var min$a = Math.min;
// with adding support of @@species
$$4V({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
splice: function splice(start, deleteCount /* , ...items */) {
- var O = toObject$n(this);
+ var O = toObject$o(this);
var len = lengthOfArrayLike$j(O);
var actualStart = toAbsoluteIndex$5(start, len);
var argumentsLength = arguments.length;
@@ -4060,7 +4029,7 @@ $$4V({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
}
});
-var lengthOfArrayLike$i = lengthOfArrayLike$C;
+var lengthOfArrayLike$i = lengthOfArrayLike$B;
// https://tc39.es/proposal-change-array-by-copy/#sec-array.prototype.toReversed
// https://tc39.es/proposal-change-array-by-copy/#sec-%typedarray%.prototype.toReversed
@@ -4089,9 +4058,9 @@ $$4U({ target: 'Array', proto: true }, {
addToUnscopables$d('toReversed');
-var lengthOfArrayLike$h = lengthOfArrayLike$C;
+var lengthOfArrayLike$h = lengthOfArrayLike$B;
-var arrayFromConstructorAndList$7 = function (Constructor, list, $length) {
+var arrayFromConstructorAndList$8 = function (Constructor, list, $length) {
var index = 0;
var length = arguments.length > 2 ? $length : lengthOfArrayLike$h(list);
var result = new Constructor(length);
@@ -4109,9 +4078,9 @@ var getBuiltInPrototypeMethod$2 = function (CONSTRUCTOR, METHOD) {
var $$4T = _export;
var uncurryThis$1A = functionUncurryThis;
-var aCallable$F = aCallable$N;
+var aCallable$E = aCallable$M;
var toIndexedObject$8 = toIndexedObject$k;
-var arrayFromConstructorAndList$6 = arrayFromConstructorAndList$7;
+var arrayFromConstructorAndList$7 = arrayFromConstructorAndList$8;
var getBuiltInPrototypeMethod$1 = getBuiltInPrototypeMethod$2;
var addToUnscopables$c = addToUnscopables$n;
@@ -4122,9 +4091,9 @@ var sort$1 = uncurryThis$1A(getBuiltInPrototypeMethod$1('Array', 'sort'));
// https://tc39.es/ecma262/#sec-array.prototype.tosorted
$$4T({ target: 'Array', proto: true }, {
toSorted: function toSorted(compareFn) {
- if (compareFn !== undefined) aCallable$F(compareFn);
+ if (compareFn !== undefined) aCallable$E(compareFn);
var O = toIndexedObject$8(this);
- var A = arrayFromConstructorAndList$6($Array$6, O);
+ var A = arrayFromConstructorAndList$7($Array$6, O);
return sort$1(A, compareFn);
}
});
@@ -4134,8 +4103,8 @@ addToUnscopables$c('toSorted');
var $$4S = _export;
var addToUnscopables$b = addToUnscopables$n;
var doesNotExceedSafeInteger$2 = doesNotExceedSafeInteger$7;
-var lengthOfArrayLike$g = lengthOfArrayLike$C;
-var toAbsoluteIndex$4 = toAbsoluteIndex$b;
+var lengthOfArrayLike$g = lengthOfArrayLike$B;
+var toAbsoluteIndex$4 = toAbsoluteIndex$a;
var toIndexedObject$7 = toIndexedObject$k;
var toIntegerOrInfinity$i = toIntegerOrInfinity$p;
@@ -4190,8 +4159,8 @@ var addToUnscopables$9 = addToUnscopables$n;
addToUnscopables$9('flatMap');
var $$4R = _export;
-var toObject$m = toObject$D;
-var lengthOfArrayLike$f = lengthOfArrayLike$C;
+var toObject$n = toObject$E;
+var lengthOfArrayLike$f = lengthOfArrayLike$B;
var setArrayLength = arraySetLength;
var deletePropertyOrThrow = deletePropertyOrThrow$4;
var doesNotExceedSafeInteger$1 = doesNotExceedSafeInteger$7;
@@ -4216,7 +4185,7 @@ var FORCED$u = INCORRECT_RESULT || !properErrorOnNonWritableLength();
$$4R({ target: 'Array', proto: true, arity: 1, forced: FORCED$u }, {
// eslint-disable-next-line no-unused-vars -- required for `.length`
unshift: function unshift(item) {
- var O = toObject$m(this);
+ var O = toObject$n(this);
var len = lengthOfArrayLike$f(O);
var argCount = arguments.length;
if (argCount) {
@@ -4234,7 +4203,7 @@ $$4R({ target: 'Array', proto: true, arity: 1, forced: FORCED$u }, {
}
});
-var lengthOfArrayLike$e = lengthOfArrayLike$C;
+var lengthOfArrayLike$e = lengthOfArrayLike$B;
var toIntegerOrInfinity$h = toIntegerOrInfinity$p;
var $RangeError$d = RangeError;
@@ -4276,13 +4245,13 @@ var defineBuiltIns$b = function (target, src, options) {
return target;
};
-var isPrototypeOf$8 = objectIsPrototypeOf;
+var isPrototypeOf$9 = objectIsPrototypeOf;
-var $TypeError$z = TypeError;
+var $TypeError$y = TypeError;
var anInstance$f = function (it, Prototype) {
- if (isPrototypeOf$8(Prototype, it)) return it;
- throw new $TypeError$z('Incorrect invocation');
+ if (isPrototypeOf$9(Prototype, it)) return it;
+ throw new $TypeError$y('Incorrect invocation');
};
var toIntegerOrInfinity$g = toIntegerOrInfinity$p;
@@ -4450,7 +4419,7 @@ var ieee754 = {
var global$V = global$1a;
var uncurryThis$1z = functionUncurryThis;
-var DESCRIPTORS$E = descriptors;
+var DESCRIPTORS$F = descriptors;
var NATIVE_ARRAY_BUFFER$2 = arrayBufferBasicDetection;
var FunctionName = functionName;
var createNonEnumerableProperty$b = createNonEnumerableProperty$j;
@@ -4463,11 +4432,12 @@ var toLength$a = toLength$d;
var toIndex$4 = toIndex$5;
var fround$2 = mathFround;
var IEEE754 = ieee754;
-var getPrototypeOf$e = objectGetPrototypeOf$2;
+var getPrototypeOf$d = objectGetPrototypeOf$2;
var setPrototypeOf$6 = objectSetPrototypeOf$1;
-var getOwnPropertyNames$5 = objectGetOwnPropertyNames.f;
var arrayFill = arrayFill$1;
-var arraySlice$8 = arraySliceSimple;
+var arraySlice$7 = arraySlice$b;
+var inheritIfRequired$5 = inheritIfRequired$7;
+var copyConstructorProperties$2 = copyConstructorProperties$7;
var setToStringTag$9 = setToStringTag$e;
var InternalStateModule$k = internalState;
@@ -4535,7 +4505,7 @@ var get$5 = function (view, count, index, isLittleEndian) {
if (intIndex + count > store.byteLength) throw new RangeError$3(WRONG_INDEX);
var bytes = store.bytes;
var start = intIndex + store.byteOffset;
- var pack = arraySlice$8(bytes, start, start + count);
+ var pack = arraySlice$7(bytes, start, start + count);
return boolIsLittleEndian ? pack : reverse(pack);
};
@@ -4559,7 +4529,7 @@ if (!NATIVE_ARRAY_BUFFER$2) {
bytes: fill(Array$3(byteLength), 0),
byteLength: byteLength
});
- if (!DESCRIPTORS$E) {
+ if (!DESCRIPTORS$F) {
this.byteLength = byteLength;
this.detached = false;
}
@@ -4583,7 +4553,7 @@ if (!NATIVE_ARRAY_BUFFER$2) {
byteOffset: offset,
bytes: bufferState.bytes
});
- if (!DESCRIPTORS$E) {
+ if (!DESCRIPTORS$F) {
this.buffer = buffer;
this.byteLength = byteLength;
this.byteOffset = offset;
@@ -4592,7 +4562,7 @@ if (!NATIVE_ARRAY_BUFFER$2) {
DataViewPrototype$2 = $DataView[PROTOTYPE];
- if (DESCRIPTORS$E) {
+ if (DESCRIPTORS$F) {
addGetter$2($ArrayBuffer$1, 'byteLength', getInternalArrayBufferState);
addGetter$2($DataView, 'buffer', getInternalDataViewState);
addGetter$2($DataView, 'byteLength', getInternalDataViewState);
@@ -4667,24 +4637,20 @@ if (!NATIVE_ARRAY_BUFFER$2) {
/* eslint-enable no-new -- required for testing */
$ArrayBuffer$1 = function ArrayBuffer(length) {
anInstance$e(this, ArrayBufferPrototype$3);
- return new NativeArrayBuffer$1(toIndex$4(length));
+ return inheritIfRequired$5(new NativeArrayBuffer$1(toIndex$4(length)), this, $ArrayBuffer$1);
};
$ArrayBuffer$1[PROTOTYPE] = ArrayBufferPrototype$3;
- for (var keys$2 = getOwnPropertyNames$5(NativeArrayBuffer$1), j = 0, key$2; keys$2.length > j;) {
- if (!((key$2 = keys$2[j++]) in $ArrayBuffer$1)) {
- createNonEnumerableProperty$b($ArrayBuffer$1, key$2, NativeArrayBuffer$1[key$2]);
- }
- }
-
ArrayBufferPrototype$3.constructor = $ArrayBuffer$1;
+
+ copyConstructorProperties$2($ArrayBuffer$1, NativeArrayBuffer$1);
} else if (INCORRECT_ARRAY_BUFFER_NAME && CONFIGURABLE_FUNCTION_NAME) {
createNonEnumerableProperty$b(NativeArrayBuffer$1, 'name', ARRAY_BUFFER$1);
}
// WebKit bug - the same parent prototype for typed arrays and data view
- if (setPrototypeOf$6 && getPrototypeOf$e(DataViewPrototype$2) !== ObjectPrototype$3) {
+ if (setPrototypeOf$6 && getPrototypeOf$d(DataViewPrototype$2) !== ObjectPrototype$3) {
setPrototypeOf$6(DataViewPrototype$2, ObjectPrototype$3);
}
@@ -4729,18 +4695,18 @@ $$4P({ global: true, constructor: true, forced: NativeArrayBuffer !== ArrayBuffe
setSpecies$5(ARRAY_BUFFER);
var NATIVE_ARRAY_BUFFER$1 = arrayBufferBasicDetection;
-var DESCRIPTORS$D = descriptors;
+var DESCRIPTORS$E = descriptors;
var global$T = global$1a;
-var isCallable$o = isCallable$J;
-var isObject$z = isObject$L;
+var isCallable$o = isCallable$I;
+var isObject$z = isObject$M;
var hasOwn$q = hasOwnProperty_1;
-var classof$j = classof$r;
+var classof$i = classof$q;
var tryToString$1 = tryToString$7;
var createNonEnumerableProperty$a = createNonEnumerableProperty$j;
var defineBuiltIn$m = defineBuiltIn$u;
var defineBuiltInAccessor$k = defineBuiltInAccessor$p;
-var isPrototypeOf$7 = objectIsPrototypeOf;
-var getPrototypeOf$d = objectGetPrototypeOf$2;
+var isPrototypeOf$8 = objectIsPrototypeOf;
+var getPrototypeOf$c = objectGetPrototypeOf$2;
var setPrototypeOf$5 = objectSetPrototypeOf$1;
var wellKnownSymbol$y = wellKnownSymbol$S;
var uid$3 = uid$7;
@@ -4752,8 +4718,8 @@ var Int8Array$4 = global$T.Int8Array;
var Int8ArrayPrototype$1 = Int8Array$4 && Int8Array$4.prototype;
var Uint8ClampedArray$1 = global$T.Uint8ClampedArray;
var Uint8ClampedArrayPrototype = Uint8ClampedArray$1 && Uint8ClampedArray$1.prototype;
-var TypedArray$1 = Int8Array$4 && getPrototypeOf$d(Int8Array$4);
-var TypedArrayPrototype$2 = Int8ArrayPrototype$1 && getPrototypeOf$d(Int8ArrayPrototype$1);
+var TypedArray$1 = Int8Array$4 && getPrototypeOf$c(Int8Array$4);
+var TypedArrayPrototype$2 = Int8ArrayPrototype$1 && getPrototypeOf$c(Int8ArrayPrototype$1);
var ObjectPrototype$2 = Object.prototype;
var TypeError$7 = global$T.TypeError;
@@ -4761,7 +4727,7 @@ var TO_STRING_TAG$7 = wellKnownSymbol$y('toStringTag');
var TYPED_ARRAY_TAG$1 = uid$3('TYPED_ARRAY_TAG');
var TYPED_ARRAY_CONSTRUCTOR = 'TypedArrayConstructor';
// Fixing native typed arrays in Opera Presto crashes the browser, see #595
-var NATIVE_ARRAY_BUFFER_VIEWS$3 = NATIVE_ARRAY_BUFFER$1 && !!setPrototypeOf$5 && classof$j(global$T.opera) !== 'Opera';
+var NATIVE_ARRAY_BUFFER_VIEWS$3 = NATIVE_ARRAY_BUFFER$1 && !!setPrototypeOf$5 && classof$i(global$T.opera) !== 'Opera';
var TYPED_ARRAY_TAG_REQUIRED = false;
var NAME$1, Constructor, Prototype;
@@ -4784,14 +4750,14 @@ var BigIntArrayConstructorsList = {
var isView = function isView(it) {
if (!isObject$z(it)) return false;
- var klass = classof$j(it);
+ var klass = classof$i(it);
return klass === 'DataView'
|| hasOwn$q(TypedArrayConstructorsList, klass)
|| hasOwn$q(BigIntArrayConstructorsList, klass);
};
var getTypedArrayConstructor$6 = function (it) {
- var proto = getPrototypeOf$d(it);
+ var proto = getPrototypeOf$c(it);
if (!isObject$z(proto)) return;
var state = getInternalState$d(proto);
return (state && hasOwn$q(state, TYPED_ARRAY_CONSTRUCTOR)) ? state[TYPED_ARRAY_CONSTRUCTOR] : getTypedArrayConstructor$6(proto);
@@ -4799,7 +4765,7 @@ var getTypedArrayConstructor$6 = function (it) {
var isTypedArray$1 = function (it) {
if (!isObject$z(it)) return false;
- var klass = classof$j(it);
+ var klass = classof$i(it);
return hasOwn$q(TypedArrayConstructorsList, klass)
|| hasOwn$q(BigIntArrayConstructorsList, klass);
};
@@ -4809,13 +4775,13 @@ var aTypedArray$x = function (it) {
throw new TypeError$7('Target is not a typed array');
};
-var aTypedArrayConstructor$5 = function (C) {
- if (isCallable$o(C) && (!setPrototypeOf$5 || isPrototypeOf$7(TypedArray$1, C))) return C;
+var aTypedArrayConstructor$4 = function (C) {
+ if (isCallable$o(C) && (!setPrototypeOf$5 || isPrototypeOf$8(TypedArray$1, C))) return C;
throw new TypeError$7(tryToString$1(C) + ' is not a typed array constructor');
};
var exportTypedArrayMethod$y = function (KEY, property, forced, options) {
- if (!DESCRIPTORS$D) return;
+ if (!DESCRIPTORS$E) return;
if (forced) for (var ARRAY in TypedArrayConstructorsList) {
var TypedArrayConstructor = global$T[ARRAY];
if (TypedArrayConstructor && hasOwn$q(TypedArrayConstructor.prototype, KEY)) try {
@@ -4835,7 +4801,7 @@ var exportTypedArrayMethod$y = function (KEY, property, forced, options) {
var exportTypedArrayStaticMethod$3 = function (KEY, property, forced) {
var ARRAY, TypedArrayConstructor;
- if (!DESCRIPTORS$D) return;
+ if (!DESCRIPTORS$E) return;
if (setPrototypeOf$5) {
if (forced) for (ARRAY in TypedArrayConstructorsList) {
TypedArrayConstructor = global$T[ARRAY];
@@ -4890,11 +4856,11 @@ if (!NATIVE_ARRAY_BUFFER_VIEWS$3 || !TypedArrayPrototype$2 || TypedArrayPrototyp
}
// WebKit bug - one more object in Uint8ClampedArray prototype chain
-if (NATIVE_ARRAY_BUFFER_VIEWS$3 && getPrototypeOf$d(Uint8ClampedArrayPrototype) !== TypedArrayPrototype$2) {
+if (NATIVE_ARRAY_BUFFER_VIEWS$3 && getPrototypeOf$c(Uint8ClampedArrayPrototype) !== TypedArrayPrototype$2) {
setPrototypeOf$5(Uint8ClampedArrayPrototype, TypedArrayPrototype$2);
}
-if (DESCRIPTORS$D && !hasOwn$q(TypedArrayPrototype$2, TO_STRING_TAG$7)) {
+if (DESCRIPTORS$E && !hasOwn$q(TypedArrayPrototype$2, TO_STRING_TAG$7)) {
TYPED_ARRAY_TAG_REQUIRED = true;
defineBuiltInAccessor$k(TypedArrayPrototype$2, TO_STRING_TAG$7, {
configurable: true,
@@ -4911,7 +4877,7 @@ var arrayBufferViewCore = {
NATIVE_ARRAY_BUFFER_VIEWS: NATIVE_ARRAY_BUFFER_VIEWS$3,
TYPED_ARRAY_TAG: TYPED_ARRAY_TAG_REQUIRED && TYPED_ARRAY_TAG$1,
aTypedArray: aTypedArray$x,
- aTypedArrayConstructor: aTypedArrayConstructor$5,
+ aTypedArrayConstructor: aTypedArrayConstructor$4,
exportTypedArrayMethod: exportTypedArrayMethod$y,
exportTypedArrayStaticMethod: exportTypedArrayStaticMethod$3,
getTypedArrayConstructor: getTypedArrayConstructor$6,
@@ -4935,17 +4901,17 @@ $$4O({ target: 'ArrayBuffer', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS$2 }
var isConstructor$5 = isConstructor$a;
var tryToString = tryToString$7;
-var $TypeError$y = TypeError;
+var $TypeError$x = TypeError;
// `Assert: IsConstructor(argument) is true`
-var aConstructor$5 = function (argument) {
+var aConstructor$4 = function (argument) {
if (isConstructor$5(argument)) return argument;
- throw new $TypeError$y(tryToString(argument) + ' is not a constructor');
+ throw new $TypeError$x(tryToString(argument) + ' is not a constructor');
};
-var anObject$14 = anObject$1g;
-var aConstructor$4 = aConstructor$5;
-var isNullOrUndefined$g = isNullOrUndefined$k;
+var anObject$16 = anObject$1i;
+var aConstructor$3 = aConstructor$4;
+var isNullOrUndefined$f = isNullOrUndefined$j;
var wellKnownSymbol$x = wellKnownSymbol$S;
var SPECIES$2 = wellKnownSymbol$x('species');
@@ -4953,17 +4919,17 @@ var SPECIES$2 = wellKnownSymbol$x('species');
// `SpeciesConstructor` abstract operation
// https://tc39.es/ecma262/#sec-speciesconstructor
var speciesConstructor$6 = function (O, defaultConstructor) {
- var C = anObject$14(O).constructor;
+ var C = anObject$16(O).constructor;
var S;
- return C === undefined || isNullOrUndefined$g(S = anObject$14(C)[SPECIES$2]) ? defaultConstructor : aConstructor$4(S);
+ return C === undefined || isNullOrUndefined$f(S = anObject$16(C)[SPECIES$2]) ? defaultConstructor : aConstructor$3(S);
};
var $$4N = _export;
var uncurryThis$1y = functionUncurryThisClause;
var fails$14 = fails$1u;
var ArrayBufferModule$2 = arrayBuffer;
-var anObject$13 = anObject$1g;
-var toAbsoluteIndex$3 = toAbsoluteIndex$b;
+var anObject$15 = anObject$1i;
+var toAbsoluteIndex$3 = toAbsoluteIndex$a;
var toLength$9 = toLength$d;
var speciesConstructor$5 = speciesConstructor$6;
@@ -4983,9 +4949,9 @@ var INCORRECT_SLICE = fails$14(function () {
$$4N({ target: 'ArrayBuffer', proto: true, unsafe: true, forced: INCORRECT_SLICE }, {
slice: function slice(start, end) {
if (nativeArrayBufferSlice && end === undefined) {
- return nativeArrayBufferSlice(anObject$13(this), start); // FF fix
+ return nativeArrayBufferSlice(anObject$15(this), start); // FF fix
}
- var length = anObject$13(this).byteLength;
+ var length = anObject$15(this).byteLength;
var first = toAbsoluteIndex$3(start, length);
var fin = toAbsoluteIndex$3(end === undefined ? length : end, length);
var result = new (speciesConstructor$5(this, ArrayBuffer$4))(toLength$9(fin - first));
@@ -5177,7 +5143,7 @@ $$4H({ target: 'Date', proto: true, forced: Date.prototype.toISOString !== toISO
var $$4G = _export;
var fails$11 = fails$1u;
-var toObject$l = toObject$D;
+var toObject$m = toObject$E;
var toPrimitive$2 = toPrimitive$4;
var FORCED$s = fails$11(function () {
@@ -5190,23 +5156,23 @@ var FORCED$s = fails$11(function () {
$$4G({ target: 'Date', proto: true, arity: 1, forced: FORCED$s }, {
// eslint-disable-next-line no-unused-vars -- required for `.length`
toJSON: function toJSON(key) {
- var O = toObject$l(this);
+ var O = toObject$m(this);
var pv = toPrimitive$2(O, 'number');
return typeof pv == 'number' && !isFinite(pv) ? null : O.toISOString();
}
});
-var anObject$12 = anObject$1g;
+var anObject$14 = anObject$1i;
var ordinaryToPrimitive = ordinaryToPrimitive$2;
-var $TypeError$x = TypeError;
+var $TypeError$w = TypeError;
// `Date.prototype[@@toPrimitive](hint)` method implementation
// https://tc39.es/ecma262/#sec-date.prototype-@@toprimitive
var dateToPrimitive$1 = function (hint) {
- anObject$12(this);
+ anObject$14(this);
if (hint === 'string' || hint === 'default') hint = 'string';
- else if (hint !== 'number') throw new $TypeError$x('Incorrect hint');
+ else if (hint !== 'number') throw new $TypeError$w('Incorrect hint');
return ordinaryToPrimitive(this, hint);
};
@@ -5288,10 +5254,10 @@ $$4F({ global: true }, {
});
var uncurryThis$1q = functionUncurryThis;
-var aCallable$E = aCallable$N;
-var isObject$y = isObject$L;
+var aCallable$D = aCallable$M;
+var isObject$y = isObject$M;
var hasOwn$o = hasOwnProperty_1;
-var arraySlice$7 = arraySlice$b;
+var arraySlice$6 = arraySlice$b;
var NATIVE_BIND = functionBindNative;
var $Function = Function;
@@ -5312,11 +5278,11 @@ var construct = function (C, argsLength, args) {
// https://tc39.es/ecma262/#sec-function.prototype.bind
// eslint-disable-next-line es/no-function-prototype-bind -- detection
var functionBind = NATIVE_BIND ? $Function.bind : function bind(that /* , ...args */) {
- var F = aCallable$E(this);
+ var F = aCallable$D(this);
var Prototype = F.prototype;
- var partArgs = arraySlice$7(arguments, 1);
+ var partArgs = arraySlice$6(arguments, 1);
var boundFunction = function bound(/* args... */) {
- var args = concat$3(partArgs, arraySlice$7(arguments));
+ var args = concat$3(partArgs, arraySlice$6(arguments));
return this instanceof boundFunction ? construct(F, args.length, args) : F.apply(that, args);
};
if (isObject$y(Prototype)) boundFunction.prototype = Prototype;
@@ -5334,10 +5300,10 @@ $$4E({ target: 'Function', proto: true, forced: Function.bind !== bind$p }, {
bind: bind$p
});
-var isCallable$n = isCallable$J;
-var isObject$x = isObject$L;
+var isCallable$n = isCallable$I;
+var isObject$x = isObject$M;
var definePropertyModule$5 = objectDefineProperty;
-var getPrototypeOf$c = objectGetPrototypeOf$2;
+var isPrototypeOf$7 = objectIsPrototypeOf;
var wellKnownSymbol$v = wellKnownSymbol$S;
var makeBuiltIn$1 = makeBuiltInExports;
@@ -5350,14 +5316,11 @@ if (!(HAS_INSTANCE in FunctionPrototype$2)) {
definePropertyModule$5.f(FunctionPrototype$2, HAS_INSTANCE, { value: makeBuiltIn$1(function (O) {
if (!isCallable$n(this) || !isObject$x(O)) return false;
var P = this.prototype;
- if (!isObject$x(P)) return O instanceof this;
- // for environment w/o native `@@hasInstance` logic enough `instanceof`, but add this:
- while (O = getPrototypeOf$c(O)) if (P === O) return true;
- return false;
+ return isObject$x(P) ? isPrototypeOf$7(P, O) : O instanceof this;
}, HAS_INSTANCE) });
}
-var DESCRIPTORS$C = descriptors;
+var DESCRIPTORS$D = descriptors;
var FUNCTION_NAME_EXISTS = functionName.EXISTS;
var uncurryThis$1p = functionUncurryThis;
var defineBuiltInAccessor$j = defineBuiltInAccessor$p;
@@ -5370,7 +5333,7 @@ var NAME = 'name';
// Function instances `.name` property
// https://tc39.es/ecma262/#sec-function-instances-name
-if (DESCRIPTORS$C && !FUNCTION_NAME_EXISTS) {
+if (DESCRIPTORS$D && !FUNCTION_NAME_EXISTS) {
defineBuiltInAccessor$j(FunctionPrototype$1, NAME, {
configurable: true,
get: function () {
@@ -5413,8 +5376,8 @@ var arrayBufferNonExtensible = fails$10(function () {
});
var fails$$ = fails$1u;
-var isObject$w = isObject$L;
-var classof$i = classofRaw$2;
+var isObject$w = isObject$M;
+var classof$h = classofRaw$2;
var ARRAY_BUFFER_NON_EXTENSIBLE$2 = arrayBufferNonExtensible;
// eslint-disable-next-line es/no-object-isextensible -- safe
@@ -5425,7 +5388,7 @@ var FAILS_ON_PRIMITIVES$6 = fails$$(function () { $isExtensible$2(1); });
// https://tc39.es/ecma262/#sec-object.isextensible
var objectIsExtensible = (FAILS_ON_PRIMITIVES$6 || ARRAY_BUFFER_NON_EXTENSIBLE$2) ? function isExtensible(it) {
if (!isObject$w(it)) return false;
- if (ARRAY_BUFFER_NON_EXTENSIBLE$2 && classof$i(it) === 'ArrayBuffer') return false;
+ if (ARRAY_BUFFER_NON_EXTENSIBLE$2 && classof$h(it) === 'ArrayBuffer') return false;
return $isExtensible$2 ? $isExtensible$2(it) : true;
} : $isExtensible$2;
@@ -5439,7 +5402,7 @@ var freezing = !fails$_(function () {
var $$4C = _export;
var uncurryThis$1o = functionUncurryThis;
var hiddenKeys = hiddenKeys$6;
-var isObject$v = isObject$L;
+var isObject$v = isObject$M;
var hasOwn$n = hasOwnProperty_1;
var defineProperty$a = objectDefineProperty.f;
var getOwnPropertyNamesModule = objectGetOwnPropertyNames;
@@ -5536,13 +5499,13 @@ var defineBuiltIn$j = defineBuiltIn$u;
var InternalMetadataModule$1 = internalMetadataExports;
var iterate$E = iterate$G;
var anInstance$d = anInstance$f;
-var isCallable$m = isCallable$J;
-var isNullOrUndefined$f = isNullOrUndefined$k;
-var isObject$u = isObject$L;
+var isCallable$m = isCallable$I;
+var isNullOrUndefined$e = isNullOrUndefined$j;
+var isObject$u = isObject$M;
var fails$Z = fails$1u;
var checkCorrectnessOfIteration$2 = checkCorrectnessOfIteration$4;
var setToStringTag$7 = setToStringTag$e;
-var inheritIfRequired$4 = inheritIfRequired$6;
+var inheritIfRequired$4 = inheritIfRequired$7;
var collection$4 = function (CONSTRUCTOR_NAME, wrapper, common) {
var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1;
@@ -5605,7 +5568,7 @@ var collection$4 = function (CONSTRUCTOR_NAME, wrapper, common) {
Constructor = wrapper(function (dummy, iterable) {
anInstance$d(dummy, NativePrototype);
var that = inheritIfRequired$4(new NativeConstructor(), dummy, Constructor);
- if (!isNullOrUndefined$f(iterable)) iterate$E(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });
+ if (!isNullOrUndefined$e(iterable)) iterate$E(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });
return that;
});
Constructor.prototype = NativePrototype;
@@ -5639,12 +5602,12 @@ var defineBuiltInAccessor$i = defineBuiltInAccessor$p;
var defineBuiltIns$9 = defineBuiltIns$b;
var bind$o = functionBindContext;
var anInstance$c = anInstance$f;
-var isNullOrUndefined$e = isNullOrUndefined$k;
+var isNullOrUndefined$d = isNullOrUndefined$j;
var iterate$D = iterate$G;
var defineIterator$1 = iteratorDefine;
var createIterResultObject$f = createIterResultObject$h;
var setSpecies$4 = setSpecies$7;
-var DESCRIPTORS$B = descriptors;
+var DESCRIPTORS$C = descriptors;
var fastKey = internalMetadataExports.fastKey;
var InternalStateModule$i = internalState;
@@ -5662,8 +5625,8 @@ var collectionStrong$2 = {
last: undefined,
size: 0
});
- if (!DESCRIPTORS$B) that.size = 0;
- if (!isNullOrUndefined$e(iterable)) iterate$D(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });
+ if (!DESCRIPTORS$C) that.size = 0;
+ if (!isNullOrUndefined$d(iterable)) iterate$D(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });
});
var Prototype = Constructor.prototype;
@@ -5689,7 +5652,7 @@ var collectionStrong$2 = {
};
if (!state.first) state.first = entry;
if (previous) previous.next = entry;
- if (DESCRIPTORS$B) state.size++;
+ if (DESCRIPTORS$C) state.size++;
else that.size++;
// add to index
if (index !== 'F') state.index[index] = entry;
@@ -5715,16 +5678,15 @@ var collectionStrong$2 = {
clear: function clear() {
var that = this;
var state = getInternalState(that);
- var data = state.index;
var entry = state.first;
while (entry) {
entry.removed = true;
if (entry.previous) entry.previous = entry.previous.next = undefined;
- delete data[entry.index];
entry = entry.next;
}
state.first = state.last = undefined;
- if (DESCRIPTORS$B) state.size = 0;
+ state.index = create$f(null);
+ if (DESCRIPTORS$C) state.size = 0;
else that.size = 0;
},
// `{ Map, Set }.prototype.delete(key)` methods
@@ -5743,7 +5705,7 @@ var collectionStrong$2 = {
if (next) next.previous = prev;
if (state.first === entry) state.first = next;
if (state.last === entry) state.last = prev;
- if (DESCRIPTORS$B) state.size--;
+ if (DESCRIPTORS$C) state.size--;
else that.size--;
} return !!entry;
},
@@ -5787,7 +5749,7 @@ var collectionStrong$2 = {
return define(this, value = value === 0 ? 0 : value, value);
}
});
- if (DESCRIPTORS$B) defineBuiltInAccessor$i(Prototype, 'size', {
+ if (DESCRIPTORS$C) defineBuiltInAccessor$i(Prototype, 'size', {
configurable: true,
get: function () {
return getInternalState(this).size;
@@ -5867,30 +5829,30 @@ var mapHelpers = {
var $$4A = _export;
var uncurryThis$1l = functionUncurryThis;
-var aCallable$D = aCallable$N;
+var aCallable$C = aCallable$M;
var requireObjectCoercible$k = requireObjectCoercible$p;
var iterate$C = iterate$G;
-var MapHelpers$9 = mapHelpers;
+var MapHelpers$b = mapHelpers;
var IS_PURE$i = isPure;
-var Map$b = MapHelpers$9.Map;
-var has$c = MapHelpers$9.has;
-var get$4 = MapHelpers$9.get;
-var set$9 = MapHelpers$9.set;
-var push$n = uncurryThis$1l([].push);
+var Map$b = MapHelpers$b.Map;
+var has$c = MapHelpers$b.has;
+var get$4 = MapHelpers$b.get;
+var set$9 = MapHelpers$b.set;
+var push$m = uncurryThis$1l([].push);
// `Map.groupBy` method
// https://github.com/tc39/proposal-array-grouping
$$4A({ target: 'Map', stat: true, forced: IS_PURE$i }, {
groupBy: function groupBy(items, callbackfn) {
requireObjectCoercible$k(items);
- aCallable$D(callbackfn);
+ aCallable$C(callbackfn);
var map = new Map$b();
var k = 0;
iterate$C(items, function (value) {
var key = callbackfn(value, k++);
if (!has$c(map, key)) set$9(map, key, [value]);
- else push$n(get$4(map, key), value);
+ else push$m(get$4(map, key), value);
});
return map;
}
@@ -6255,19 +6217,19 @@ var stringTrim = {
var $$4i = _export;
var IS_PURE$h = isPure;
-var DESCRIPTORS$A = descriptors;
+var DESCRIPTORS$B = descriptors;
var global$P = global$1a;
var path = path$2;
var uncurryThis$1i = functionUncurryThis;
var isForced$2 = isForced_1;
var hasOwn$m = hasOwnProperty_1;
-var inheritIfRequired$3 = inheritIfRequired$6;
+var inheritIfRequired$3 = inheritIfRequired$7;
var isPrototypeOf$6 = objectIsPrototypeOf;
var isSymbol$3 = isSymbol$8;
var toPrimitive$1 = toPrimitive$4;
var fails$W = fails$1u;
var getOwnPropertyNames$4 = objectGetOwnPropertyNames.f;
-var getOwnPropertyDescriptor$b = objectGetOwnPropertyDescriptor.f;
+var getOwnPropertyDescriptor$a = objectGetOwnPropertyDescriptor.f;
var defineProperty$9 = objectDefineProperty.f;
var thisNumberValue$4 = thisNumberValue$5;
var trim$2 = stringTrim.trim;
@@ -6351,7 +6313,7 @@ $$4i({ global: true, constructor: true, wrap: true, forced: FORCED$k }, {
// Use `internal/copy-constructor-properties` helper in `core-js@4`
var copyConstructorProperties$1 = function (target, source) {
- for (var keys = DESCRIPTORS$A ? getOwnPropertyNames$4(source) : (
+ for (var keys = DESCRIPTORS$B ? getOwnPropertyNames$4(source) : (
// ES3:
'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' +
// ES2015 (in case, if modules with ES2015 Number statics required before):
@@ -6360,7 +6322,7 @@ var copyConstructorProperties$1 = function (target, source) {
'fromString,range'
).split(','), j = 0, key; keys.length > j; j++) {
if (hasOwn$m(source, key = keys[j]) && !hasOwn$m(target, key)) {
- defineProperty$9(target, key, getOwnPropertyDescriptor$b(source, key));
+ defineProperty$9(target, key, getOwnPropertyDescriptor$a(source, key));
}
}
};
@@ -6392,7 +6354,7 @@ var numberIsFinite$1 = numberIsFinite$2;
// https://tc39.es/ecma262/#sec-number.isfinite
$$4g({ target: 'Number', stat: true }, { isFinite: numberIsFinite$1 });
-var isObject$t = isObject$L;
+var isObject$t = isObject$M;
var floor$6 = Math.floor;
@@ -6776,14 +6738,14 @@ $$46({ target: 'Number', proto: true, forced: FORCED$f }, {
}
});
-var DESCRIPTORS$z = descriptors;
+var DESCRIPTORS$A = descriptors;
var uncurryThis$1c = functionUncurryThis;
-var call$15 = functionCall;
+var call$13 = functionCall;
var fails$Q = fails$1u;
var objectKeys$3 = objectKeys$6;
var getOwnPropertySymbolsModule = objectGetOwnPropertySymbols;
var propertyIsEnumerableModule = objectPropertyIsEnumerable;
-var toObject$k = toObject$D;
+var toObject$l = toObject$E;
var IndexedObject$2 = indexedObject;
// eslint-disable-next-line es/no-object-assign -- safe
@@ -6796,7 +6758,7 @@ var concat$2 = uncurryThis$1c([].concat);
// https://tc39.es/ecma262/#sec-object.assign
var objectAssign = !$assign || fails$Q(function () {
// should have correct order of operations (Edge bug)
- if (DESCRIPTORS$z && $assign({ b: 1 }, $assign(defineProperty$8({}, 'a', {
+ if (DESCRIPTORS$A && $assign({ b: 1 }, $assign(defineProperty$8({}, 'a', {
enumerable: true,
get: function () {
defineProperty$8(this, 'b', {
@@ -6815,7 +6777,7 @@ var objectAssign = !$assign || fails$Q(function () {
alphabet.split('').forEach(function (chr) { B[chr] = chr; });
return $assign({}, A)[symbol] !== 7 || objectKeys$3($assign({}, B)).join('') !== alphabet;
}) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length`
- var T = toObject$k(target);
+ var T = toObject$l(target);
var argumentsLength = arguments.length;
var index = 1;
var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
@@ -6828,7 +6790,7 @@ var objectAssign = !$assign || fails$Q(function () {
var key;
while (length > j) {
key = keys[j++];
- if (!DESCRIPTORS$z || call$15(propertyIsEnumerable, S, key)) T[key] = S[key];
+ if (!DESCRIPTORS$A || call$13(propertyIsEnumerable, S, key)) T[key] = S[key];
}
} return T;
} : $assign;
@@ -6845,12 +6807,12 @@ $$45({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign$
// TODO: Remove from `core-js@4`
var $$44 = _export;
-var DESCRIPTORS$y = descriptors;
+var DESCRIPTORS$z = descriptors;
var create$e = objectCreate$1;
// `Object.create` method
// https://tc39.es/ecma262/#sec-object.create
-$$44({ target: 'Object', stat: true, sham: !DESCRIPTORS$y }, {
+$$44({ target: 'Object', stat: true, sham: !DESCRIPTORS$z }, {
create: create$e
});
@@ -6871,62 +6833,62 @@ var objectPrototypeAccessorsForced = !fails$P(function () {
});
var $$43 = _export;
-var DESCRIPTORS$x = descriptors;
+var DESCRIPTORS$y = descriptors;
var FORCED$e = objectPrototypeAccessorsForced;
-var aCallable$C = aCallable$N;
-var toObject$j = toObject$D;
+var aCallable$B = aCallable$M;
+var toObject$k = toObject$E;
var definePropertyModule$4 = objectDefineProperty;
// `Object.prototype.__defineGetter__` method
// https://tc39.es/ecma262/#sec-object.prototype.__defineGetter__
-if (DESCRIPTORS$x) {
+if (DESCRIPTORS$y) {
$$43({ target: 'Object', proto: true, forced: FORCED$e }, {
__defineGetter__: function __defineGetter__(P, getter) {
- definePropertyModule$4.f(toObject$j(this), P, { get: aCallable$C(getter), enumerable: true, configurable: true });
+ definePropertyModule$4.f(toObject$k(this), P, { get: aCallable$B(getter), enumerable: true, configurable: true });
}
});
}
var $$42 = _export;
-var DESCRIPTORS$w = descriptors;
+var DESCRIPTORS$x = descriptors;
var defineProperties = objectDefineProperties.f;
// `Object.defineProperties` method
// https://tc39.es/ecma262/#sec-object.defineproperties
// eslint-disable-next-line es/no-object-defineproperties -- safe
-$$42({ target: 'Object', stat: true, forced: Object.defineProperties !== defineProperties, sham: !DESCRIPTORS$w }, {
+$$42({ target: 'Object', stat: true, forced: Object.defineProperties !== defineProperties, sham: !DESCRIPTORS$x }, {
defineProperties: defineProperties
});
var $$41 = _export;
-var DESCRIPTORS$v = descriptors;
+var DESCRIPTORS$w = descriptors;
var defineProperty$7 = objectDefineProperty.f;
// `Object.defineProperty` method
// https://tc39.es/ecma262/#sec-object.defineproperty
// eslint-disable-next-line es/no-object-defineproperty -- safe
-$$41({ target: 'Object', stat: true, forced: Object.defineProperty !== defineProperty$7, sham: !DESCRIPTORS$v }, {
+$$41({ target: 'Object', stat: true, forced: Object.defineProperty !== defineProperty$7, sham: !DESCRIPTORS$w }, {
defineProperty: defineProperty$7
});
var $$40 = _export;
-var DESCRIPTORS$u = descriptors;
+var DESCRIPTORS$v = descriptors;
var FORCED$d = objectPrototypeAccessorsForced;
-var aCallable$B = aCallable$N;
-var toObject$i = toObject$D;
+var aCallable$A = aCallable$M;
+var toObject$j = toObject$E;
var definePropertyModule$3 = objectDefineProperty;
// `Object.prototype.__defineSetter__` method
// https://tc39.es/ecma262/#sec-object.prototype.__defineSetter__
-if (DESCRIPTORS$u) {
+if (DESCRIPTORS$v) {
$$40({ target: 'Object', proto: true, forced: FORCED$d }, {
__defineSetter__: function __defineSetter__(P, setter) {
- definePropertyModule$3.f(toObject$i(this), P, { set: aCallable$B(setter), enumerable: true, configurable: true });
+ definePropertyModule$3.f(toObject$j(this), P, { set: aCallable$A(setter), enumerable: true, configurable: true });
}
});
}
-var DESCRIPTORS$t = descriptors;
+var DESCRIPTORS$u = descriptors;
var fails$O = fails$1u;
var uncurryThis$1b = functionUncurryThis;
var objectGetPrototypeOf$1 = objectGetPrototypeOf$2;
@@ -6935,11 +6897,11 @@ var toIndexedObject$5 = toIndexedObject$k;
var $propertyIsEnumerable = objectPropertyIsEnumerable.f;
var propertyIsEnumerable = uncurryThis$1b($propertyIsEnumerable);
-var push$m = uncurryThis$1b([].push);
+var push$l = uncurryThis$1b([].push);
// in some IE versions, `propertyIsEnumerable` returns incorrect result on integer keys
// of `null` prototype objects
-var IE_BUG = DESCRIPTORS$t && fails$O(function () {
+var IE_BUG = DESCRIPTORS$u && fails$O(function () {
// eslint-disable-next-line es/no-object-create -- safe
var O = Object.create(null);
O[2] = 2;
@@ -6958,8 +6920,8 @@ var createMethod$2 = function (TO_ENTRIES) {
var key;
while (length > i) {
key = keys[i++];
- if (!DESCRIPTORS$t || (IE_WORKAROUND ? key in O : propertyIsEnumerable(O, key))) {
- push$m(result, TO_ENTRIES ? [key, O[key]] : O[key]);
+ if (!DESCRIPTORS$u || (IE_WORKAROUND ? key in O : propertyIsEnumerable(O, key))) {
+ push$l(result, TO_ENTRIES ? [key, O[key]] : O[key]);
}
}
return result;
@@ -6989,7 +6951,7 @@ $$3$({ target: 'Object', stat: true }, {
var $$3_ = _export;
var FREEZING$6 = freezing;
var fails$N = fails$1u;
-var isObject$s = isObject$L;
+var isObject$s = isObject$M;
var onFreeze$2 = internalMetadataExports.onFreeze;
// eslint-disable-next-line es/no-object-freeze -- safe
@@ -7006,7 +6968,7 @@ $$3_({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES$5, sham: !FREEZ
var $$3Z = _export;
var iterate$B = iterate$G;
-var createProperty$5 = createProperty$c;
+var createProperty$5 = createProperty$b;
// `Object.fromEntries` method
// https://github.com/tc39/proposal-object-from-entries
@@ -7024,28 +6986,28 @@ var $$3Y = _export;
var fails$M = fails$1u;
var toIndexedObject$4 = toIndexedObject$k;
var nativeGetOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
-var DESCRIPTORS$s = descriptors;
+var DESCRIPTORS$t = descriptors;
-var FORCED$c = !DESCRIPTORS$s || fails$M(function () { nativeGetOwnPropertyDescriptor$1(1); });
+var FORCED$c = !DESCRIPTORS$t || fails$M(function () { nativeGetOwnPropertyDescriptor$1(1); });
// `Object.getOwnPropertyDescriptor` method
// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
-$$3Y({ target: 'Object', stat: true, forced: FORCED$c, sham: !DESCRIPTORS$s }, {
+$$3Y({ target: 'Object', stat: true, forced: FORCED$c, sham: !DESCRIPTORS$t }, {
getOwnPropertyDescriptor: function getOwnPropertyDescriptor(it, key) {
return nativeGetOwnPropertyDescriptor$1(toIndexedObject$4(it), key);
}
});
var $$3X = _export;
-var DESCRIPTORS$r = descriptors;
+var DESCRIPTORS$s = descriptors;
var ownKeys$1 = ownKeys$3;
var toIndexedObject$3 = toIndexedObject$k;
var getOwnPropertyDescriptorModule$4 = objectGetOwnPropertyDescriptor;
-var createProperty$4 = createProperty$c;
+var createProperty$4 = createProperty$b;
// `Object.getOwnPropertyDescriptors` method
// https://tc39.es/ecma262/#sec-object.getownpropertydescriptors
-$$3X({ target: 'Object', stat: true, sham: !DESCRIPTORS$r }, {
+$$3X({ target: 'Object', stat: true, sham: !DESCRIPTORS$s }, {
getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object) {
var O = toIndexedObject$3(object);
var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule$4.f;
@@ -7076,7 +7038,7 @@ $$3W({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES$4 }, {
var $$3V = _export;
var fails$K = fails$1u;
-var toObject$h = toObject$D;
+var toObject$i = toObject$E;
var nativeGetPrototypeOf = objectGetPrototypeOf$2;
var CORRECT_PROTOTYPE_GETTER$1 = correctPrototypeGetter;
@@ -7086,34 +7048,34 @@ var FAILS_ON_PRIMITIVES$3 = fails$K(function () { nativeGetPrototypeOf(1); });
// https://tc39.es/ecma262/#sec-object.getprototypeof
$$3V({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES$3, sham: !CORRECT_PROTOTYPE_GETTER$1 }, {
getPrototypeOf: function getPrototypeOf(it) {
- return nativeGetPrototypeOf(toObject$h(it));
+ return nativeGetPrototypeOf(toObject$i(it));
}
});
var $$3U = _export;
var getBuiltIn$A = getBuiltIn$M;
var uncurryThis$1a = functionUncurryThis;
-var aCallable$A = aCallable$N;
+var aCallable$z = aCallable$M;
var requireObjectCoercible$i = requireObjectCoercible$p;
var toPropertyKey$5 = toPropertyKey$a;
var iterate$A = iterate$G;
var create$d = getBuiltIn$A('Object', 'create');
-var push$l = uncurryThis$1a([].push);
+var push$k = uncurryThis$1a([].push);
// `Object.groupBy` method
// https://github.com/tc39/proposal-array-grouping
$$3U({ target: 'Object', stat: true }, {
groupBy: function groupBy(items, callbackfn) {
requireObjectCoercible$i(items);
- aCallable$A(callbackfn);
+ aCallable$z(callbackfn);
var obj = create$d(null);
var k = 0;
iterate$A(items, function (value) {
var key = toPropertyKey$5(callbackfn(value, k++));
// in some IE versions, `hasOwnProperty` returns incorrect result on integer keys
// but since it's a `null` prototype object, we can safely use `in`
- if (key in obj) push$l(obj[key], value);
+ if (key in obj) push$k(obj[key], value);
else obj[key] = [value];
});
return obj;
@@ -7158,8 +7120,8 @@ $$3R({ target: 'Object', stat: true, forced: Object.isExtensible !== $isExtensib
var $$3Q = _export;
var fails$J = fails$1u;
-var isObject$r = isObject$L;
-var classof$h = classofRaw$2;
+var isObject$r = isObject$M;
+var classof$g = classofRaw$2;
var ARRAY_BUFFER_NON_EXTENSIBLE$1 = arrayBufferNonExtensible;
// eslint-disable-next-line es/no-object-isfrozen -- safe
@@ -7172,15 +7134,15 @@ var FORCED$b = ARRAY_BUFFER_NON_EXTENSIBLE$1 || fails$J(function () { $isFrozen(
$$3Q({ target: 'Object', stat: true, forced: FORCED$b }, {
isFrozen: function isFrozen(it) {
if (!isObject$r(it)) return true;
- if (ARRAY_BUFFER_NON_EXTENSIBLE$1 && classof$h(it) === 'ArrayBuffer') return true;
+ if (ARRAY_BUFFER_NON_EXTENSIBLE$1 && classof$g(it) === 'ArrayBuffer') return true;
return $isFrozen ? $isFrozen(it) : false;
}
});
var $$3P = _export;
var fails$I = fails$1u;
-var isObject$q = isObject$L;
-var classof$g = classofRaw$2;
+var isObject$q = isObject$M;
+var classof$f = classofRaw$2;
var ARRAY_BUFFER_NON_EXTENSIBLE = arrayBufferNonExtensible;
// eslint-disable-next-line es/no-object-issealed -- safe
@@ -7193,13 +7155,13 @@ var FORCED$a = ARRAY_BUFFER_NON_EXTENSIBLE || fails$I(function () { $isSealed(1)
$$3P({ target: 'Object', stat: true, forced: FORCED$a }, {
isSealed: function isSealed(it) {
if (!isObject$q(it)) return true;
- if (ARRAY_BUFFER_NON_EXTENSIBLE && classof$g(it) === 'ArrayBuffer') return true;
+ if (ARRAY_BUFFER_NON_EXTENSIBLE && classof$f(it) === 'ArrayBuffer') return true;
return $isSealed ? $isSealed(it) : false;
}
});
var $$3O = _export;
-var toObject$g = toObject$D;
+var toObject$h = toObject$E;
var nativeKeys = objectKeys$6;
var fails$H = fails$1u;
@@ -7209,58 +7171,58 @@ var FAILS_ON_PRIMITIVES$2 = fails$H(function () { nativeKeys(1); });
// https://tc39.es/ecma262/#sec-object.keys
$$3O({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES$2 }, {
keys: function keys(it) {
- return nativeKeys(toObject$g(it));
+ return nativeKeys(toObject$h(it));
}
});
var $$3N = _export;
-var DESCRIPTORS$q = descriptors;
+var DESCRIPTORS$r = descriptors;
var FORCED$9 = objectPrototypeAccessorsForced;
-var toObject$f = toObject$D;
+var toObject$g = toObject$E;
var toPropertyKey$4 = toPropertyKey$a;
var getPrototypeOf$b = objectGetPrototypeOf$2;
-var getOwnPropertyDescriptor$a = objectGetOwnPropertyDescriptor.f;
+var getOwnPropertyDescriptor$9 = objectGetOwnPropertyDescriptor.f;
// `Object.prototype.__lookupGetter__` method
// https://tc39.es/ecma262/#sec-object.prototype.__lookupGetter__
-if (DESCRIPTORS$q) {
+if (DESCRIPTORS$r) {
$$3N({ target: 'Object', proto: true, forced: FORCED$9 }, {
__lookupGetter__: function __lookupGetter__(P) {
- var O = toObject$f(this);
+ var O = toObject$g(this);
var key = toPropertyKey$4(P);
var desc;
do {
- if (desc = getOwnPropertyDescriptor$a(O, key)) return desc.get;
+ if (desc = getOwnPropertyDescriptor$9(O, key)) return desc.get;
} while (O = getPrototypeOf$b(O));
}
});
}
var $$3M = _export;
-var DESCRIPTORS$p = descriptors;
+var DESCRIPTORS$q = descriptors;
var FORCED$8 = objectPrototypeAccessorsForced;
-var toObject$e = toObject$D;
+var toObject$f = toObject$E;
var toPropertyKey$3 = toPropertyKey$a;
var getPrototypeOf$a = objectGetPrototypeOf$2;
-var getOwnPropertyDescriptor$9 = objectGetOwnPropertyDescriptor.f;
+var getOwnPropertyDescriptor$8 = objectGetOwnPropertyDescriptor.f;
// `Object.prototype.__lookupSetter__` method
// https://tc39.es/ecma262/#sec-object.prototype.__lookupSetter__
-if (DESCRIPTORS$p) {
+if (DESCRIPTORS$q) {
$$3M({ target: 'Object', proto: true, forced: FORCED$8 }, {
__lookupSetter__: function __lookupSetter__(P) {
- var O = toObject$e(this);
+ var O = toObject$f(this);
var key = toPropertyKey$3(P);
var desc;
do {
- if (desc = getOwnPropertyDescriptor$9(O, key)) return desc.set;
+ if (desc = getOwnPropertyDescriptor$8(O, key)) return desc.set;
} while (O = getPrototypeOf$a(O));
}
});
}
var $$3L = _export;
-var isObject$p = isObject$L;
+var isObject$p = isObject$M;
var onFreeze$1 = internalMetadataExports.onFreeze;
var FREEZING$5 = freezing;
var fails$G = fails$1u;
@@ -7277,10 +7239,11 @@ $$3L({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES$1, sham: !FREEZ
}
});
-var DESCRIPTORS$o = descriptors;
+var DESCRIPTORS$p = descriptors;
var defineBuiltInAccessor$h = defineBuiltInAccessor$p;
-var isObject$o = isObject$L;
-var toObject$d = toObject$D;
+var isObject$o = isObject$M;
+var isPossiblePrototype = isPossiblePrototype$2;
+var toObject$e = toObject$E;
var requireObjectCoercible$h = requireObjectCoercible$p;
// eslint-disable-next-line es/no-object-getprototypeof -- safe
@@ -7292,22 +7255,23 @@ var PROTO = '__proto__';
// `Object.prototype.__proto__` accessor
// https://tc39.es/ecma262/#sec-object.prototype.__proto__
-if (DESCRIPTORS$o && getPrototypeOf$9 && setPrototypeOf$4 && !(PROTO in ObjectPrototype$1)) try {
+if (DESCRIPTORS$p && getPrototypeOf$9 && setPrototypeOf$4 && !(PROTO in ObjectPrototype$1)) try {
defineBuiltInAccessor$h(ObjectPrototype$1, PROTO, {
configurable: true,
get: function __proto__() {
- return getPrototypeOf$9(toObject$d(this));
+ return getPrototypeOf$9(toObject$e(this));
},
set: function __proto__(proto) {
var O = requireObjectCoercible$h(this);
- if (!isObject$o(proto) && proto !== null || !isObject$o(O)) return;
- setPrototypeOf$4(O, proto);
+ if (isPossiblePrototype(proto) && isObject$o(O)) {
+ setPrototypeOf$4(O, proto);
+ }
}
});
} catch (error) { /* empty */ }
var $$3K = _export;
-var isObject$n = isObject$L;
+var isObject$n = isObject$M;
var onFreeze = internalMetadataExports.onFreeze;
var FREEZING$4 = freezing;
var fails$F = fails$1u;
@@ -7334,12 +7298,12 @@ $$3J({ target: 'Object', stat: true }, {
});
var TO_STRING_TAG_SUPPORT$1 = toStringTagSupport;
-var classof$f = classof$r;
+var classof$e = classof$q;
// `Object.prototype.toString` method implementation
// https://tc39.es/ecma262/#sec-object.prototype.tostring
var objectToString = TO_STRING_TAG_SUPPORT$1 ? {}.toString : function toString() {
- return '[object ' + classof$f(this) + ']';
+ return '[object ' + classof$e(this) + ']';
};
var TO_STRING_TAG_SUPPORT = toStringTagSupport;
@@ -7381,10 +7345,10 @@ $$3G({ global: true, forced: parseInt !== $parseInt$2 }, {
parseInt: $parseInt$2
});
-var $TypeError$w = TypeError;
+var $TypeError$v = TypeError;
var validateArgumentsLength$b = function (passed, required) {
- if (passed < required) throw new $TypeError$w('Not enough arguments');
+ if (passed < required) throw new $TypeError$v('Not enough arguments');
return passed;
};
@@ -7396,19 +7360,19 @@ var engineIsIos = /(?:ipad|iphone|ipod).*applewebkit/i.test(userAgent$3);
var global$K = global$1a;
var apply$9 = functionApply$1;
var bind$n = functionBindContext;
-var isCallable$l = isCallable$J;
+var isCallable$l = isCallable$I;
var hasOwn$k = hasOwnProperty_1;
var fails$E = fails$1u;
var html = html$2;
-var arraySlice$6 = arraySlice$b;
+var arraySlice$5 = arraySlice$b;
var createElement = documentCreateElement$2;
var validateArgumentsLength$a = validateArgumentsLength$b;
var IS_IOS$1 = engineIsIos;
-var IS_NODE$6 = engineIsNode;
+var IS_NODE$5 = engineIsNode;
var set$8 = global$K.setImmediate;
var clear = global$K.clearImmediate;
-var process$3 = global$K.process;
+var process$2 = global$K.process;
var Dispatch = global$K.Dispatch;
var Function$2 = global$K.Function;
var MessageChannel = global$K.MessageChannel;
@@ -7451,7 +7415,7 @@ if (!set$8 || !clear) {
set$8 = function setImmediate(handler) {
validateArgumentsLength$a(arguments.length, 1);
var fn = isCallable$l(handler) ? handler : Function$2(handler);
- var args = arraySlice$6(arguments, 1);
+ var args = arraySlice$5(arguments, 1);
queue$2[++counter] = function () {
apply$9(fn, undefined, args);
};
@@ -7462,9 +7426,9 @@ if (!set$8 || !clear) {
delete queue$2[id];
};
// Node.js 0.8-
- if (IS_NODE$6) {
+ if (IS_NODE$5) {
defer = function (id) {
- process$3.nextTick(runner(id));
+ process$2.nextTick(runner(id));
};
// Sphere (JS game engine) Dispatch API
} else if (Dispatch && Dispatch.now) {
@@ -7510,6 +7474,19 @@ var task$1 = {
clear: clear
};
+var global$J = global$1a;
+var DESCRIPTORS$o = descriptors;
+
+// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
+var getOwnPropertyDescriptor$7 = Object.getOwnPropertyDescriptor;
+
+// Avoid NodeJS experimental warning
+var safeGetBuiltIn$2 = function (name) {
+ if (!DESCRIPTORS$o) return global$J[name];
+ var descriptor = getOwnPropertyDescriptor$7(global$J, name);
+ return descriptor && descriptor.value;
+};
+
var Queue$2 = function () {
this.head = null;
this.tail = null;
@@ -7543,23 +7520,21 @@ var userAgent$1 = engineUserAgent;
var engineIsWebosWebkit = /web0s(?!.*chrome)/i.test(userAgent$1);
-var global$J = global$1a;
+var global$I = global$1a;
+var safeGetBuiltIn$1 = safeGetBuiltIn$2;
var bind$m = functionBindContext;
-var getOwnPropertyDescriptor$8 = objectGetOwnPropertyDescriptor.f;
var macrotask = task$1.set;
var Queue$1 = queue$1;
var IS_IOS = engineIsIos;
var IS_IOS_PEBBLE = engineIsIosPebble;
var IS_WEBOS_WEBKIT = engineIsWebosWebkit;
-var IS_NODE$5 = engineIsNode;
+var IS_NODE$4 = engineIsNode;
-var MutationObserver = global$J.MutationObserver || global$J.WebKitMutationObserver;
-var document$2 = global$J.document;
-var process$2 = global$J.process;
-var Promise$6 = global$J.Promise;
-// Node.js 11 shows ExperimentalWarning on getting `queueMicrotask`
-var queueMicrotaskDescriptor = getOwnPropertyDescriptor$8(global$J, 'queueMicrotask');
-var microtask$2 = queueMicrotaskDescriptor && queueMicrotaskDescriptor.value;
+var MutationObserver = global$I.MutationObserver || global$I.WebKitMutationObserver;
+var document$2 = global$I.document;
+var process$1 = global$I.process;
+var Promise$6 = global$I.Promise;
+var microtask$2 = safeGetBuiltIn$1('queueMicrotask');
var notify$1, toggle, node, promise, then;
// modern engines have queueMicrotask method
@@ -7568,7 +7543,7 @@ if (!microtask$2) {
var flush = function () {
var parent, fn;
- if (IS_NODE$5 && (parent = process$2.domain)) parent.exit();
+ if (IS_NODE$4 && (parent = process$1.domain)) parent.exit();
while (fn = queue.get()) try {
fn();
} catch (error) {
@@ -7580,7 +7555,7 @@ if (!microtask$2) {
// browsers with MutationObserver, except iOS - https://github.com/zloirock/core-js/issues/339
// also except WebOS Webkit https://github.com/zloirock/core-js/issues/898
- if (!IS_IOS && !IS_NODE$5 && !IS_WEBOS_WEBKIT && MutationObserver && document$2) {
+ if (!IS_IOS && !IS_NODE$4 && !IS_WEBOS_WEBKIT && MutationObserver && document$2) {
toggle = true;
node = document$2.createTextNode('');
new MutationObserver(flush).observe(node, { characterData: true });
@@ -7598,9 +7573,9 @@ if (!microtask$2) {
then(flush);
};
// Node.js without promises
- } else if (IS_NODE$5) {
+ } else if (IS_NODE$4) {
notify$1 = function () {
- process$2.nextTick(flush);
+ process$1.nextTick(flush);
};
// for other environments - macrotask based on:
// - setImmediate
@@ -7610,7 +7585,7 @@ if (!microtask$2) {
// - setTimeout
} else {
// `webpack` dev server bug on IE global methods - use bind(fn, global)
- macrotask = bind$m(macrotask, global$J);
+ macrotask = bind$m(macrotask, global$I);
notify$1 = function () {
macrotask(flush);
};
@@ -7639,23 +7614,23 @@ var perform$7 = function (exec) {
}
};
-var global$I = global$1a;
+var global$H = global$1a;
-var promiseNativeConstructor = global$I.Promise;
+var promiseNativeConstructor = global$H.Promise;
/* global Deno -- Deno case */
var engineIsDeno = typeof Deno == 'object' && Deno && typeof Deno.version == 'object';
var IS_DENO$2 = engineIsDeno;
-var IS_NODE$4 = engineIsNode;
+var IS_NODE$3 = engineIsNode;
-var engineIsBrowser = !IS_DENO$2 && !IS_NODE$4
+var engineIsBrowser = !IS_DENO$2 && !IS_NODE$3
&& typeof window == 'object'
&& typeof document == 'object';
-var global$H = global$1a;
+var global$G = global$1a;
var NativePromiseConstructor$4 = promiseNativeConstructor;
-var isCallable$k = isCallable$J;
+var isCallable$k = isCallable$I;
var isForced$1 = isForced_1;
var inspectSource$1 = inspectSource$4;
var wellKnownSymbol$u = wellKnownSymbol$S;
@@ -7666,7 +7641,7 @@ var V8_VERSION = engineV8Version;
NativePromiseConstructor$4 && NativePromiseConstructor$4.prototype;
var SPECIES$1 = wellKnownSymbol$u('species');
var SUBCLASSING = false;
-var NATIVE_PROMISE_REJECTION_EVENT$1 = isCallable$k(global$H.PromiseRejectionEvent);
+var NATIVE_PROMISE_REJECTION_EVENT$1 = isCallable$k(global$G.PromiseRejectionEvent);
var FORCED_PROMISE_CONSTRUCTOR$5 = isForced$1('Promise', function () {
var PROMISE_CONSTRUCTOR_SOURCE = inspectSource$1(NativePromiseConstructor$4);
@@ -7700,19 +7675,19 @@ var promiseConstructorDetection = {
var newPromiseCapability$2 = {};
-var aCallable$z = aCallable$N;
+var aCallable$y = aCallable$M;
-var $TypeError$v = TypeError;
+var $TypeError$u = TypeError;
var PromiseCapability = function (C) {
var resolve, reject;
this.promise = new C(function ($$resolve, $$reject) {
- if (resolve !== undefined || reject !== undefined) throw new $TypeError$v('Bad Promise constructor');
+ if (resolve !== undefined || reject !== undefined) throw new $TypeError$u('Bad Promise constructor');
resolve = $$resolve;
reject = $$reject;
});
- this.resolve = aCallable$z(resolve);
- this.reject = aCallable$z(reject);
+ this.resolve = aCallable$y(resolve);
+ this.reject = aCallable$y(reject);
};
// `NewPromiseCapability` abstract operation
@@ -7722,16 +7697,16 @@ newPromiseCapability$2.f = function (C) {
};
var $$3F = _export;
-var IS_NODE$3 = engineIsNode;
-var global$G = global$1a;
-var call$14 = functionCall;
+var IS_NODE$2 = engineIsNode;
+var global$F = global$1a;
+var call$12 = functionCall;
var defineBuiltIn$h = defineBuiltIn$u;
var setPrototypeOf$2 = objectSetPrototypeOf$1;
var setToStringTag$5 = setToStringTag$e;
var setSpecies$3 = setSpecies$7;
-var aCallable$y = aCallable$N;
-var isCallable$j = isCallable$J;
-var isObject$m = isObject$L;
+var aCallable$x = aCallable$M;
+var isCallable$j = isCallable$I;
+var isObject$m = isObject$M;
var anInstance$b = anInstance$f;
var speciesConstructor$4 = speciesConstructor$6;
var task = task$1.set;
@@ -7753,13 +7728,13 @@ var setInternalState$i = InternalStateModule$h.set;
var NativePromisePrototype$2 = NativePromiseConstructor$3 && NativePromiseConstructor$3.prototype;
var PromiseConstructor = NativePromiseConstructor$3;
var PromisePrototype = NativePromisePrototype$2;
-var TypeError$5 = global$G.TypeError;
-var document$1 = global$G.document;
-var process$1 = global$G.process;
+var TypeError$5 = global$F.TypeError;
+var document$1 = global$F.document;
+var process = global$F.process;
var newPromiseCapability$1 = newPromiseCapabilityModule$7.f;
var newGenericPromiseCapability = newPromiseCapability$1;
-var DISPATCH_EVENT = !!(document$1 && document$1.createEvent && global$G.dispatchEvent);
+var DISPATCH_EVENT = !!(document$1 && document$1.createEvent && global$F.dispatchEvent);
var UNHANDLED_REJECTION = 'unhandledrejection';
var REJECTION_HANDLED = 'rejectionhandled';
var PENDING$2 = 0;
@@ -7802,7 +7777,7 @@ var callReaction = function (reaction, state) {
if (result === reaction.promise) {
reject(new TypeError$5('Promise-chain cycle'));
} else if (then = isThenable(result)) {
- call$14(then, result, resolve, reject);
+ call$12(then, result, resolve, reject);
} else resolve(result);
} else reject(value);
} catch (error) {
@@ -7832,26 +7807,26 @@ var dispatchEvent = function (name, promise, reason) {
event.promise = promise;
event.reason = reason;
event.initEvent(name, false, true);
- global$G.dispatchEvent(event);
+ global$F.dispatchEvent(event);
} else event = { promise: promise, reason: reason };
- if (!NATIVE_PROMISE_REJECTION_EVENT && (handler = global$G['on' + name])) handler(event);
+ if (!NATIVE_PROMISE_REJECTION_EVENT && (handler = global$F['on' + name])) handler(event);
else if (name === UNHANDLED_REJECTION) hostReportErrors$1('Unhandled promise rejection', reason);
};
var onUnhandled = function (state) {
- call$14(task, global$G, function () {
+ call$12(task, global$F, function () {
var promise = state.facade;
var value = state.value;
var IS_UNHANDLED = isUnhandled(state);
var result;
if (IS_UNHANDLED) {
result = perform$6(function () {
- if (IS_NODE$3) {
- process$1.emit('unhandledRejection', value, promise);
+ if (IS_NODE$2) {
+ process.emit('unhandledRejection', value, promise);
} else dispatchEvent(UNHANDLED_REJECTION, promise, value);
});
// Browsers should not trigger `rejectionHandled` event if it was handled here, NodeJS - should
- state.rejection = IS_NODE$3 || isUnhandled(state) ? UNHANDLED : HANDLED;
+ state.rejection = IS_NODE$2 || isUnhandled(state) ? UNHANDLED : HANDLED;
if (result.error) throw result.value;
}
});
@@ -7862,10 +7837,10 @@ var isUnhandled = function (state) {
};
var onHandleUnhandled = function (state) {
- call$14(task, global$G, function () {
+ call$12(task, global$F, function () {
var promise = state.facade;
- if (IS_NODE$3) {
- process$1.emit('rejectionHandled', promise);
+ if (IS_NODE$2) {
+ process.emit('rejectionHandled', promise);
} else dispatchEvent(REJECTION_HANDLED, promise, state.value);
});
};
@@ -7896,7 +7871,7 @@ var internalResolve = function (state, value, unwrap) {
microtask$1(function () {
var wrapper = { done: false };
try {
- call$14(then, value,
+ call$12(then, value,
bind$l(internalResolve, wrapper, state),
bind$l(internalReject, wrapper, state)
);
@@ -7919,8 +7894,8 @@ if (FORCED_PROMISE_CONSTRUCTOR$4) {
// 25.4.3.1 Promise(executor)
PromiseConstructor = function Promise(executor) {
anInstance$b(this, PromisePrototype);
- aCallable$y(executor);
- call$14(Internal, this);
+ aCallable$x(executor);
+ call$12(Internal, this);
var state = getInternalPromiseState(this);
try {
executor(bind$l(internalResolve, state), bind$l(internalReject, state));
@@ -7953,7 +7928,7 @@ if (FORCED_PROMISE_CONSTRUCTOR$4) {
state.parent = true;
reaction.ok = isCallable$j(onFulfilled) ? onFulfilled : true;
reaction.fail = isCallable$j(onRejected) && onRejected;
- reaction.domain = IS_NODE$3 ? process$1.domain : undefined;
+ reaction.domain = IS_NODE$2 ? process.domain : undefined;
if (state.state === PENDING$2) state.reactions.add(reaction);
else microtask$1(function () {
callReaction(reaction, state);
@@ -7983,7 +7958,7 @@ if (FORCED_PROMISE_CONSTRUCTOR$4) {
defineBuiltIn$h(NativePromisePrototype$2, 'then', function then(onFulfilled, onRejected) {
var that = this;
return new PromiseConstructor(function (resolve, reject) {
- call$14(nativeThen, that, resolve, reject);
+ call$12(nativeThen, that, resolve, reject);
}).then(onFulfilled, onRejected);
// https://github.com/zloirock/core-js/issues/640
}, { unsafe: true });
@@ -8017,8 +7992,8 @@ var promiseStaticsIncorrectIteration = FORCED_PROMISE_CONSTRUCTOR$3 || !checkCor
});
var $$3E = _export;
-var call$13 = functionCall;
-var aCallable$x = aCallable$N;
+var call$11 = functionCall;
+var aCallable$w = aCallable$M;
var newPromiseCapabilityModule$6 = newPromiseCapability$2;
var perform$5 = perform$7;
var iterate$z = iterate$G;
@@ -8033,7 +8008,7 @@ $$3E({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATIO
var resolve = capability.resolve;
var reject = capability.reject;
var result = perform$5(function () {
- var $promiseResolve = aCallable$x(C.resolve);
+ var $promiseResolve = aCallable$w(C.resolve);
var values = [];
var counter = 0;
var remaining = 1;
@@ -8041,7 +8016,7 @@ $$3E({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATIO
var index = counter++;
var alreadyCalled = false;
remaining++;
- call$13($promiseResolve, C, promise).then(function (value) {
+ call$11($promiseResolve, C, promise).then(function (value) {
if (alreadyCalled) return;
alreadyCalled = true;
values[index] = value;
@@ -8059,7 +8034,7 @@ var $$3D = _export;
var FORCED_PROMISE_CONSTRUCTOR$2 = promiseConstructorDetection.CONSTRUCTOR;
var NativePromiseConstructor$1 = promiseNativeConstructor;
var getBuiltIn$z = getBuiltIn$M;
-var isCallable$i = isCallable$J;
+var isCallable$i = isCallable$I;
var defineBuiltIn$g = defineBuiltIn$u;
var NativePromisePrototype$1 = NativePromiseConstructor$1 && NativePromiseConstructor$1.prototype;
@@ -8081,8 +8056,8 @@ if (isCallable$i(NativePromiseConstructor$1)) {
}
var $$3C = _export;
-var call$12 = functionCall;
-var aCallable$w = aCallable$N;
+var call$10 = functionCall;
+var aCallable$v = aCallable$M;
var newPromiseCapabilityModule$5 = newPromiseCapability$2;
var perform$4 = perform$7;
var iterate$y = iterate$G;
@@ -8096,9 +8071,9 @@ $$3C({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATIO
var capability = newPromiseCapabilityModule$5.f(C);
var reject = capability.reject;
var result = perform$4(function () {
- var $promiseResolve = aCallable$w(C.resolve);
+ var $promiseResolve = aCallable$v(C.resolve);
iterate$y(iterable, function (promise) {
- call$12($promiseResolve, C, promise).then(capability.resolve, reject);
+ call$10($promiseResolve, C, promise).then(capability.resolve, reject);
});
});
if (result.error) reject(result.value);
@@ -8107,7 +8082,6 @@ $$3C({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATIO
});
var $$3B = _export;
-var call$11 = functionCall;
var newPromiseCapabilityModule$4 = newPromiseCapability$2;
var FORCED_PROMISE_CONSTRUCTOR$1 = promiseConstructorDetection.CONSTRUCTOR;
@@ -8116,17 +8090,18 @@ var FORCED_PROMISE_CONSTRUCTOR$1 = promiseConstructorDetection.CONSTRUCTOR;
$$3B({ target: 'Promise', stat: true, forced: FORCED_PROMISE_CONSTRUCTOR$1 }, {
reject: function reject(r) {
var capability = newPromiseCapabilityModule$4.f(this);
- call$11(capability.reject, undefined, r);
+ var capabilityReject = capability.reject;
+ capabilityReject(r);
return capability.promise;
}
});
-var anObject$11 = anObject$1g;
-var isObject$l = isObject$L;
+var anObject$13 = anObject$1i;
+var isObject$l = isObject$M;
var newPromiseCapability = newPromiseCapability$2;
var promiseResolve$2 = function (C, x) {
- anObject$11(C);
+ anObject$13(C);
if (isObject$l(x) && x.constructor === C) return x;
var promiseCapability = newPromiseCapability.f(C);
var resolve = promiseCapability.resolve;
@@ -8150,8 +8125,8 @@ $$3A({ target: 'Promise', stat: true, forced: FORCED_PROMISE_CONSTRUCTOR }, {
});
var $$3z = _export;
-var call$10 = functionCall;
-var aCallable$v = aCallable$N;
+var call$$ = functionCall;
+var aCallable$u = aCallable$M;
var newPromiseCapabilityModule$3 = newPromiseCapability$2;
var perform$3 = perform$7;
var iterate$x = iterate$G;
@@ -8166,7 +8141,7 @@ $$3z({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATIO
var resolve = capability.resolve;
var reject = capability.reject;
var result = perform$3(function () {
- var promiseResolve = aCallable$v(C.resolve);
+ var promiseResolve = aCallable$u(C.resolve);
var values = [];
var counter = 0;
var remaining = 1;
@@ -8174,7 +8149,7 @@ $$3z({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATIO
var index = counter++;
var alreadyCalled = false;
remaining++;
- call$10(promiseResolve, C, promise).then(function (value) {
+ call$$(promiseResolve, C, promise).then(function (value) {
if (alreadyCalled) return;
alreadyCalled = true;
values[index] = { status: 'fulfilled', value: value };
@@ -8194,8 +8169,8 @@ $$3z({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATIO
});
var $$3y = _export;
-var call$$ = functionCall;
-var aCallable$u = aCallable$N;
+var call$_ = functionCall;
+var aCallable$t = aCallable$M;
var getBuiltIn$x = getBuiltIn$M;
var newPromiseCapabilityModule$2 = newPromiseCapability$2;
var perform$2 = perform$7;
@@ -8214,7 +8189,7 @@ $$3y({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATIO
var resolve = capability.resolve;
var reject = capability.reject;
var result = perform$2(function () {
- var promiseResolve = aCallable$u(C.resolve);
+ var promiseResolve = aCallable$t(C.resolve);
var errors = [];
var counter = 0;
var remaining = 1;
@@ -8223,7 +8198,7 @@ $$3y({ target: 'Promise', stat: true, forced: PROMISE_STATICS_INCORRECT_ITERATIO
var index = counter++;
var alreadyRejected = false;
remaining++;
- call$$(promiseResolve, C, promise).then(function (value) {
+ call$_(promiseResolve, C, promise).then(function (value) {
if (alreadyRejected || alreadyResolved) return;
alreadyResolved = true;
resolve(value);
@@ -8245,7 +8220,7 @@ var $$3x = _export;
var NativePromiseConstructor = promiseNativeConstructor;
var fails$D = fails$1u;
var getBuiltIn$w = getBuiltIn$M;
-var isCallable$h = isCallable$J;
+var isCallable$h = isCallable$I;
var speciesConstructor$3 = speciesConstructor$6;
var promiseResolve = promiseResolve$2;
var defineBuiltIn$f = defineBuiltIn$u;
@@ -8301,8 +8276,8 @@ $$3w({ target: 'Promise', stat: true }, {
var $$3v = _export;
var functionApply = functionApply$1;
-var aCallable$t = aCallable$N;
-var anObject$10 = anObject$1g;
+var aCallable$s = aCallable$M;
+var anObject$12 = anObject$1i;
var fails$C = fails$1u;
// MS Edge argumentsList argument is optional
@@ -8315,7 +8290,7 @@ var OPTIONAL_ARGUMENTS_LIST = !fails$C(function () {
// https://tc39.es/ecma262/#sec-reflect.apply
$$3v({ target: 'Reflect', stat: true, forced: OPTIONAL_ARGUMENTS_LIST }, {
apply: function apply(target, thisArgument, argumentsList) {
- return functionApply(aCallable$t(target), thisArgument, anObject$10(argumentsList));
+ return functionApply(aCallable$s(target), thisArgument, anObject$12(argumentsList));
}
});
@@ -8323,15 +8298,15 @@ var $$3u = _export;
var getBuiltIn$v = getBuiltIn$M;
var apply$8 = functionApply$1;
var bind$k = functionBind;
-var aConstructor$3 = aConstructor$5;
-var anObject$$ = anObject$1g;
-var isObject$k = isObject$L;
+var aConstructor$2 = aConstructor$4;
+var anObject$11 = anObject$1i;
+var isObject$k = isObject$M;
var create$c = objectCreate$1;
var fails$B = fails$1u;
var nativeConstruct = getBuiltIn$v('Reflect', 'construct');
var ObjectPrototype = Object.prototype;
-var push$k = [].push;
+var push$j = [].push;
// `Reflect.construct` method
// https://tc39.es/ecma262/#sec-reflect.construct
@@ -8350,9 +8325,9 @@ var FORCED$7 = NEW_TARGET_BUG || ARGS_BUG;
$$3u({ target: 'Reflect', stat: true, forced: FORCED$7, sham: FORCED$7 }, {
construct: function construct(Target, args /* , newTarget */) {
- aConstructor$3(Target);
- anObject$$(args);
- var newTarget = arguments.length < 3 ? Target : aConstructor$3(arguments[2]);
+ aConstructor$2(Target);
+ anObject$11(args);
+ var newTarget = arguments.length < 3 ? Target : aConstructor$2(arguments[2]);
if (ARGS_BUG && !NEW_TARGET_BUG) return nativeConstruct(Target, args, newTarget);
if (Target === newTarget) {
// w/o altered newTarget, optimization for 0-4 arguments
@@ -8365,7 +8340,7 @@ $$3u({ target: 'Reflect', stat: true, forced: FORCED$7, sham: FORCED$7 }, {
}
// w/o altered newTarget, lot of arguments case
var $args = [null];
- apply$8(push$k, $args, args);
+ apply$8(push$j, $args, args);
return new (apply$8(bind$k, Target, $args))();
}
// with altered newTarget, not support built-in constructors
@@ -8378,7 +8353,7 @@ $$3u({ target: 'Reflect', stat: true, forced: FORCED$7, sham: FORCED$7 }, {
var $$3t = _export;
var DESCRIPTORS$n = descriptors;
-var anObject$_ = anObject$1g;
+var anObject$10 = anObject$1i;
var toPropertyKey$2 = toPropertyKey$a;
var definePropertyModule$2 = objectDefineProperty;
var fails$A = fails$1u;
@@ -8393,9 +8368,9 @@ var ERROR_INSTEAD_OF_FALSE = fails$A(function () {
// https://tc39.es/ecma262/#sec-reflect.defineproperty
$$3t({ target: 'Reflect', stat: true, forced: ERROR_INSTEAD_OF_FALSE, sham: !DESCRIPTORS$n }, {
defineProperty: function defineProperty(target, propertyKey, attributes) {
- anObject$_(target);
+ anObject$10(target);
var key = toPropertyKey$2(propertyKey);
- anObject$_(attributes);
+ anObject$10(attributes);
try {
definePropertyModule$2.f(target, key, attributes);
return true;
@@ -8406,14 +8381,14 @@ $$3t({ target: 'Reflect', stat: true, forced: ERROR_INSTEAD_OF_FALSE, sham: !DES
});
var $$3s = _export;
-var anObject$Z = anObject$1g;
-var getOwnPropertyDescriptor$7 = objectGetOwnPropertyDescriptor.f;
+var anObject$$ = anObject$1i;
+var getOwnPropertyDescriptor$6 = objectGetOwnPropertyDescriptor.f;
// `Reflect.deleteProperty` method
// https://tc39.es/ecma262/#sec-reflect.deleteproperty
$$3s({ target: 'Reflect', stat: true }, {
deleteProperty: function deleteProperty(target, propertyKey) {
- var descriptor = getOwnPropertyDescriptor$7(anObject$Z(target), propertyKey);
+ var descriptor = getOwnPropertyDescriptor$6(anObject$$(target), propertyKey);
return descriptor && !descriptor.configurable ? false : delete target[propertyKey];
}
});
@@ -8425,9 +8400,9 @@ var isDataDescriptor$2 = function (descriptor) {
};
var $$3r = _export;
-var call$_ = functionCall;
-var isObject$j = isObject$L;
-var anObject$Y = anObject$1g;
+var call$Z = functionCall;
+var isObject$j = isObject$M;
+var anObject$_ = anObject$1i;
var isDataDescriptor$1 = isDataDescriptor$2;
var getOwnPropertyDescriptorModule$3 = objectGetOwnPropertyDescriptor;
var getPrototypeOf$8 = objectGetPrototypeOf$2;
@@ -8437,11 +8412,11 @@ var getPrototypeOf$8 = objectGetPrototypeOf$2;
function get$3(target, propertyKey /* , receiver */) {
var receiver = arguments.length < 3 ? target : arguments[2];
var descriptor, prototype;
- if (anObject$Y(target) === receiver) return target[propertyKey];
+ if (anObject$_(target) === receiver) return target[propertyKey];
descriptor = getOwnPropertyDescriptorModule$3.f(target, propertyKey);
if (descriptor) return isDataDescriptor$1(descriptor)
? descriptor.value
- : descriptor.get === undefined ? undefined : call$_(descriptor.get, receiver);
+ : descriptor.get === undefined ? undefined : call$Z(descriptor.get, receiver);
if (isObject$j(prototype = getPrototypeOf$8(target))) return get$3(prototype, propertyKey, receiver);
}
@@ -8451,19 +8426,19 @@ $$3r({ target: 'Reflect', stat: true }, {
var $$3q = _export;
var DESCRIPTORS$m = descriptors;
-var anObject$X = anObject$1g;
+var anObject$Z = anObject$1i;
var getOwnPropertyDescriptorModule$2 = objectGetOwnPropertyDescriptor;
// `Reflect.getOwnPropertyDescriptor` method
// https://tc39.es/ecma262/#sec-reflect.getownpropertydescriptor
$$3q({ target: 'Reflect', stat: true, sham: !DESCRIPTORS$m }, {
getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey) {
- return getOwnPropertyDescriptorModule$2.f(anObject$X(target), propertyKey);
+ return getOwnPropertyDescriptorModule$2.f(anObject$Z(target), propertyKey);
}
});
var $$3p = _export;
-var anObject$W = anObject$1g;
+var anObject$Y = anObject$1i;
var objectGetPrototypeOf = objectGetPrototypeOf$2;
var CORRECT_PROTOTYPE_GETTER = correctPrototypeGetter;
@@ -8471,7 +8446,7 @@ var CORRECT_PROTOTYPE_GETTER = correctPrototypeGetter;
// https://tc39.es/ecma262/#sec-reflect.getprototypeof
$$3p({ target: 'Reflect', stat: true, sham: !CORRECT_PROTOTYPE_GETTER }, {
getPrototypeOf: function getPrototypeOf(target) {
- return objectGetPrototypeOf(anObject$W(target));
+ return objectGetPrototypeOf(anObject$Y(target));
}
});
@@ -8486,14 +8461,14 @@ $$3o({ target: 'Reflect', stat: true }, {
});
var $$3n = _export;
-var anObject$V = anObject$1g;
+var anObject$X = anObject$1i;
var $isExtensible = objectIsExtensible;
// `Reflect.isExtensible` method
// https://tc39.es/ecma262/#sec-reflect.isextensible
$$3n({ target: 'Reflect', stat: true }, {
isExtensible: function isExtensible(target) {
- anObject$V(target);
+ anObject$X(target);
return $isExtensible(target);
}
});
@@ -8509,14 +8484,14 @@ $$3m({ target: 'Reflect', stat: true }, {
var $$3l = _export;
var getBuiltIn$u = getBuiltIn$M;
-var anObject$U = anObject$1g;
+var anObject$W = anObject$1i;
var FREEZING$3 = freezing;
// `Reflect.preventExtensions` method
// https://tc39.es/ecma262/#sec-reflect.preventextensions
$$3l({ target: 'Reflect', stat: true, sham: !FREEZING$3 }, {
preventExtensions: function preventExtensions(target) {
- anObject$U(target);
+ anObject$W(target);
try {
var objectPreventExtensions = getBuiltIn$u('Object', 'preventExtensions');
if (objectPreventExtensions) objectPreventExtensions(target);
@@ -8528,9 +8503,9 @@ $$3l({ target: 'Reflect', stat: true, sham: !FREEZING$3 }, {
});
var $$3k = _export;
-var call$Z = functionCall;
-var anObject$T = anObject$1g;
-var isObject$i = isObject$L;
+var call$Y = functionCall;
+var anObject$V = anObject$1i;
+var isObject$i = isObject$M;
var isDataDescriptor = isDataDescriptor$2;
var fails$z = fails$1u;
var definePropertyModule$1 = objectDefineProperty;
@@ -8542,7 +8517,7 @@ var createPropertyDescriptor$5 = createPropertyDescriptor$d;
// https://tc39.es/ecma262/#sec-reflect.set
function set$7(target, propertyKey, V /* , receiver */) {
var receiver = arguments.length < 4 ? target : arguments[3];
- var ownDescriptor = getOwnPropertyDescriptorModule$1.f(anObject$T(target), propertyKey);
+ var ownDescriptor = getOwnPropertyDescriptorModule$1.f(anObject$V(target), propertyKey);
var existingDescriptor, prototype, setter;
if (!ownDescriptor) {
if (isObject$i(prototype = getPrototypeOf$7(target))) {
@@ -8560,7 +8535,7 @@ function set$7(target, propertyKey, V /* , receiver */) {
} else {
setter = ownDescriptor.set;
if (setter === undefined) return false;
- call$Z(setter, receiver, V);
+ call$Y(setter, receiver, V);
} return true;
}
@@ -8578,7 +8553,7 @@ $$3k({ target: 'Reflect', stat: true, forced: MS_EDGE_BUG }, {
});
var $$3j = _export;
-var anObject$S = anObject$1g;
+var anObject$U = anObject$1i;
var aPossiblePrototype = aPossiblePrototype$2;
var objectSetPrototypeOf = objectSetPrototypeOf$1;
@@ -8586,7 +8561,7 @@ var objectSetPrototypeOf = objectSetPrototypeOf$1;
// https://tc39.es/ecma262/#sec-reflect.setprototypeof
if (objectSetPrototypeOf) $$3j({ target: 'Reflect', stat: true }, {
setPrototypeOf: function setPrototypeOf(target, proto) {
- anObject$S(target);
+ anObject$U(target);
aPossiblePrototype(proto);
try {
objectSetPrototypeOf(target, proto);
@@ -8598,17 +8573,17 @@ if (objectSetPrototypeOf) $$3j({ target: 'Reflect', stat: true }, {
});
var $$3i = _export;
-var global$F = global$1a;
+var global$E = global$1a;
var setToStringTag$4 = setToStringTag$e;
$$3i({ global: true }, { Reflect: {} });
// Reflect[@@toStringTag] property
// https://tc39.es/ecma262/#sec-reflect-@@tostringtag
-setToStringTag$4(global$F.Reflect, 'Reflect', true);
+setToStringTag$4(global$E.Reflect, 'Reflect', true);
-var isObject$h = isObject$L;
-var classof$e = classofRaw$2;
+var isObject$h = isObject$M;
+var classof$d = classofRaw$2;
var wellKnownSymbol$t = wellKnownSymbol$S;
var MATCH$2 = wellKnownSymbol$t('match');
@@ -8617,15 +8592,15 @@ var MATCH$2 = wellKnownSymbol$t('match');
// https://tc39.es/ecma262/#sec-isregexp
var isRegexp = function (it) {
var isRegExp;
- return isObject$h(it) && ((isRegExp = it[MATCH$2]) !== undefined ? !!isRegExp : classof$e(it) === 'RegExp');
+ return isObject$h(it) && ((isRegExp = it[MATCH$2]) !== undefined ? !!isRegExp : classof$d(it) === 'RegExp');
};
-var anObject$R = anObject$1g;
+var anObject$T = anObject$1i;
// `RegExp.prototype.flags` getter implementation
// https://tc39.es/ecma262/#sec-get-regexp.prototype.flags
var regexpFlags$1 = function () {
- var that = anObject$R(this);
+ var that = anObject$T(this);
var result = '';
if (that.hasIndices) result += 'd';
if (that.global) result += 'g';
@@ -8638,7 +8613,7 @@ var regexpFlags$1 = function () {
return result;
};
-var call$Y = functionCall;
+var call$X = functionCall;
var hasOwn$i = hasOwnProperty_1;
var isPrototypeOf$5 = objectIsPrototypeOf;
var regExpFlags$1 = regexpFlags$1;
@@ -8648,14 +8623,14 @@ var RegExpPrototype$7 = RegExp.prototype;
var regexpGetFlags = function (R) {
var flags = R.flags;
return flags === undefined && !('flags' in RegExpPrototype$7) && !hasOwn$i(R, 'flags') && isPrototypeOf$5(RegExpPrototype$7, R)
- ? call$Y(regExpFlags$1, R) : flags;
+ ? call$X(regExpFlags$1, R) : flags;
};
var fails$y = fails$1u;
-var global$E = global$1a;
+var global$D = global$1a;
// babel-minify and Closure Compiler transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
-var $RegExp$2 = global$E.RegExp;
+var $RegExp$2 = global$D.RegExp;
var UNSUPPORTED_Y$3 = fails$y(function () {
var re = $RegExp$2('a', 'y');
@@ -8683,10 +8658,10 @@ var regexpStickyHelpers = {
};
var fails$x = fails$1u;
-var global$D = global$1a;
+var global$C = global$1a;
// babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError
-var $RegExp$1 = global$D.RegExp;
+var $RegExp$1 = global$C.RegExp;
var regexpUnsupportedDotAll = fails$x(function () {
var re = $RegExp$1('.', 's');
@@ -8694,10 +8669,10 @@ var regexpUnsupportedDotAll = fails$x(function () {
});
var fails$w = fails$1u;
-var global$C = global$1a;
+var global$B = global$1a;
// babel-minify and Closure Compiler transpiles RegExp('(?b)', 'g') -> /(?b)/g and it causes SyntaxError
-var $RegExp = global$C.RegExp;
+var $RegExp = global$B.RegExp;
var regexpUnsupportedNcg = fails$w(function () {
var re = $RegExp('(?b)', 'g');
@@ -8706,10 +8681,10 @@ var regexpUnsupportedNcg = fails$w(function () {
});
var DESCRIPTORS$l = descriptors;
-var global$B = global$1a;
+var global$A = global$1a;
var uncurryThis$19 = functionUncurryThis;
var isForced = isForced_1;
-var inheritIfRequired$2 = inheritIfRequired$6;
+var inheritIfRequired$2 = inheritIfRequired$7;
var createNonEnumerableProperty$9 = createNonEnumerableProperty$j;
var create$b = objectCreate$1;
var getOwnPropertyNames$2 = objectGetOwnPropertyNames.f;
@@ -8729,9 +8704,9 @@ var UNSUPPORTED_DOT_ALL$2 = regexpUnsupportedDotAll;
var UNSUPPORTED_NCG$1 = regexpUnsupportedNcg;
var MATCH$1 = wellKnownSymbol$s('match');
-var NativeRegExp = global$B.RegExp;
+var NativeRegExp = global$A.RegExp;
var RegExpPrototype$6 = NativeRegExp.prototype;
-var SyntaxError$4 = global$B.SyntaxError;
+var SyntaxError$4 = global$A.SyntaxError;
var exec$d = uncurryThis$19(RegExpPrototype$6.exec);
var charAt$j = uncurryThis$19(''.charAt);
var replace$9 = uncurryThis$19(''.replace);
@@ -8891,7 +8866,7 @@ if (isForced('RegExp', BASE_FORCED)) {
RegExpPrototype$6.constructor = RegExpWrapper;
RegExpWrapper.prototype = RegExpPrototype$6;
- defineBuiltIn$e(global$B, 'RegExp', RegExpWrapper, { constructor: true });
+ defineBuiltIn$e(global$A, 'RegExp', RegExpWrapper, { constructor: true });
}
// https://tc39.es/ecma262/#sec-get-regexp-@@species
@@ -8899,12 +8874,12 @@ setSpecies$2('RegExp');
var DESCRIPTORS$k = descriptors;
var UNSUPPORTED_DOT_ALL$1 = regexpUnsupportedDotAll;
-var classof$d = classofRaw$2;
+var classof$c = classofRaw$2;
var defineBuiltInAccessor$g = defineBuiltInAccessor$p;
var getInternalState$c = internalState.get;
var RegExpPrototype$5 = RegExp.prototype;
-var $TypeError$u = TypeError;
+var $TypeError$t = TypeError;
// `RegExp.prototype.dotAll` getter
// https://tc39.es/ecma262/#sec-get-regexp.prototype.dotall
@@ -8912,20 +8887,20 @@ if (DESCRIPTORS$k && UNSUPPORTED_DOT_ALL$1) {
defineBuiltInAccessor$g(RegExpPrototype$5, 'dotAll', {
configurable: true,
get: function dotAll() {
- if (this === RegExpPrototype$5) return undefined;
+ if (this === RegExpPrototype$5) return;
// We can't use InternalStateModule.getterFor because
// we don't add metadata for regexps created by a literal.
- if (classof$d(this) === 'RegExp') {
+ if (classof$c(this) === 'RegExp') {
return !!getInternalState$c(this).dotAll;
}
- throw new $TypeError$u('Incompatible receiver, RegExp required');
+ throw new $TypeError$t('Incompatible receiver, RegExp required');
}
});
}
/* eslint-disable regexp/no-empty-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */
/* eslint-disable regexp/no-useless-quantifier -- testing */
-var call$X = functionCall;
+var call$W = functionCall;
var uncurryThis$18 = functionUncurryThis;
var toString$v = toString$J;
var regexpFlags = regexpFlags$1;
@@ -8947,8 +8922,8 @@ var stringSlice$f = uncurryThis$18(''.slice);
var UPDATES_LAST_INDEX_WRONG = (function () {
var re1 = /a/;
var re2 = /b*/g;
- call$X(nativeExec, re1, 'a');
- call$X(nativeExec, re2, 'a');
+ call$W(nativeExec, re1, 'a');
+ call$W(nativeExec, re2, 'a');
return re1.lastIndex !== 0 || re2.lastIndex !== 0;
})();
@@ -8969,14 +8944,14 @@ if (PATCH) {
if (raw) {
raw.lastIndex = re.lastIndex;
- result = call$X(patchedExec, raw, str);
+ result = call$W(patchedExec, raw, str);
re.lastIndex = raw.lastIndex;
return result;
}
var groups = state.groups;
var sticky = UNSUPPORTED_Y$1 && re.sticky;
- var flags = call$X(regexpFlags, re);
+ var flags = call$W(regexpFlags, re);
var source = re.source;
var charsAdded = 0;
var strCopy = str;
@@ -9004,7 +8979,7 @@ if (PATCH) {
}
if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
- match = call$X(nativeExec, sticky ? reCopy : re, strCopy);
+ match = call$W(nativeExec, sticky ? reCopy : re, strCopy);
if (sticky) {
if (match) {
@@ -9019,7 +8994,7 @@ if (PATCH) {
if (NPCG_INCLUDED && match && match.length > 1) {
// Fix browsers whose `exec` methods don't consistently return `undefined`
// for NPCG, like IE8. NOTE: This doesn't work for /(.?)?/
- call$X(nativeReplace, match[0], reCopy, function () {
+ call$W(nativeReplace, match[0], reCopy, function () {
for (i = 1; i < arguments.length - 2; i++) {
if (arguments[i] === undefined) match[i] = undefined;
}
@@ -9049,14 +9024,14 @@ $$3h({ target: 'RegExp', proto: true, forced: /./.exec !== exec$c }, {
exec: exec$c
});
-var global$A = global$1a;
+var global$z = global$1a;
var DESCRIPTORS$j = descriptors;
var defineBuiltInAccessor$f = defineBuiltInAccessor$p;
var regExpFlags = regexpFlags$1;
var fails$u = fails$1u;
// babel-minify and Closure Compiler transpiles RegExp('.', 'd') -> /./d and it causes SyntaxError
-var RegExp$2 = global$A.RegExp;
+var RegExp$2 = global$z.RegExp;
var RegExpPrototype$4 = RegExp$2.prototype;
var FORCED$6 = DESCRIPTORS$j && fails$u(function () {
@@ -9107,12 +9082,12 @@ if (FORCED$6) defineBuiltInAccessor$f(RegExpPrototype$4, 'flags', {
var DESCRIPTORS$i = descriptors;
var MISSED_STICKY = regexpStickyHelpers.MISSED_STICKY;
-var classof$c = classofRaw$2;
+var classof$b = classofRaw$2;
var defineBuiltInAccessor$e = defineBuiltInAccessor$p;
var getInternalState$a = internalState.get;
var RegExpPrototype$3 = RegExp.prototype;
-var $TypeError$t = TypeError;
+var $TypeError$s = TypeError;
// `RegExp.prototype.sticky` getter
// https://tc39.es/ecma262/#sec-get-regexp.prototype.sticky
@@ -9123,10 +9098,10 @@ if (DESCRIPTORS$i && MISSED_STICKY) {
if (this === RegExpPrototype$3) return;
// We can't use InternalStateModule.getterFor because
// we don't add metadata for regexps created by a literal.
- if (classof$c(this) === 'RegExp') {
+ if (classof$b(this) === 'RegExp') {
return !!getInternalState$a(this).sticky;
}
- throw new $TypeError$t('Incompatible receiver, RegExp required');
+ throw new $TypeError$s('Incompatible receiver, RegExp required');
}
});
}
@@ -9134,9 +9109,9 @@ if (DESCRIPTORS$i && MISSED_STICKY) {
// TODO: Remove from `core-js@4` since it's moved to entry points
var $$3g = _export;
-var call$W = functionCall;
-var isCallable$g = isCallable$J;
-var anObject$Q = anObject$1g;
+var call$V = functionCall;
+var isCallable$g = isCallable$I;
+var anObject$S = anObject$1i;
var toString$u = toString$J;
var DELEGATES_TO_EXEC = function () {
@@ -9155,20 +9130,20 @@ var nativeTest = /./.test;
// https://tc39.es/ecma262/#sec-regexp.prototype.test
$$3g({ target: 'RegExp', proto: true, forced: !DELEGATES_TO_EXEC }, {
test: function (S) {
- var R = anObject$Q(this);
+ var R = anObject$S(this);
var string = toString$u(S);
var exec = R.exec;
- if (!isCallable$g(exec)) return call$W(nativeTest, R, string);
- var result = call$W(exec, R, string);
+ if (!isCallable$g(exec)) return call$V(nativeTest, R, string);
+ var result = call$V(exec, R, string);
if (result === null) return false;
- anObject$Q(result);
+ anObject$S(result);
return true;
}
});
var PROPER_FUNCTION_NAME$1 = functionName.PROPER;
var defineBuiltIn$d = defineBuiltIn$u;
-var anObject$P = anObject$1g;
+var anObject$R = anObject$1i;
var $toString$2 = toString$J;
var fails$t = fails$1u;
var getRegExpFlags$3 = regexpGetFlags;
@@ -9184,8 +9159,8 @@ var INCORRECT_NAME = PROPER_FUNCTION_NAME$1 && nativeToString.name !== TO_STRING
// `RegExp.prototype.toString` method
// https://tc39.es/ecma262/#sec-regexp.prototype.tostring
if (NOT_GENERIC || INCORRECT_NAME) {
- defineBuiltIn$d(RegExp.prototype, TO_STRING, function toString() {
- var R = anObject$P(this);
+ defineBuiltIn$d(RegExpPrototype$2, TO_STRING, function toString() {
+ var R = anObject$R(this);
var pattern = $toString$2(R.source);
var flags = $toString$2(getRegExpFlags$3(R));
return '/' + pattern + '/' + flags;
@@ -9277,11 +9252,11 @@ $$3e({ target: 'String', proto: true }, {
var isRegExp$3 = isRegexp;
-var $TypeError$s = TypeError;
+var $TypeError$r = TypeError;
var notARegexp = function (it) {
if (isRegExp$3(it)) {
- throw new $TypeError$s("The method doesn't accept regular expressions");
+ throw new $TypeError$r("The method doesn't accept regular expressions");
} return it;
};
@@ -9303,22 +9278,20 @@ var correctIsRegexpLogic = function (METHOD_NAME) {
var $$3d = _export;
var uncurryThis$15 = functionUncurryThisClause;
-var getOwnPropertyDescriptor$6 = objectGetOwnPropertyDescriptor.f;
+var getOwnPropertyDescriptor$5 = objectGetOwnPropertyDescriptor.f;
var toLength$7 = toLength$d;
var toString$r = toString$J;
var notARegExp$2 = notARegexp;
var requireObjectCoercible$e = requireObjectCoercible$p;
var correctIsRegExpLogic$2 = correctIsRegexpLogic;
-// eslint-disable-next-line es/no-string-prototype-endswith -- safe
-var nativeEndsWith = uncurryThis$15(''.endsWith);
var slice$6 = uncurryThis$15(''.slice);
var min$8 = Math.min;
var CORRECT_IS_REGEXP_LOGIC$1 = correctIsRegExpLogic$2('endsWith');
// https://github.com/zloirock/core-js/pull/702
var MDN_POLYFILL_BUG$1 = !CORRECT_IS_REGEXP_LOGIC$1 && !!function () {
- var descriptor = getOwnPropertyDescriptor$6(String.prototype, 'endsWith');
+ var descriptor = getOwnPropertyDescriptor$5(String.prototype, 'endsWith');
return descriptor && !descriptor.writable;
}();
@@ -9332,15 +9305,13 @@ $$3d({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG$1 && !CORRECT_IS
var len = that.length;
var end = endPosition === undefined ? len : min$8(toLength$7(endPosition), len);
var search = toString$r(searchString);
- return nativeEndsWith
- ? nativeEndsWith(that, search, end)
- : slice$6(that, end - search.length, end) === search;
+ return slice$6(that, end - search.length, end) === search;
}
});
var $$3c = _export;
var uncurryThis$14 = functionUncurryThis;
-var toAbsoluteIndex$2 = toAbsoluteIndex$b;
+var toAbsoluteIndex$2 = toAbsoluteIndex$a;
var $RangeError$7 = RangeError;
var fromCharCode$5 = String.fromCharCode;
@@ -9530,31 +9501,31 @@ var advanceStringIndex$4 = function (S, index, unicode) {
return index + (unicode ? charAt$e(S, index).length : 1);
};
-var call$V = functionCall;
-var anObject$O = anObject$1g;
-var isCallable$f = isCallable$J;
-var classof$b = classofRaw$2;
+var call$U = functionCall;
+var anObject$Q = anObject$1i;
+var isCallable$f = isCallable$I;
+var classof$a = classofRaw$2;
var regexpExec$1 = regexpExec$3;
-var $TypeError$r = TypeError;
+var $TypeError$q = TypeError;
// `RegExpExec` abstract operation
// https://tc39.es/ecma262/#sec-regexpexec
var regexpExecAbstract = function (R, S) {
var exec = R.exec;
if (isCallable$f(exec)) {
- var result = call$V(exec, R, S);
- if (result !== null) anObject$O(result);
+ var result = call$U(exec, R, S);
+ if (result !== null) anObject$Q(result);
return result;
}
- if (classof$b(R) === 'RegExp') return call$V(regexpExec$1, R, S);
- throw new $TypeError$r('RegExp#exec called on incompatible receiver');
+ if (classof$a(R) === 'RegExp') return call$U(regexpExec$1, R, S);
+ throw new $TypeError$q('RegExp#exec called on incompatible receiver');
};
-var call$U = functionCall;
+var call$T = functionCall;
var fixRegExpWellKnownSymbolLogic$3 = fixRegexpWellKnownSymbolLogic;
-var anObject$N = anObject$1g;
-var isNullOrUndefined$d = isNullOrUndefined$k;
+var anObject$P = anObject$1i;
+var isNullOrUndefined$c = isNullOrUndefined$j;
var toLength$6 = toLength$d;
var toString$n = toString$J;
var requireObjectCoercible$b = requireObjectCoercible$p;
@@ -9569,13 +9540,13 @@ fixRegExpWellKnownSymbolLogic$3('match', function (MATCH, nativeMatch, maybeCall
// https://tc39.es/ecma262/#sec-string.prototype.match
function match(regexp) {
var O = requireObjectCoercible$b(this);
- var matcher = isNullOrUndefined$d(regexp) ? undefined : getMethod$h(regexp, MATCH);
- return matcher ? call$U(matcher, regexp, O) : new RegExp(regexp)[MATCH](toString$n(O));
+ var matcher = isNullOrUndefined$c(regexp) ? undefined : getMethod$h(regexp, MATCH);
+ return matcher ? call$T(matcher, regexp, O) : new RegExp(regexp)[MATCH](toString$n(O));
},
// `RegExp.prototype[@@match]` method
// https://tc39.es/ecma262/#sec-regexp.prototype-@@match
function (string) {
- var rx = anObject$N(this);
+ var rx = anObject$P(this);
var S = toString$n(string);
var res = maybeCallNative(nativeMatch, rx, S);
@@ -9601,16 +9572,16 @@ fixRegExpWellKnownSymbolLogic$3('match', function (MATCH, nativeMatch, maybeCall
/* eslint-disable es/no-string-prototype-matchall -- safe */
var $$39 = _export;
-var call$T = functionCall;
+var call$S = functionCall;
var uncurryThis$10 = functionUncurryThisClause;
var createIteratorConstructor$5 = iteratorCreateConstructor;
var createIterResultObject$d = createIterResultObject$h;
var requireObjectCoercible$a = requireObjectCoercible$p;
var toLength$5 = toLength$d;
var toString$m = toString$J;
-var anObject$M = anObject$1g;
-var isNullOrUndefined$c = isNullOrUndefined$k;
-var classof$a = classofRaw$2;
+var anObject$O = anObject$1i;
+var isNullOrUndefined$b = isNullOrUndefined$j;
+var classof$9 = classofRaw$2;
var isRegExp$2 = isRegexp;
var getRegExpFlags$2 = regexpGetFlags;
var getMethod$g = getMethod$l;
@@ -9629,7 +9600,7 @@ var REGEXP_STRING_ITERATOR = REGEXP_STRING + ' Iterator';
var setInternalState$g = InternalStateModule$f.set;
var getInternalState$8 = InternalStateModule$f.getterFor(REGEXP_STRING_ITERATOR);
var RegExpPrototype = RegExp.prototype;
-var $TypeError$q = TypeError;
+var $TypeError$p = TypeError;
var stringIndexOf$3 = uncurryThis$10(''.indexOf);
var nativeMatchAll = uncurryThis$10(''.matchAll);
@@ -9665,7 +9636,7 @@ var $RegExpStringIterator = createIteratorConstructor$5(function RegExpStringIte
});
var $matchAll = function (string) {
- var R = anObject$M(this);
+ var R = anObject$O(this);
var S = toString$m(string);
var C = speciesConstructor$2(R, RegExp);
var flags = toString$m(getRegExpFlags$2(R));
@@ -9683,15 +9654,15 @@ $$39({ target: 'String', proto: true, forced: WORKS_WITH_NON_GLOBAL_REGEX }, {
matchAll: function matchAll(regexp) {
var O = requireObjectCoercible$a(this);
var flags, S, matcher, rx;
- if (!isNullOrUndefined$c(regexp)) {
+ if (!isNullOrUndefined$b(regexp)) {
if (isRegExp$2(regexp)) {
flags = toString$m(requireObjectCoercible$a(getRegExpFlags$2(regexp)));
- if (!~stringIndexOf$3(flags, 'g')) throw new $TypeError$q('`.matchAll` does not allow non-global regexes');
+ if (!~stringIndexOf$3(flags, 'g')) throw new $TypeError$p('`.matchAll` does not allow non-global regexes');
}
if (WORKS_WITH_NON_GLOBAL_REGEX) return nativeMatchAll(O, regexp);
matcher = getMethod$g(regexp, MATCH_ALL);
- if (matcher === undefined && IS_PURE$g && classof$a(regexp) === 'RegExp') matcher = $matchAll;
- if (matcher) return call$T(matcher, regexp, O);
+ if (matcher === undefined && IS_PURE$g && classof$9(regexp) === 'RegExp') matcher = $matchAll;
+ if (matcher) return call$S(matcher, regexp, O);
} else if (WORKS_WITH_NON_GLOBAL_REGEX) return nativeMatchAll(O, regexp);
S = toString$m(O);
rx = new RegExp(regexp, 'g');
@@ -9733,27 +9704,27 @@ $$37({ target: 'String', proto: true, forced: WEBKIT_BUG }, {
var $$36 = _export;
var uncurryThis$$ = functionUncurryThis;
var toIndexedObject$2 = toIndexedObject$k;
-var toObject$c = toObject$D;
+var toObject$d = toObject$E;
var toString$l = toString$J;
-var lengthOfArrayLike$d = lengthOfArrayLike$C;
+var lengthOfArrayLike$d = lengthOfArrayLike$B;
-var push$j = uncurryThis$$([].push);
+var push$i = uncurryThis$$([].push);
var join$6 = uncurryThis$$([].join);
// `String.raw` method
// https://tc39.es/ecma262/#sec-string.raw
$$36({ target: 'String', stat: true }, {
raw: function raw(template) {
- var rawTemplate = toIndexedObject$2(toObject$c(template).raw);
+ var rawTemplate = toIndexedObject$2(toObject$d(template).raw);
var literalSegments = lengthOfArrayLike$d(rawTemplate);
if (!literalSegments) return '';
var argumentsLength = arguments.length;
var elements = [];
var i = 0;
while (true) {
- push$j(elements, toString$l(rawTemplate[i++]));
+ push$i(elements, toString$l(rawTemplate[i++]));
if (i === literalSegments) return join$6(elements, '');
- if (i < argumentsLength) push$j(elements, toString$l(arguments[i]));
+ if (i < argumentsLength) push$i(elements, toString$l(arguments[i]));
}
}
});
@@ -9768,7 +9739,7 @@ $$35({ target: 'String', proto: true }, {
});
var uncurryThis$_ = functionUncurryThis;
-var toObject$b = toObject$D;
+var toObject$c = toObject$E;
var floor$3 = Math.floor;
var charAt$d = uncurryThis$_(''.charAt);
@@ -9785,7 +9756,7 @@ var getSubstitution$2 = function (matched, str, position, captures, namedCapture
var m = captures.length;
var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;
if (namedCaptures !== undefined) {
- namedCaptures = toObject$b(namedCaptures);
+ namedCaptures = toObject$c(namedCaptures);
symbols = SUBSTITUTION_SYMBOLS;
}
return replace$7(replacement, symbols, function (match, ch) {
@@ -9814,13 +9785,13 @@ var getSubstitution$2 = function (matched, str, position, captures, namedCapture
};
var apply$7 = functionApply$1;
-var call$S = functionCall;
+var call$R = functionCall;
var uncurryThis$Z = functionUncurryThis;
var fixRegExpWellKnownSymbolLogic$2 = fixRegexpWellKnownSymbolLogic;
var fails$p = fails$1u;
-var anObject$L = anObject$1g;
-var isCallable$e = isCallable$J;
-var isNullOrUndefined$b = isNullOrUndefined$k;
+var anObject$N = anObject$1i;
+var isCallable$e = isCallable$I;
+var isNullOrUndefined$a = isNullOrUndefined$j;
var toIntegerOrInfinity$8 = toIntegerOrInfinity$p;
var toLength$4 = toLength$d;
var toString$k = toString$J;
@@ -9835,7 +9806,7 @@ var REPLACE$1 = wellKnownSymbol$o('replace');
var max$5 = Math.max;
var min$7 = Math.min;
var concat$1 = uncurryThis$Z([].concat);
-var push$i = uncurryThis$Z([].push);
+var push$h = uncurryThis$Z([].push);
var stringIndexOf$2 = uncurryThis$Z(''.indexOf);
var stringSlice$c = uncurryThis$Z(''.slice);
@@ -9878,15 +9849,15 @@ fixRegExpWellKnownSymbolLogic$2('replace', function (_, nativeReplace, maybeCall
// https://tc39.es/ecma262/#sec-string.prototype.replace
function replace(searchValue, replaceValue) {
var O = requireObjectCoercible$9(this);
- var replacer = isNullOrUndefined$b(searchValue) ? undefined : getMethod$f(searchValue, REPLACE$1);
+ var replacer = isNullOrUndefined$a(searchValue) ? undefined : getMethod$f(searchValue, REPLACE$1);
return replacer
- ? call$S(replacer, searchValue, O, replaceValue)
- : call$S(nativeReplace, toString$k(O), searchValue, replaceValue);
+ ? call$R(replacer, searchValue, O, replaceValue)
+ : call$R(nativeReplace, toString$k(O), searchValue, replaceValue);
},
// `RegExp.prototype[@@replace]` method
// https://tc39.es/ecma262/#sec-regexp.prototype-@@replace
function (string, replaceValue) {
- var rx = anObject$L(this);
+ var rx = anObject$N(this);
var S = toString$k(string);
if (
@@ -9914,7 +9885,7 @@ fixRegExpWellKnownSymbolLogic$2('replace', function (_, nativeReplace, maybeCall
result = regExpExec$1(rx, S);
if (result === null) break;
- push$i(results, result);
+ push$h(results, result);
if (!global) break;
var matchStr = toString$k(result[0]);
@@ -9935,11 +9906,11 @@ fixRegExpWellKnownSymbolLogic$2('replace', function (_, nativeReplace, maybeCall
// but for some reason `nativeSlice.call(result, 1, result.length)` (called in
// the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and
// causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.
- for (var j = 1; j < result.length; j++) push$i(captures, maybeToString(result[j]));
+ for (var j = 1; j < result.length; j++) push$h(captures, maybeToString(result[j]));
var namedCaptures = result.groups;
if (functionalReplace) {
var replacerArgs = concat$1([matched], captures, position, S);
- if (namedCaptures !== undefined) push$i(replacerArgs, namedCaptures);
+ if (namedCaptures !== undefined) push$h(replacerArgs, namedCaptures);
replacement = toString$k(apply$7(replaceValue, undefined, replacerArgs));
} else {
replacement = getSubstitution$1(matched, S, position, captures, namedCaptures, replaceValue);
@@ -9956,11 +9927,11 @@ fixRegExpWellKnownSymbolLogic$2('replace', function (_, nativeReplace, maybeCall
}, !REPLACE_SUPPORTS_NAMED_GROUPS || !REPLACE_KEEPS_$0 || REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE);
var $$34 = _export;
-var call$R = functionCall;
+var call$Q = functionCall;
var uncurryThis$Y = functionUncurryThis;
var requireObjectCoercible$8 = requireObjectCoercible$p;
-var isCallable$d = isCallable$J;
-var isNullOrUndefined$a = isNullOrUndefined$k;
+var isCallable$d = isCallable$I;
+var isNullOrUndefined$9 = isNullOrUndefined$j;
var isRegExp$1 = isRegexp;
var toString$j = toString$J;
var getMethod$e = getMethod$l;
@@ -9969,7 +9940,7 @@ var getSubstitution = getSubstitution$2;
var wellKnownSymbol$n = wellKnownSymbol$S;
var REPLACE = wellKnownSymbol$n('replace');
-var $TypeError$p = TypeError;
+var $TypeError$o = TypeError;
var indexOf = uncurryThis$Y(''.indexOf);
uncurryThis$Y(''.replace);
var stringSlice$b = uncurryThis$Y(''.slice);
@@ -9990,15 +9961,15 @@ $$34({ target: 'String', proto: true }, {
var position = 0;
var endOfLastMatch = 0;
var result = '';
- if (!isNullOrUndefined$a(searchValue)) {
+ if (!isNullOrUndefined$9(searchValue)) {
IS_REG_EXP = isRegExp$1(searchValue);
if (IS_REG_EXP) {
flags = toString$j(requireObjectCoercible$8(getRegExpFlags$1(searchValue)));
- if (!~indexOf(flags, 'g')) throw new $TypeError$p('`.replaceAll` does not allow non-global regexes');
+ if (!~indexOf(flags, 'g')) throw new $TypeError$o('`.replaceAll` does not allow non-global regexes');
}
replacer = getMethod$e(searchValue, REPLACE);
if (replacer) {
- return call$R(replacer, searchValue, O, replaceValue);
+ return call$Q(replacer, searchValue, O, replaceValue);
}
}
string = toString$j(O);
@@ -10023,10 +9994,10 @@ $$34({ target: 'String', proto: true }, {
}
});
-var call$Q = functionCall;
+var call$P = functionCall;
var fixRegExpWellKnownSymbolLogic$1 = fixRegexpWellKnownSymbolLogic;
-var anObject$K = anObject$1g;
-var isNullOrUndefined$9 = isNullOrUndefined$k;
+var anObject$M = anObject$1i;
+var isNullOrUndefined$8 = isNullOrUndefined$j;
var requireObjectCoercible$7 = requireObjectCoercible$p;
var sameValue = sameValue$1;
var toString$i = toString$J;
@@ -10040,13 +10011,13 @@ fixRegExpWellKnownSymbolLogic$1('search', function (SEARCH, nativeSearch, maybeC
// https://tc39.es/ecma262/#sec-string.prototype.search
function search(regexp) {
var O = requireObjectCoercible$7(this);
- var searcher = isNullOrUndefined$9(regexp) ? undefined : getMethod$d(regexp, SEARCH);
- return searcher ? call$Q(searcher, regexp, O) : new RegExp(regexp)[SEARCH](toString$i(O));
+ var searcher = isNullOrUndefined$8(regexp) ? undefined : getMethod$d(regexp, SEARCH);
+ return searcher ? call$P(searcher, regexp, O) : new RegExp(regexp)[SEARCH](toString$i(O));
},
// `RegExp.prototype[@@search]` method
// https://tc39.es/ecma262/#sec-regexp.prototype-@@search
function (string) {
- var rx = anObject$K(this);
+ var rx = anObject$M(this);
var S = toString$i(string);
var res = maybeCallNative(nativeSearch, rx, S);
@@ -10062,11 +10033,11 @@ fixRegExpWellKnownSymbolLogic$1('search', function (SEARCH, nativeSearch, maybeC
});
var apply$6 = functionApply$1;
-var call$P = functionCall;
+var call$O = functionCall;
var uncurryThis$X = functionUncurryThis;
var fixRegExpWellKnownSymbolLogic = fixRegexpWellKnownSymbolLogic;
-var anObject$J = anObject$1g;
-var isNullOrUndefined$8 = isNullOrUndefined$k;
+var anObject$L = anObject$1i;
+var isNullOrUndefined$7 = isNullOrUndefined$j;
var isRegExp = isRegexp;
var requireObjectCoercible$6 = requireObjectCoercible$p;
var speciesConstructor$1 = speciesConstructor$6;
@@ -10074,7 +10045,7 @@ var advanceStringIndex = advanceStringIndex$4;
var toLength$3 = toLength$d;
var toString$h = toString$J;
var getMethod$c = getMethod$l;
-var arraySlice$5 = arraySliceSimple;
+var arraySlice$4 = arraySlice$b;
var callRegExpExec = regexpExecAbstract;
var regexpExec = regexpExec$3;
var stickyHelpers = regexpStickyHelpers;
@@ -10085,7 +10056,7 @@ var MAX_UINT32 = 0xFFFFFFFF;
var min$6 = Math.min;
var $push = [].push;
var exec$b = uncurryThis$X(/./.exec);
-var push$h = uncurryThis$X($push);
+var push$g = uncurryThis$X($push);
var stringSlice$a = uncurryThis$X(''.slice);
// Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
@@ -10120,7 +10091,7 @@ fixRegExpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNa
if (separator === undefined) return [string];
// If `separator` is not a regex, use native split
if (!isRegExp(separator)) {
- return call$P(nativeSplit, string, separator, lim);
+ return call$O(nativeSplit, string, separator, lim);
}
var output = [];
var flags = (separator.ignoreCase ? 'i' : '') +
@@ -10131,11 +10102,11 @@ fixRegExpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNa
// Make `global` and avoid `lastIndex` issues by working with a copy
var separatorCopy = new RegExp(separator.source, flags + 'g');
var match, lastIndex, lastLength;
- while (match = call$P(regexpExec, separatorCopy, string)) {
+ while (match = call$O(regexpExec, separatorCopy, string)) {
lastIndex = separatorCopy.lastIndex;
if (lastIndex > lastLastIndex) {
- push$h(output, stringSlice$a(string, lastLastIndex, match.index));
- if (match.length > 1 && match.index < string.length) apply$6($push, output, arraySlice$5(match, 1));
+ push$g(output, stringSlice$a(string, lastLastIndex, match.index));
+ if (match.length > 1 && match.index < string.length) apply$6($push, output, arraySlice$4(match, 1));
lastLength = match[0].length;
lastLastIndex = lastIndex;
if (output.length >= lim) break;
@@ -10143,14 +10114,14 @@ fixRegExpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNa
if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop
}
if (lastLastIndex === string.length) {
- if (lastLength || !exec$b(separatorCopy, '')) push$h(output, '');
- } else push$h(output, stringSlice$a(string, lastLastIndex));
- return output.length > lim ? arraySlice$5(output, 0, lim) : output;
+ if (lastLength || !exec$b(separatorCopy, '')) push$g(output, '');
+ } else push$g(output, stringSlice$a(string, lastLastIndex));
+ return output.length > lim ? arraySlice$4(output, 0, lim) : output;
};
// Chakra, V8
} else if ('0'.split(undefined, 0).length) {
internalSplit = function (separator, limit) {
- return separator === undefined && limit === 0 ? [] : call$P(nativeSplit, this, separator, limit);
+ return separator === undefined && limit === 0 ? [] : call$O(nativeSplit, this, separator, limit);
};
} else internalSplit = nativeSplit;
@@ -10159,10 +10130,10 @@ fixRegExpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNa
// https://tc39.es/ecma262/#sec-string.prototype.split
function split(separator, limit) {
var O = requireObjectCoercible$6(this);
- var splitter = isNullOrUndefined$8(separator) ? undefined : getMethod$c(separator, SPLIT);
+ var splitter = isNullOrUndefined$7(separator) ? undefined : getMethod$c(separator, SPLIT);
return splitter
- ? call$P(splitter, separator, O, limit)
- : call$P(internalSplit, toString$h(O), separator, limit);
+ ? call$O(splitter, separator, O, limit)
+ : call$O(internalSplit, toString$h(O), separator, limit);
},
// `RegExp.prototype[@@split]` method
// https://tc39.es/ecma262/#sec-regexp.prototype-@@split
@@ -10170,7 +10141,7 @@ fixRegExpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNa
// NOTE: This cannot be properly polyfilled in engines that don't support
// the 'y' flag.
function (string, limit) {
- var rx = anObject$J(this);
+ var rx = anObject$L(this);
var S = toString$h(string);
var res = maybeCallNative(internalSplit, rx, S, limit, internalSplit !== nativeSplit);
@@ -10203,16 +10174,16 @@ fixRegExpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNa
) {
q = advanceStringIndex(S, q, unicodeMatching);
} else {
- push$h(A, stringSlice$a(S, p, q));
+ push$g(A, stringSlice$a(S, p, q));
if (A.length === lim) return A;
for (var i = 1; i <= z.length - 1; i++) {
- push$h(A, z[i]);
+ push$g(A, z[i]);
if (A.length === lim) return A;
}
q = p = e;
}
}
- push$h(A, stringSlice$a(S, p));
+ push$g(A, stringSlice$a(S, p));
return A;
}
];
@@ -10220,22 +10191,20 @@ fixRegExpWellKnownSymbolLogic('split', function (SPLIT, nativeSplit, maybeCallNa
var $$33 = _export;
var uncurryThis$W = functionUncurryThisClause;
-var getOwnPropertyDescriptor$5 = objectGetOwnPropertyDescriptor.f;
+var getOwnPropertyDescriptor$4 = objectGetOwnPropertyDescriptor.f;
var toLength$2 = toLength$d;
var toString$g = toString$J;
var notARegExp = notARegexp;
var requireObjectCoercible$5 = requireObjectCoercible$p;
var correctIsRegExpLogic = correctIsRegexpLogic;
-// eslint-disable-next-line es/no-string-prototype-startswith -- safe
-var nativeStartsWith = uncurryThis$W(''.startsWith);
var stringSlice$9 = uncurryThis$W(''.slice);
var min$5 = Math.min;
var CORRECT_IS_REGEXP_LOGIC = correctIsRegExpLogic('startsWith');
// https://github.com/zloirock/core-js/pull/702
var MDN_POLYFILL_BUG = !CORRECT_IS_REGEXP_LOGIC && !!function () {
- var descriptor = getOwnPropertyDescriptor$5(String.prototype, 'startsWith');
+ var descriptor = getOwnPropertyDescriptor$4(String.prototype, 'startsWith');
return descriptor && !descriptor.writable;
}();
@@ -10247,9 +10216,7 @@ $$33({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_R
notARegExp(searchString);
var index = toLength$2(min$5(arguments.length > 1 ? arguments[1] : undefined, that.length));
var search = toString$g(searchString);
- return nativeStartsWith
- ? nativeStartsWith(that, search, index)
- : stringSlice$9(that, index, index + search.length) === search;
+ return stringSlice$9(that, index, index + search.length) === search;
}
});
@@ -10284,7 +10251,7 @@ $$32({ target: 'String', proto: true, forced: FORCED$4 }, {
});
var $$31 = _export;
-var call$O = functionCall;
+var call$N = functionCall;
var uncurryThis$U = functionUncurryThis;
var requireObjectCoercible$3 = requireObjectCoercible$p;
var toString$e = toString$J;
@@ -10300,7 +10267,7 @@ var REPLACEMENT_CHARACTER = '\uFFFD';
// Safari bug
var TO_STRING_CONVERSION_BUG = $toWellFormed && fails$n(function () {
- return call$O($toWellFormed, 1) !== '1';
+ return call$N($toWellFormed, 1) !== '1';
});
// `String.prototype.toWellFormed` method
@@ -10308,7 +10275,7 @@ var TO_STRING_CONVERSION_BUG = $toWellFormed && fails$n(function () {
$$31({ target: 'String', proto: true, forced: TO_STRING_CONVERSION_BUG }, {
toWellFormed: function toWellFormed() {
var S = toString$e(requireObjectCoercible$3(this));
- if (TO_STRING_CONVERSION_BUG) return call$O($toWellFormed, S);
+ if (TO_STRING_CONVERSION_BUG) return call$N($toWellFormed, S);
var length = S.length;
var result = $Array$2(length);
for (var i = 0; i < length; i++) {
@@ -10606,13 +10573,13 @@ $$2L({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sup') }, {
var typedArrayConstructor = {exports: {}};
/* eslint-disable no-new -- required for testing */
-var global$z = global$1a;
+var global$y = global$1a;
var fails$k = fails$1u;
var checkCorrectnessOfIteration = checkCorrectnessOfIteration$4;
var NATIVE_ARRAY_BUFFER_VIEWS$1 = arrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS;
-var ArrayBuffer$3 = global$z.ArrayBuffer;
-var Int8Array$3 = global$z.Int8Array;
+var ArrayBuffer$3 = global$y.ArrayBuffer;
+var Int8Array$3 = global$y.Int8Array;
var typedArrayConstructorsRequireWrappers = !NATIVE_ARRAY_BUFFER_VIEWS$1 || !fails$k(function () {
Int8Array$3(1);
@@ -10655,41 +10622,41 @@ var toUint8Clamped$2 = function (it) {
return value < 0 ? 0 : value > 0xFF ? 0xFF : value & 0xFF;
};
-var classof$9 = classof$r;
+var classof$8 = classof$q;
var isBigIntArray$3 = function (it) {
- var klass = classof$9(it);
+ var klass = classof$8(it);
return klass === 'BigInt64Array' || klass === 'BigUint64Array';
};
var toPrimitive = toPrimitive$4;
-var $TypeError$o = TypeError;
+var $TypeError$n = TypeError;
// `ToBigInt` abstract operation
// https://tc39.es/ecma262/#sec-tobigint
var toBigInt$4 = function (argument) {
var prim = toPrimitive(argument, 'number');
- if (typeof prim == 'number') throw new $TypeError$o("Can't convert number to bigint");
+ if (typeof prim == 'number') throw new $TypeError$n("Can't convert number to bigint");
// eslint-disable-next-line es/no-bigint -- safe
return BigInt(prim);
};
var bind$j = functionBindContext;
-var call$N = functionCall;
-var aConstructor$2 = aConstructor$5;
-var toObject$a = toObject$D;
-var lengthOfArrayLike$c = lengthOfArrayLike$C;
+var call$M = functionCall;
+var aConstructor$1 = aConstructor$4;
+var toObject$b = toObject$E;
+var lengthOfArrayLike$c = lengthOfArrayLike$B;
var getIterator$4 = getIterator$7;
var getIteratorMethod$4 = getIteratorMethod$8;
var isArrayIteratorMethod = isArrayIteratorMethod$3;
var isBigIntArray$2 = isBigIntArray$3;
-var aTypedArrayConstructor$4 = arrayBufferViewCore.aTypedArrayConstructor;
+var aTypedArrayConstructor$3 = arrayBufferViewCore.aTypedArrayConstructor;
var toBigInt$3 = toBigInt$4;
var typedArrayFrom$2 = function from(source /* , mapfn, thisArg */) {
- var C = aConstructor$2(this);
- var O = toObject$a(source);
+ var C = aConstructor$1(this);
+ var O = toObject$b(source);
var argumentsLength = arguments.length;
var mapfn = argumentsLength > 1 ? arguments[1] : undefined;
var mapping = mapfn !== undefined;
@@ -10699,7 +10666,7 @@ var typedArrayFrom$2 = function from(source /* , mapfn, thisArg */) {
iterator = getIterator$4(O, iteratorMethod);
next = iterator.next;
O = [];
- while (!(step = call$N(next, iterator)).done) {
+ while (!(step = call$M(next, iterator)).done) {
O.push(step.value);
}
}
@@ -10707,7 +10674,7 @@ var typedArrayFrom$2 = function from(source /* , mapfn, thisArg */) {
mapfn = bind$j(mapfn, arguments[2]);
}
length = lengthOfArrayLike$c(O);
- result = new (aTypedArrayConstructor$4(C))(length);
+ result = new (aTypedArrayConstructor$3(C))(length);
thisIsBigIntArray = isBigIntArray$2(result);
for (i = 0; length > i; i++) {
value = mapping ? mapfn(O[i], i) : O[i];
@@ -10718,8 +10685,8 @@ var typedArrayFrom$2 = function from(source /* , mapfn, thisArg */) {
};
var $$2K = _export;
-var global$y = global$1a;
-var call$M = functionCall;
+var global$x = global$1a;
+var call$L = functionCall;
var DESCRIPTORS$h = descriptors;
var TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS$2 = typedArrayConstructorsRequireWrappers;
var ArrayBufferViewCore$A = arrayBufferViewCore;
@@ -10734,8 +10701,8 @@ var toOffset$1 = toOffset$2;
var toUint8Clamped$1 = toUint8Clamped$2;
var toPropertyKey$1 = toPropertyKey$a;
var hasOwn$g = hasOwnProperty_1;
-var classof$8 = classof$r;
-var isObject$g = isObject$L;
+var classof$7 = classof$q;
+var isObject$g = isObject$M;
var isSymbol$2 = isSymbol$8;
var create$9 = objectCreate$1;
var isPrototypeOf$3 = objectIsPrototypeOf;
@@ -10747,15 +10714,16 @@ var setSpecies$1 = setSpecies$7;
var defineBuiltInAccessor$d = defineBuiltInAccessor$p;
var definePropertyModule = objectDefineProperty;
var getOwnPropertyDescriptorModule = objectGetOwnPropertyDescriptor;
+var arrayFromConstructorAndList$6 = arrayFromConstructorAndList$8;
var InternalStateModule$e = internalState;
-var inheritIfRequired$1 = inheritIfRequired$6;
+var inheritIfRequired$1 = inheritIfRequired$7;
var getInternalState$7 = InternalStateModule$e.get;
var setInternalState$f = InternalStateModule$e.set;
var enforceInternalState$1 = InternalStateModule$e.enforce;
var nativeDefineProperty = definePropertyModule.f;
var nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
-var RangeError$2 = global$y.RangeError;
+var RangeError$2 = global$x.RangeError;
var ArrayBuffer$2 = ArrayBufferModule.ArrayBuffer;
var ArrayBufferPrototype$2 = ArrayBuffer$2.prototype;
var DataView$2 = ArrayBufferModule.DataView;
@@ -10763,20 +10731,10 @@ var NATIVE_ARRAY_BUFFER_VIEWS = ArrayBufferViewCore$A.NATIVE_ARRAY_BUFFER_VIEWS;
var TYPED_ARRAY_TAG = ArrayBufferViewCore$A.TYPED_ARRAY_TAG;
var TypedArray = ArrayBufferViewCore$A.TypedArray;
var TypedArrayPrototype$1 = ArrayBufferViewCore$A.TypedArrayPrototype;
-var aTypedArrayConstructor$3 = ArrayBufferViewCore$A.aTypedArrayConstructor;
var isTypedArray = ArrayBufferViewCore$A.isTypedArray;
var BYTES_PER_ELEMENT = 'BYTES_PER_ELEMENT';
var WRONG_LENGTH = 'Wrong length';
-var fromList = function (C, list) {
- aTypedArrayConstructor$3(C);
- var index = 0;
- var length = list.length;
- var result = new C(length);
- while (length > index) result[index] = list[index++];
- return result;
-};
-
var addGetter$1 = function (it, key) {
defineBuiltInAccessor$d(it, key, {
configurable: true,
@@ -10788,7 +10746,7 @@ var addGetter$1 = function (it, key) {
var isArrayBuffer = function (it) {
var klass;
- return isPrototypeOf$3(ArrayBufferPrototype$2, it) || (klass = classof$8(it)) === 'ArrayBuffer' || klass === 'SharedArrayBuffer';
+ return isPrototypeOf$3(ArrayBufferPrototype$2, it) || (klass = classof$7(it)) === 'ArrayBuffer' || klass === 'SharedArrayBuffer';
};
var isTypedArrayIndex = function (target, key) {
@@ -10843,7 +10801,7 @@ if (DESCRIPTORS$h) {
var CONSTRUCTOR_NAME = TYPE + (CLAMPED ? 'Clamped' : '') + 'Array';
var GETTER = 'get' + TYPE;
var SETTER = 'set' + TYPE;
- var NativeTypedArrayConstructor = global$y[CONSTRUCTOR_NAME];
+ var NativeTypedArrayConstructor = global$x[CONSTRUCTOR_NAME];
var TypedArrayConstructor = NativeTypedArrayConstructor;
var TypedArrayConstructorPrototype = TypedArrayConstructor && TypedArrayConstructor.prototype;
var exported = {};
@@ -10894,9 +10852,9 @@ if (DESCRIPTORS$h) {
}
length = byteLength / BYTES;
} else if (isTypedArray(data)) {
- return fromList(TypedArrayConstructor, data);
+ return arrayFromConstructorAndList$6(TypedArrayConstructor, data);
} else {
- return call$M(typedArrayFrom$1, TypedArrayConstructor, data);
+ return call$L(typedArrayFrom$1, TypedArrayConstructor, data);
}
setInternalState$f(that, {
buffer: buffer,
@@ -10920,8 +10878,8 @@ if (DESCRIPTORS$h) {
: typedArrayOffset !== undefined
? new NativeTypedArrayConstructor(data, toOffset$1(typedArrayOffset, BYTES))
: new NativeTypedArrayConstructor(data);
- if (isTypedArray(data)) return fromList(TypedArrayConstructor, data);
- return call$M(typedArrayFrom$1, TypedArrayConstructor, data);
+ if (isTypedArray(data)) return arrayFromConstructorAndList$6(TypedArrayConstructor, data);
+ return call$L(typedArrayFrom$1, TypedArrayConstructor, data);
}(), dummy, TypedArrayConstructor);
});
@@ -11055,7 +11013,7 @@ createTypedArrayConstructor('Uint32', function (init) {
});
var ArrayBufferViewCore$z = arrayBufferViewCore;
-var lengthOfArrayLike$b = lengthOfArrayLike$C;
+var lengthOfArrayLike$b = lengthOfArrayLike$B;
var toIntegerOrInfinity$5 = toIntegerOrInfinity$p;
var aTypedArray$w = ArrayBufferViewCore$z.aTypedArray;
@@ -11100,8 +11058,8 @@ exportTypedArrayMethod$v('every', function every(callbackfn /* , thisArg */) {
var ArrayBufferViewCore$w = arrayBufferViewCore;
var $fill = arrayFill$1;
var toBigInt$2 = toBigInt$4;
-var classof$7 = classof$r;
-var call$L = functionCall;
+var classof$6 = classof$q;
+var call$K = functionCall;
var uncurryThis$R = functionUncurryThis;
var fails$j = fails$1u;
@@ -11122,8 +11080,8 @@ var CONVERSION_BUG = fails$j(function () {
exportTypedArrayMethod$u('fill', function fill(value /* , start, end */) {
var length = arguments.length;
aTypedArray$t(this);
- var actualValue = slice$5(classof$7(this), 0, 3) === 'Big' ? toBigInt$2(value) : +value;
- return call$L($fill, this, actualValue, length > 1 ? arguments[1] : undefined, length > 2 ? arguments[2] : undefined);
+ var actualValue = slice$5(classof$6(this), 0, 3) === 'Big' ? toBigInt$2(value) : +value;
+ return call$K($fill, this, actualValue, length > 1 ? arguments[1] : undefined, length > 2 ? arguments[2] : undefined);
}, CONVERSION_BUG);
var ArrayBufferViewCore$v = arrayBufferViewCore;
@@ -11138,7 +11096,7 @@ var typedArraySpeciesConstructor$5 = function (originalArray) {
return aTypedArrayConstructor$2(speciesConstructor(originalArray, getTypedArrayConstructor$5(originalArray)));
};
-var arrayFromConstructorAndList$5 = arrayFromConstructorAndList$7;
+var arrayFromConstructorAndList$5 = arrayFromConstructorAndList$8;
var typedArraySpeciesConstructor$4 = typedArraySpeciesConstructor$5;
var typedArrayFromSpeciesAndList = function (instance, list) {
@@ -11251,7 +11209,7 @@ exportTypedArrayMethod$m('indexOf', function indexOf(searchElement /* , fromInde
return $indexOf(aTypedArray$l(this), searchElement, arguments.length > 1 ? arguments[1] : undefined);
});
-var global$x = global$1a;
+var global$w = global$1a;
var fails$i = fails$1u;
var uncurryThis$Q = functionUncurryThis;
var ArrayBufferViewCore$m = arrayBufferViewCore;
@@ -11259,7 +11217,7 @@ var ArrayIterators = es_array_iterator;
var wellKnownSymbol$m = wellKnownSymbol$S;
var ITERATOR$5 = wellKnownSymbol$m('iterator');
-var Uint8Array$5 = global$x.Uint8Array;
+var Uint8Array$5 = global$w.Uint8Array;
var arrayValues = uncurryThis$Q(ArrayIterators.values);
var arrayKeys = uncurryThis$Q(ArrayIterators.keys);
var arrayEntries = uncurryThis$Q(ArrayIterators.entries);
@@ -11402,16 +11360,16 @@ exportTypedArrayMethod$f('reverse', function reverse() {
} return that;
});
-var global$w = global$1a;
-var call$K = functionCall;
+var global$v = global$1a;
+var call$J = functionCall;
var ArrayBufferViewCore$e = arrayBufferViewCore;
-var lengthOfArrayLike$a = lengthOfArrayLike$C;
+var lengthOfArrayLike$a = lengthOfArrayLike$B;
var toOffset = toOffset$2;
-var toIndexedObject$1 = toObject$D;
+var toIndexedObject$1 = toObject$E;
var fails$h = fails$1u;
-var RangeError$1 = global$w.RangeError;
-var Int8Array$2 = global$w.Int8Array;
+var RangeError$1 = global$v.RangeError;
+var Int8Array$2 = global$v.Int8Array;
var Int8ArrayPrototype = Int8Array$2 && Int8Array$2.prototype;
var $set = Int8ArrayPrototype && Int8ArrayPrototype.set;
var aTypedArray$d = ArrayBufferViewCore$e.aTypedArray;
@@ -11420,7 +11378,7 @@ var exportTypedArrayMethod$e = ArrayBufferViewCore$e.exportTypedArrayMethod;
var WORKS_WITH_OBJECTS_AND_GENERIC_ON_TYPED_ARRAYS = !fails$h(function () {
// eslint-disable-next-line es/no-typed-arrays -- required for testing
var array = new Uint8ClampedArray(2);
- call$K($set, array, { length: 1, 0: 3 }, 1);
+ call$J($set, array, { length: 1, 0: 3 }, 1);
return array[1] !== 3;
});
@@ -11438,7 +11396,7 @@ exportTypedArrayMethod$e('set', function set(arrayLike /* , offset */) {
aTypedArray$d(this);
var offset = toOffset(arguments.length > 1 ? arguments[1] : undefined, 1);
var src = toIndexedObject$1(arrayLike);
- if (WORKS_WITH_OBJECTS_AND_GENERIC_ON_TYPED_ARRAYS) return call$K($set, this, src, offset);
+ if (WORKS_WITH_OBJECTS_AND_GENERIC_ON_TYPED_ARRAYS) return call$J($set, this, src, offset);
var length = this.length;
var len = lengthOfArrayLike$a(src);
var index = 0;
@@ -11449,7 +11407,7 @@ exportTypedArrayMethod$e('set', function set(arrayLike /* , offset */) {
var ArrayBufferViewCore$d = arrayBufferViewCore;
var typedArraySpeciesConstructor$2 = typedArraySpeciesConstructor$5;
var fails$g = fails$1u;
-var arraySlice$4 = arraySlice$b;
+var arraySlice$3 = arraySlice$b;
var aTypedArray$c = ArrayBufferViewCore$d.aTypedArray;
var exportTypedArrayMethod$d = ArrayBufferViewCore$d.exportTypedArrayMethod;
@@ -11462,7 +11420,7 @@ var FORCED$3 = fails$g(function () {
// `%TypedArray%.prototype.slice` method
// https://tc39.es/ecma262/#sec-%typedarray%.prototype.slice
exportTypedArrayMethod$d('slice', function slice(start, end) {
- var list = arraySlice$4(aTypedArray$c(this), start, end);
+ var list = arraySlice$3(aTypedArray$c(this), start, end);
var C = typedArraySpeciesConstructor$2(this);
var index = 0;
var length = list.length;
@@ -11483,10 +11441,10 @@ exportTypedArrayMethod$c('some', function some(callbackfn /* , thisArg */) {
return $some$1(aTypedArray$b(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined);
});
-var global$v = global$1a;
+var global$u = global$1a;
var uncurryThis$O = functionUncurryThisClause;
var fails$f = fails$1u;
-var aCallable$s = aCallable$N;
+var aCallable$r = aCallable$M;
var internalSort = arraySort$1;
var ArrayBufferViewCore$b = arrayBufferViewCore;
var FF = engineFfVersion;
@@ -11496,7 +11454,7 @@ var WEBKIT = engineWebkitVersion;
var aTypedArray$a = ArrayBufferViewCore$b.aTypedArray;
var exportTypedArrayMethod$b = ArrayBufferViewCore$b.exportTypedArrayMethod;
-var Uint16Array = global$v.Uint16Array;
+var Uint16Array = global$u.Uint16Array;
var nativeSort = Uint16Array && uncurryThis$O(Uint16Array.prototype.sort);
// WebKit
@@ -11547,7 +11505,7 @@ var getSortCompare = function (comparefn) {
// `%TypedArray%.prototype.sort` method
// https://tc39.es/ecma262/#sec-%typedarray%.prototype.sort
exportTypedArrayMethod$b('sort', function sort(comparefn) {
- if (comparefn !== undefined) aCallable$s(comparefn);
+ if (comparefn !== undefined) aCallable$r(comparefn);
if (STABLE_SORT) return nativeSort(this, comparefn);
return internalSort(aTypedArray$a(this), getSortCompare(comparefn));
@@ -11555,7 +11513,7 @@ exportTypedArrayMethod$b('sort', function sort(comparefn) {
var ArrayBufferViewCore$a = arrayBufferViewCore;
var toLength = toLength$d;
-var toAbsoluteIndex$1 = toAbsoluteIndex$b;
+var toAbsoluteIndex$1 = toAbsoluteIndex$a;
var typedArraySpeciesConstructor$1 = typedArraySpeciesConstructor$5;
var aTypedArray$9 = ArrayBufferViewCore$a.aTypedArray;
@@ -11575,13 +11533,13 @@ exportTypedArrayMethod$a('subarray', function subarray(begin, end) {
);
});
-var global$u = global$1a;
+var global$t = global$1a;
var apply$4 = functionApply$1;
var ArrayBufferViewCore$9 = arrayBufferViewCore;
var fails$e = fails$1u;
-var arraySlice$3 = arraySlice$b;
+var arraySlice$2 = arraySlice$b;
-var Int8Array$1 = global$u.Int8Array;
+var Int8Array$1 = global$t.Int8Array;
var aTypedArray$8 = ArrayBufferViewCore$9.aTypedArray;
var exportTypedArrayMethod$9 = ArrayBufferViewCore$9.exportTypedArrayMethod;
var $toLocaleString = [].toLocaleString;
@@ -11602,8 +11560,8 @@ var FORCED$2 = fails$e(function () {
exportTypedArrayMethod$9('toLocaleString', function toLocaleString() {
return apply$4(
$toLocaleString,
- TO_LOCALE_STRING_BUG ? arraySlice$3(aTypedArray$8(this)) : aTypedArray$8(this),
- arraySlice$3(arguments)
+ TO_LOCALE_STRING_BUG ? arraySlice$2(aTypedArray$8(this)) : aTypedArray$8(this),
+ arraySlice$2(arguments)
);
}, FORCED$2);
@@ -11622,8 +11580,8 @@ exportTypedArrayMethod$8('toReversed', function toReversed() {
var ArrayBufferViewCore$7 = arrayBufferViewCore;
var uncurryThis$N = functionUncurryThis;
-var aCallable$r = aCallable$N;
-var arrayFromConstructorAndList$4 = arrayFromConstructorAndList$7;
+var aCallable$q = aCallable$M;
+var arrayFromConstructorAndList$4 = arrayFromConstructorAndList$8;
var aTypedArray$6 = ArrayBufferViewCore$7.aTypedArray;
var getTypedArrayConstructor$3 = ArrayBufferViewCore$7.getTypedArrayConstructor;
@@ -11633,7 +11591,7 @@ var sort = uncurryThis$N(ArrayBufferViewCore$7.TypedArrayPrototype.sort);
// `%TypedArray%.prototype.toSorted` method
// https://tc39.es/ecma262/#sec-%typedarray%.prototype.tosorted
exportTypedArrayMethod$7('toSorted', function toSorted(compareFn) {
- if (compareFn !== undefined) aCallable$r(compareFn);
+ if (compareFn !== undefined) aCallable$q(compareFn);
var O = aTypedArray$6(this);
var A = arrayFromConstructorAndList$4(getTypedArrayConstructor$3(O), O);
return sort(A, compareFn);
@@ -11641,10 +11599,10 @@ exportTypedArrayMethod$7('toSorted', function toSorted(compareFn) {
var exportTypedArrayMethod$6 = arrayBufferViewCore.exportTypedArrayMethod;
var fails$d = fails$1u;
-var global$t = global$1a;
+var global$s = global$1a;
var uncurryThis$M = functionUncurryThis;
-var Uint8Array$4 = global$t.Uint8Array;
+var Uint8Array$4 = global$s.Uint8Array;
var Uint8ArrayPrototype = Uint8Array$4 && Uint8Array$4.prototype || {};
var arrayToString = [].toString;
var join$4 = uncurryThis$M([].join);
@@ -11740,9 +11698,9 @@ var uncurryThis$K = functionUncurryThis;
var defineBuiltIns$8 = defineBuiltIns$b;
var getWeakData = internalMetadataExports.getWeakData;
var anInstance$9 = anInstance$f;
-var anObject$I = anObject$1g;
-var isNullOrUndefined$7 = isNullOrUndefined$k;
-var isObject$f = isObject$L;
+var anObject$K = anObject$1i;
+var isNullOrUndefined$6 = isNullOrUndefined$j;
+var isObject$f = isObject$M;
var iterate$v = iterate$G;
var ArrayIterationModule = arrayIteration;
var hasOwn$f = hasOwnProperty_1;
@@ -11801,7 +11759,7 @@ var collectionWeak$2 = {
id: id++,
frozen: undefined
});
- if (!isNullOrUndefined$7(iterable)) iterate$v(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });
+ if (!isNullOrUndefined$6(iterable)) iterate$v(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP });
});
var Prototype = Constructor.prototype;
@@ -11810,7 +11768,7 @@ var collectionWeak$2 = {
var define = function (that, key, value) {
var state = getInternalState(that);
- var data = getWeakData(anObject$I(key), true);
+ var data = getWeakData(anObject$K(key), true);
if (data === true) uncaughtFrozenStore(state).set(key, value);
else data[state.id] = value;
return that;
@@ -11868,13 +11826,13 @@ var collectionWeak$2 = {
};
var FREEZING$2 = freezing;
-var global$s = global$1a;
+var global$r = global$1a;
var uncurryThis$J = functionUncurryThis;
var defineBuiltIns$7 = defineBuiltIns$b;
var InternalMetadataModule = internalMetadataExports;
var collection$1 = collection$4;
var collectionWeak$1 = collectionWeak$2;
-var isObject$e = isObject$L;
+var isObject$e = isObject$M;
var enforceInternalState = internalState.enforce;
var fails$c = fails$1u;
var NATIVE_WEAK_MAP = weakMapBasicDetection;
@@ -11893,9 +11851,7 @@ var freeze$2 = $Object$3.freeze;
// eslint-disable-next-line es/no-object-seal -- safe
var seal = $Object$3.seal;
-var FROZEN = {};
-var SEALED = {};
-var IS_IE11 = !global$s.ActiveXObject && 'ActiveXObject' in global$s;
+var IS_IE11 = !global$r.ActiveXObject && 'ActiveXObject' in global$r;
var InternalWeakMap;
var wrapper = function (init) {
@@ -11965,12 +11921,11 @@ if (NATIVE_WEAK_MAP) if (IS_IE11) {
set: function set(key, value) {
var arrayIntegrityLevel;
if (isArray$2(key)) {
- if (isFrozen$2(key)) arrayIntegrityLevel = FROZEN;
- else if (isSealed(key)) arrayIntegrityLevel = SEALED;
+ if (isFrozen$2(key)) arrayIntegrityLevel = freeze$2;
+ else if (isSealed(key)) arrayIntegrityLevel = seal;
}
nativeSet(this, key, value);
- if (arrayIntegrityLevel === FROZEN) freeze$2(key);
- if (arrayIntegrityLevel === SEALED) seal(key);
+ if (arrayIntegrityLevel) arrayIntegrityLevel(key);
return this;
}
});
@@ -11989,7 +11944,7 @@ var $$2I = _export;
var isPrototypeOf$2 = objectIsPrototypeOf;
var getPrototypeOf$6 = objectGetPrototypeOf$2;
var setPrototypeOf = objectSetPrototypeOf$1;
-var copyConstructorProperties = copyConstructorProperties$6;
+var copyConstructorProperties = copyConstructorProperties$7;
var create$8 = objectCreate$1;
var createNonEnumerableProperty$6 = createNonEnumerableProperty$j;
var createPropertyDescriptor$3 = createPropertyDescriptor$d;
@@ -12031,16 +11986,16 @@ $$2I({ global: true, constructor: true, arity: 3 }, {
SuppressedError: $SuppressedError
});
-var global$r = global$1a;
+var global$q = global$1a;
var shared$2 = sharedStore;
-var isCallable$c = isCallable$J;
+var isCallable$c = isCallable$I;
var getPrototypeOf$5 = objectGetPrototypeOf$2;
var defineBuiltIn$a = defineBuiltIn$u;
var wellKnownSymbol$k = wellKnownSymbol$S;
var USE_FUNCTION_CONSTRUCTOR = 'USE_FUNCTION_CONSTRUCTOR';
var ASYNC_ITERATOR$3 = wellKnownSymbol$k('asyncIterator');
-var AsyncIterator = global$r.AsyncIterator;
+var AsyncIterator = global$q.AsyncIterator;
var PassedAsyncIteratorPrototype = shared$2.AsyncIteratorPrototype;
var AsyncIteratorPrototype$5, prototype;
@@ -12048,7 +12003,7 @@ if (PassedAsyncIteratorPrototype) {
AsyncIteratorPrototype$5 = PassedAsyncIteratorPrototype;
} else if (isCallable$c(AsyncIterator)) {
AsyncIteratorPrototype$5 = AsyncIterator.prototype;
-} else if (shared$2[USE_FUNCTION_CONSTRUCTOR] || global$r[USE_FUNCTION_CONSTRUCTOR]) {
+} else if (shared$2[USE_FUNCTION_CONSTRUCTOR] || global$q[USE_FUNCTION_CONSTRUCTOR]) {
try {
// eslint-disable-next-line no-new-func -- we have no alternatives without usage of modern syntax
prototype = getPrototypeOf$5(getPrototypeOf$5(getPrototypeOf$5(Function('return async function*(){}()')())));
@@ -12066,8 +12021,8 @@ if (!isCallable$c(AsyncIteratorPrototype$5[ASYNC_ITERATOR$3])) {
var asyncIteratorPrototype = AsyncIteratorPrototype$5;
-var call$J = functionCall;
-var anObject$H = anObject$1g;
+var call$I = functionCall;
+var anObject$J = anObject$1i;
var create$7 = objectCreate$1;
var getMethod$b = getMethod$l;
var defineBuiltIns$6 = defineBuiltIns$b;
@@ -12098,7 +12053,7 @@ AsyncFromSyncIterator$4.prototype = defineBuiltIns$6(create$7(AsyncIteratorProto
next: function next() {
var state = getInternalState$6(this);
return new Promise$5(function (resolve, reject) {
- var result = anObject$H(call$J(state.next, state.iterator));
+ var result = anObject$J(call$I(state.next, state.iterator));
asyncFromSyncIteratorContinuation(result, resolve, reject);
});
},
@@ -12107,7 +12062,7 @@ AsyncFromSyncIterator$4.prototype = defineBuiltIns$6(create$7(AsyncIteratorProto
return new Promise$5(function (resolve, reject) {
var $return = getMethod$b(iterator, 'return');
if ($return === undefined) return resolve(createIterResultObject$c(undefined, true));
- var result = anObject$H(call$J($return, iterator));
+ var result = anObject$J(call$I($return, iterator));
asyncFromSyncIteratorContinuation(result, resolve, reject);
});
}
@@ -12125,9 +12080,9 @@ var getIteratorDirect$o = function (obj) {
};
};
-var call$I = functionCall;
+var call$H = functionCall;
var AsyncFromSyncIterator$3 = asyncFromSyncIterator;
-var anObject$G = anObject$1g;
+var anObject$I = anObject$1i;
var getIterator$3 = getIterator$7;
var getIteratorDirect$n = getIteratorDirect$o;
var getMethod$a = getMethod$l;
@@ -12137,10 +12092,10 @@ var ASYNC_ITERATOR$2 = wellKnownSymbol$j('asyncIterator');
var getAsyncIterator$1 = function (it, usingIterator) {
var method = arguments.length < 2 ? getMethod$a(it, ASYNC_ITERATOR$2) : usingIterator;
- return method ? anObject$G(call$I(method, it)) : new AsyncFromSyncIterator$3(getIteratorDirect$n(getIterator$3(it)));
+ return method ? anObject$I(call$H(method, it)) : new AsyncFromSyncIterator$3(getIteratorDirect$n(getIterator$3(it)));
};
-var call$H = functionCall;
+var call$G = functionCall;
var getBuiltIn$s = getBuiltIn$M;
var getMethod$9 = getMethod$l;
@@ -12148,7 +12103,7 @@ var asyncIteratorClose = function (iterator, method, argument, reject) {
try {
var returnMethod = getMethod$9(iterator, 'return');
if (returnMethod) {
- return getBuiltIn$s('Promise').resolve(call$H(returnMethod, iterator)).then(function () {
+ return getBuiltIn$s('Promise').resolve(call$G(returnMethod, iterator)).then(function () {
method(argument);
}, function (error) {
reject(error);
@@ -12161,10 +12116,10 @@ var asyncIteratorClose = function (iterator, method, argument, reject) {
// https://github.com/tc39/proposal-iterator-helpers
// https://github.com/tc39/proposal-array-from-async
-var call$G = functionCall;
-var aCallable$q = aCallable$N;
-var anObject$F = anObject$1g;
-var isObject$d = isObject$L;
+var call$F = functionCall;
+var aCallable$p = aCallable$M;
+var anObject$H = anObject$1i;
+var isObject$d = isObject$M;
var doesNotExceedSafeInteger = doesNotExceedSafeInteger$7;
var getBuiltIn$r = getBuiltIn$M;
var getIteratorDirect$m = getIteratorDirect$o;
@@ -12176,9 +12131,9 @@ var createMethod = function (TYPE) {
var IS_EVERY = TYPE === 2;
var IS_SOME = TYPE === 3;
return function (object, fn, target) {
- anObject$F(object);
+ anObject$H(object);
var MAPPING = fn !== undefined;
- if (MAPPING || !IS_TO_ARRAY) aCallable$q(fn);
+ if (MAPPING || !IS_TO_ARRAY) aCallable$p(fn);
var record = getIteratorDirect$m(object);
var Promise = getBuiltIn$r('Promise');
var iterator = record.iterator;
@@ -12195,9 +12150,9 @@ var createMethod = function (TYPE) {
if (MAPPING) try {
doesNotExceedSafeInteger(counter);
} catch (error5) { ifAbruptCloseAsyncIterator(error5); }
- Promise.resolve(anObject$F(call$G(next, iterator))).then(function (step) {
+ Promise.resolve(anObject$H(call$F(next, iterator))).then(function (step) {
try {
- if (anObject$F(step).done) {
+ if (anObject$H(step).done) {
if (IS_TO_ARRAY) {
target.length = counter;
resolve(target);
@@ -12251,7 +12206,7 @@ var asyncIteratorIteration = {
var bind$i = functionBindContext;
var uncurryThis$I = functionUncurryThis;
-var toObject$9 = toObject$D;
+var toObject$a = toObject$E;
var isConstructor$4 = isConstructor$a;
var getAsyncIterator = getAsyncIterator$1;
var getIterator$2 = getIterator$7;
@@ -12288,7 +12243,7 @@ var arrayFromAsync$1 = function fromAsync(asyncItems /* , mapfn = undefined, thi
var mapfn = argumentsLength > 1 ? arguments[1] : undefined;
var thisArg = argumentsLength > 2 ? arguments[2] : undefined;
return new (getBuiltIn$q('Promise'))(function (resolve) {
- var O = toObject$9(asyncItems);
+ var O = toObject$a(asyncItems);
if (mapfn !== undefined) mapfn = bind$i(mapfn, thisArg);
var usingAsyncIterator = getMethod$8(O, ASYNC_ITERATOR$1);
var usingSyncIterator = usingAsyncIterator ? undefined : getIteratorMethod$3(O) || safeArrayIterator;
@@ -12341,17 +12296,17 @@ addToUnscopables$7('filterReject');
var bind$h = functionBindContext;
var uncurryThis$H = functionUncurryThis;
var IndexedObject$1 = indexedObject;
-var toObject$8 = toObject$D;
+var toObject$9 = toObject$E;
var toPropertyKey = toPropertyKey$a;
-var lengthOfArrayLike$9 = lengthOfArrayLike$C;
+var lengthOfArrayLike$9 = lengthOfArrayLike$B;
var objectCreate = objectCreate$1;
-var arrayFromConstructorAndList$3 = arrayFromConstructorAndList$7;
+var arrayFromConstructorAndList$3 = arrayFromConstructorAndList$8;
var $Array$1 = Array;
-var push$g = uncurryThis$H([].push);
+var push$f = uncurryThis$H([].push);
var arrayGroup = function ($this, callbackfn, that, specificConstructor) {
- var O = toObject$8($this);
+ var O = toObject$9($this);
var self = IndexedObject$1(O);
var boundFunction = bind$h(callbackfn, that);
var target = objectCreate(null);
@@ -12363,7 +12318,7 @@ var arrayGroup = function ($this, callbackfn, that, specificConstructor) {
key = toPropertyKey(boundFunction(value, index, O));
// in some IE versions, `hasOwnProperty` returns incorrect result on integer keys
// but since it's a `null` prototype object, we can safely use `in`
- if (key in target) push$g(target[key], value);
+ if (key in target) push$f(target[key], value);
else target[key] = [value];
}
// TODO: Remove this block from `core-js@4`
@@ -12411,20 +12366,20 @@ addToUnscopables$5('groupBy');
var bind$g = functionBindContext;
var uncurryThis$G = functionUncurryThis;
var IndexedObject = indexedObject;
-var toObject$7 = toObject$D;
-var lengthOfArrayLike$8 = lengthOfArrayLike$C;
-var MapHelpers$8 = mapHelpers;
+var toObject$8 = toObject$E;
+var lengthOfArrayLike$8 = lengthOfArrayLike$B;
+var MapHelpers$a = mapHelpers;
-var Map$a = MapHelpers$8.Map;
-var mapGet$1 = MapHelpers$8.get;
-var mapHas$2 = MapHelpers$8.has;
-var mapSet$2 = MapHelpers$8.set;
-var push$f = uncurryThis$G([].push);
+var Map$a = MapHelpers$a.Map;
+var mapGet$1 = MapHelpers$a.get;
+var mapHas$2 = MapHelpers$a.has;
+var mapSet$2 = MapHelpers$a.set;
+var push$e = uncurryThis$G([].push);
// `Array.prototype.groupToMap` method
// https://github.com/tc39/proposal-array-grouping
var arrayGroupToMap = function groupToMap(callbackfn /* , thisArg */) {
- var O = toObject$7(this);
+ var O = toObject$8(this);
var self = IndexedObject(O);
var boundFunction = bind$g(callbackfn, arguments.length > 1 ? arguments[1] : undefined);
var map = new Map$a();
@@ -12434,7 +12389,7 @@ var arrayGroupToMap = function groupToMap(callbackfn /* , thisArg */) {
for (;length > index; index++) {
value = self[index];
key = boundFunction(value, index, O);
- if (mapHas$2(map, key)) push$f(mapGet$1(map, key), value);
+ if (mapHas$2(map, key)) push$e(mapGet$1(map, key), value);
else mapSet$2(map, key, [value]);
} return map;
};
@@ -12499,8 +12454,8 @@ $$2A({ target: 'Array', stat: true, sham: true, forced: true }, {
// TODO: Remove from `core-js@4`
var DESCRIPTORS$g = descriptors;
var addToUnscopables$2 = addToUnscopables$n;
-var toObject$6 = toObject$D;
-var lengthOfArrayLike$7 = lengthOfArrayLike$C;
+var toObject$7 = toObject$E;
+var lengthOfArrayLike$7 = lengthOfArrayLike$B;
var defineBuiltInAccessor$c = defineBuiltInAccessor$p;
// `Array.prototype.lastIndex` getter
@@ -12509,7 +12464,7 @@ if (DESCRIPTORS$g) {
defineBuiltInAccessor$c(Array.prototype, 'lastIndex', {
configurable: true,
get: function lastIndex() {
- var O = toObject$6(this);
+ var O = toObject$7(this);
var len = lengthOfArrayLike$7(O);
return len === 0 ? 0 : len - 1;
}
@@ -12521,8 +12476,8 @@ if (DESCRIPTORS$g) {
// TODO: Remove from `core-js@4`
var DESCRIPTORS$f = descriptors;
var addToUnscopables$1 = addToUnscopables$n;
-var toObject$5 = toObject$D;
-var lengthOfArrayLike$6 = lengthOfArrayLike$C;
+var toObject$6 = toObject$E;
+var lengthOfArrayLike$6 = lengthOfArrayLike$B;
var defineBuiltInAccessor$b = defineBuiltInAccessor$p;
// `Array.prototype.lastIndex` accessor
@@ -12531,12 +12486,12 @@ if (DESCRIPTORS$f) {
defineBuiltInAccessor$b(Array.prototype, 'lastItem', {
configurable: true,
get: function lastItem() {
- var O = toObject$5(this);
+ var O = toObject$6(this);
var len = lengthOfArrayLike$6(O);
return len === 0 ? undefined : O[len - 1];
},
set: function lastItem(value) {
- var O = toObject$5(this);
+ var O = toObject$6(this);
var len = lengthOfArrayLike$6(O);
return O[len === 0 ? 0 : len - 1] = value;
}
@@ -12545,13 +12500,13 @@ if (DESCRIPTORS$f) {
addToUnscopables$1('lastItem');
}
-var call$F = functionCall;
+var call$E = functionCall;
var iterateSimple$8 = function (record, fn, ITERATOR_INSTEAD_OF_RECORD) {
var iterator = ITERATOR_INSTEAD_OF_RECORD ? record : record.iterator;
var next = record.next;
var step, result;
- while (!(step = call$F(next, iterator)).done) {
+ while (!(step = call$E(next, iterator)).done) {
result = fn(step.value);
if (result !== undefined) return result;
}
@@ -12559,10 +12514,10 @@ var iterateSimple$8 = function (record, fn, ITERATOR_INSTEAD_OF_RECORD) {
var uncurryThis$F = functionUncurryThis;
var iterateSimple$7 = iterateSimple$8;
-var MapHelpers$7 = mapHelpers;
+var MapHelpers$9 = mapHelpers;
-var Map$9 = MapHelpers$7.Map;
-var MapPrototype = MapHelpers$7.proto;
+var Map$9 = MapHelpers$9.Map;
+var MapPrototype = MapHelpers$9.proto;
var forEach$4 = uncurryThis$F(MapPrototype.forEach);
var entries = uncurryThis$F(MapPrototype.entries);
var next$1 = entries(new Map$9()).next;
@@ -12574,26 +12529,26 @@ var mapIterate = function (map, fn, interruptible) {
};
var uncurryThis$E = functionUncurryThis;
-var aCallable$p = aCallable$N;
-var isNullOrUndefined$6 = isNullOrUndefined$k;
-var lengthOfArrayLike$5 = lengthOfArrayLike$C;
-var toObject$4 = toObject$D;
-var MapHelpers$6 = mapHelpers;
+var aCallable$o = aCallable$M;
+var isNullOrUndefined$5 = isNullOrUndefined$j;
+var lengthOfArrayLike$5 = lengthOfArrayLike$B;
+var toObject$5 = toObject$E;
+var MapHelpers$8 = mapHelpers;
var iterate$u = mapIterate;
-var Map$8 = MapHelpers$6.Map;
-var mapHas$1 = MapHelpers$6.has;
-var mapSet$1 = MapHelpers$6.set;
-var push$e = uncurryThis$E([].push);
+var Map$8 = MapHelpers$8.Map;
+var mapHas$1 = MapHelpers$8.has;
+var mapSet$1 = MapHelpers$8.set;
+var push$d = uncurryThis$E([].push);
// `Array.prototype.uniqueBy` method
// https://github.com/tc39/proposal-array-unique
var arrayUniqueBy$2 = function uniqueBy(resolver) {
- var that = toObject$4(this);
+ var that = toObject$5(this);
var length = lengthOfArrayLike$5(that);
var result = [];
var map = new Map$8();
- var resolverFunction = !isNullOrUndefined$6(resolver) ? aCallable$p(resolver) : function (value) {
+ var resolverFunction = !isNullOrUndefined$5(resolver) ? aCallable$o(resolver) : function (value) {
return value;
};
var index, item, key;
@@ -12603,7 +12558,7 @@ var arrayUniqueBy$2 = function uniqueBy(resolver) {
if (!mapHas$1(map, key)) mapSet$1(map, key, item);
}
iterate$u(map, function (value) {
- push$e(result, value);
+ push$d(result, value);
});
return result;
};
@@ -12621,15 +12576,15 @@ $$2z({ target: 'Array', proto: true, forced: true }, {
addToUnscopables('uniqueBy');
var uncurryThisAccessor$2 = functionUncurryThisAccessor;
-var classof$6 = classofRaw$2;
+var classof$5 = classofRaw$2;
-var $TypeError$n = TypeError;
+var $TypeError$m = TypeError;
// Includes
// - Perform ? RequireInternalSlot(O, [[ArrayBufferData]]).
// - If IsSharedArrayBuffer(O) is true, throw a TypeError exception.
var arrayBufferByteLength$2 = uncurryThisAccessor$2(ArrayBuffer.prototype, 'byteLength', 'get') || function (O) {
- if (classof$6(O) !== 'ArrayBuffer') throw new $TypeError$n('ArrayBuffer expected');
+ if (classof$5(O) !== 'ArrayBuffer') throw new $TypeError$m('ArrayBuffer expected');
return O.byteLength;
};
@@ -12663,40 +12618,40 @@ if (DESCRIPTORS$e && !('detached' in ArrayBufferPrototype$1)) {
});
}
-var IS_NODE$2 = engineIsNode;
+var IS_NODE$1 = engineIsNode;
var tryNodeRequire$2 = function (name) {
try {
// eslint-disable-next-line no-new-func -- safe
- if (IS_NODE$2) return Function('return require("' + name + '")')();
+ if (IS_NODE$1) return Function('return require("' + name + '")')();
} catch (error) { /* empty */ }
};
-var global$q = global$1a;
+var global$p = global$1a;
var fails$b = fails$1u;
var V8 = engineV8Version;
var IS_BROWSER = engineIsBrowser;
var IS_DENO = engineIsDeno;
-var IS_NODE$1 = engineIsNode;
+var IS_NODE = engineIsNode;
-var structuredClone$2 = global$q.structuredClone;
+var structuredClone$2 = global$p.structuredClone;
var structuredCloneProperTransfer = !!structuredClone$2 && !fails$b(function () {
// prevent V8 ArrayBufferDetaching protector cell invalidation and performance degradation
// https://github.com/zloirock/core-js/issues/679
- if ((IS_DENO && V8 > 92) || (IS_NODE$1 && V8 > 94) || (IS_BROWSER && V8 > 97)) return false;
+ if ((IS_DENO && V8 > 92) || (IS_NODE && V8 > 94) || (IS_BROWSER && V8 > 97)) return false;
var buffer = new ArrayBuffer(8);
var clone = structuredClone$2(buffer, { transfer: [buffer] });
return buffer.byteLength !== 0 || clone.byteLength !== 8;
});
-var global$p = global$1a;
+var global$o = global$1a;
var tryNodeRequire$1 = tryNodeRequire$2;
var PROPER_STRUCTURED_CLONE_TRANSFER$2 = structuredCloneProperTransfer;
-var structuredClone$1 = global$p.structuredClone;
-var $ArrayBuffer = global$p.ArrayBuffer;
-var $MessageChannel = global$p.MessageChannel;
+var structuredClone$1 = global$o.structuredClone;
+var $ArrayBuffer = global$o.ArrayBuffer;
+var $MessageChannel = global$o.MessageChannel;
var detach = false;
var WorkerThreads, channel, buffer, $detach;
@@ -12727,7 +12682,7 @@ if (PROPER_STRUCTURED_CLONE_TRANSFER$2) {
var detachTransferable$2 = detach;
-var global$o = global$1a;
+var global$n = global$1a;
var uncurryThis$C = functionUncurryThis;
var uncurryThisAccessor$1 = functionUncurryThisAccessor;
var toIndex$2 = toIndex$5;
@@ -12736,10 +12691,10 @@ var arrayBufferByteLength = arrayBufferByteLength$2;
var detachTransferable$1 = detachTransferable$2;
var PROPER_STRUCTURED_CLONE_TRANSFER$1 = structuredCloneProperTransfer;
-var structuredClone = global$o.structuredClone;
-var ArrayBuffer$1 = global$o.ArrayBuffer;
-var DataView$1 = global$o.DataView;
-var TypeError$4 = global$o.TypeError;
+var structuredClone = global$n.structuredClone;
+var ArrayBuffer$1 = global$n.ArrayBuffer;
+var DataView$1 = global$n.DataView;
+var TypeError$4 = global$n.TypeError;
var min$3 = Math.min;
var ArrayBufferPrototype = ArrayBuffer$1.prototype;
var DataViewPrototype = DataView$1.prototype;
@@ -12795,19 +12750,19 @@ if ($transfer) $$2x({ target: 'ArrayBuffer', proto: true }, {
}
});
-var call$E = functionCall;
+var call$D = functionCall;
var uncurryThis$B = functionUncurryThis;
var bind$f = functionBindContext;
-var anObject$E = anObject$1g;
-var aCallable$o = aCallable$N;
-var isNullOrUndefined$5 = isNullOrUndefined$k;
+var anObject$G = anObject$1i;
+var aCallable$n = aCallable$M;
+var isNullOrUndefined$4 = isNullOrUndefined$j;
var getMethod$7 = getMethod$l;
var wellKnownSymbol$h = wellKnownSymbol$S;
var ASYNC_DISPOSE$2 = wellKnownSymbol$h('asyncDispose');
var DISPOSE$2 = wellKnownSymbol$h('dispose');
-var push$d = uncurryThis$B([].push);
+var push$c = uncurryThis$B([].push);
// `GetDisposeMethod` abstract operation
// https://tc39.es/proposal-explicit-resource-management/#sec-getdisposemethod
@@ -12817,7 +12772,7 @@ var getDisposeMethod = function (V, hint) {
if (method !== undefined) return method;
method = getMethod$7(V, DISPOSE$2);
return function () {
- call$E(method, this);
+ call$D(method, this);
};
} return getMethod$7(V, DISPOSE$2);
};
@@ -12825,8 +12780,8 @@ var getDisposeMethod = function (V, hint) {
// `CreateDisposableResource` abstract operation
// https://tc39.es/proposal-explicit-resource-management/#sec-createdisposableresource
var createDisposableResource = function (V, hint, method) {
- if (arguments.length < 3 && !isNullOrUndefined$5(V)) {
- method = aCallable$o(getDisposeMethod(anObject$E(V), hint));
+ if (arguments.length < 3 && !isNullOrUndefined$4(V)) {
+ method = aCallable$n(getDisposeMethod(anObject$G(V), hint));
}
return method === undefined ? function () {
@@ -12841,20 +12796,20 @@ var addDisposableResource$2 = function (disposable, V, hint, method) {
if (arguments.length < 4) {
// When `V`` is either `null` or `undefined` and hint is `async-dispose`,
// we record that the resource was evaluated to ensure we will still perform an `Await` when resources are later disposed.
- if (isNullOrUndefined$5(V) && hint === 'sync-dispose') return;
+ if (isNullOrUndefined$4(V) && hint === 'sync-dispose') return;
resource = createDisposableResource(V, hint);
} else {
resource = createDisposableResource(undefined, hint, method);
}
- push$d(disposable.stack, resource);
+ push$c(disposable.stack, resource);
};
// https://github.com/tc39/proposal-async-explicit-resource-management
var $$2w = _export;
var DESCRIPTORS$d = descriptors;
var getBuiltIn$p = getBuiltIn$M;
-var aCallable$n = aCallable$N;
+var aCallable$m = aCallable$M;
var anInstance$8 = anInstance$f;
var defineBuiltIn$9 = defineBuiltIn$u;
var defineBuiltIns$5 = defineBuiltIns$b;
@@ -12944,7 +12899,7 @@ defineBuiltIns$5(AsyncDisposableStackPrototype, {
},
adopt: function adopt(value, onDispose) {
var internalState = getPendingAsyncDisposableStackInternalState(this);
- aCallable$n(onDispose);
+ aCallable$m(onDispose);
addDisposableResource$1(internalState, undefined, HINT$1, function () {
return onDispose(value);
});
@@ -12952,7 +12907,7 @@ defineBuiltIns$5(AsyncDisposableStackPrototype, {
},
defer: function defer(onDispose) {
var internalState = getPendingAsyncDisposableStackInternalState(this);
- aCallable$n(onDispose);
+ aCallable$m(onDispose);
addDisposableResource$1(internalState, undefined, HINT$1, onDispose);
},
move: function move() {
@@ -12991,11 +12946,11 @@ var IS_PURE$e = isPure;
var TO_STRING_TAG$4 = wellKnownSymbol$f('toStringTag');
-var $TypeError$m = TypeError;
+var $TypeError$l = TypeError;
var AsyncIteratorConstructor = function AsyncIterator() {
anInstance$7(this, AsyncIteratorPrototype$3);
- if (getPrototypeOf$4(this) === AsyncIteratorPrototype$3) throw new $TypeError$m('Abstract class AsyncIterator not directly constructable');
+ if (getPrototypeOf$4(this) === AsyncIteratorPrototype$3) throw new $TypeError$l('Abstract class AsyncIterator not directly constructable');
};
AsyncIteratorConstructor.prototype = AsyncIteratorPrototype$3;
@@ -13014,9 +12969,9 @@ $$2v({ global: true, constructor: true, forced: IS_PURE$e }, {
AsyncIterator: AsyncIteratorConstructor
});
-var call$D = functionCall;
+var call$C = functionCall;
var perform$1 = perform$7;
-var anObject$D = anObject$1g;
+var anObject$F = anObject$1i;
var create$6 = objectCreate$1;
var createNonEnumerableProperty$4 = createNonEnumerableProperty$j;
var defineBuiltIns$4 = defineBuiltIns$b;
@@ -13058,7 +13013,7 @@ var createAsyncIteratorProxyPrototype = function (IS_ITERATOR) {
var state = stateCompletion.value;
if (stateCompletion.exit) return state;
var handlerCompletion = perform$1(function () {
- return anObject$D(state.nextHandler(Promise$3));
+ return anObject$F(state.nextHandler(Promise$3));
});
var handlerError = handlerCompletion.error;
var value = handlerCompletion.value;
@@ -13084,12 +13039,12 @@ var createAsyncIteratorProxyPrototype = function (IS_ITERATOR) {
if (completion.error) return Promise$3.reject(result);
if (returnMethod === undefined) return Promise$3.resolve(createIterResultObject$b(undefined, true));
completion = perform$1(function () {
- return call$D(returnMethod, iterator);
+ return call$C(returnMethod, iterator);
});
result = completion.value;
if (completion.error) return Promise$3.reject(result);
return IS_ITERATOR ? Promise$3.resolve(result) : Promise$3.resolve(result).then(function (resolved) {
- anObject$D(resolved);
+ anObject$F(resolved);
return createIterResultObject$b(undefined, true);
});
}
@@ -13119,10 +13074,10 @@ var asyncIteratorCreateProxy = function (nextHandler, IS_ITERATOR) {
return AsyncIteratorProxy;
};
-var call$C = functionCall;
-var aCallable$m = aCallable$N;
-var anObject$C = anObject$1g;
-var isObject$c = isObject$L;
+var call$B = functionCall;
+var aCallable$l = aCallable$M;
+var anObject$E = anObject$1i;
+var isObject$c = isObject$M;
var getIteratorDirect$k = getIteratorDirect$o;
var createAsyncIteratorProxy$5 = asyncIteratorCreateProxy;
var createIterResultObject$a = createIterResultObject$h;
@@ -13143,9 +13098,9 @@ var AsyncIteratorProxy$4 = createAsyncIteratorProxy$5(function (Promise) {
closeAsyncIteration$3(iterator, doneAndReject, error, doneAndReject);
};
- Promise.resolve(anObject$C(call$C(state.next, iterator))).then(function (step) {
+ Promise.resolve(anObject$E(call$B(state.next, iterator))).then(function (step) {
try {
- if (anObject$C(step).done) {
+ if (anObject$E(step).done) {
state.done = true;
resolve(createIterResultObject$a(undefined, true));
} else {
@@ -13169,14 +13124,14 @@ var AsyncIteratorProxy$4 = createAsyncIteratorProxy$5(function (Promise) {
// `AsyncIterator.prototype.map` method
// https://github.com/tc39/proposal-iterator-helpers
var asyncIteratorMap = function map(mapper) {
- anObject$C(this);
- aCallable$m(mapper);
+ anObject$E(this);
+ aCallable$l(mapper);
return new AsyncIteratorProxy$4(getIteratorDirect$k(this), {
mapper: mapper
});
};
-var call$B = functionCall;
+var call$A = functionCall;
var map$3 = asyncIteratorMap;
var callback$1 = function (value, counter) {
@@ -13186,7 +13141,7 @@ var callback$1 = function (value, counter) {
// `AsyncIterator.prototype.indexed` method
// https://github.com/tc39/proposal-iterator-helpers
var asyncIteratorIndexed = function indexed() {
- return call$B(map$3, this, callback$1);
+ return call$A(map$3, this, callback$1);
};
// TODO: Remove from `core-js@4`
@@ -13200,7 +13155,7 @@ $$2u({ target: 'AsyncIterator', name: 'indexed', proto: true, real: true, forced
});
// https://github.com/tc39/proposal-async-explicit-resource-management
-var call$A = functionCall;
+var call$z = functionCall;
var defineBuiltIn$8 = defineBuiltIn$u;
var getBuiltIn$n = getBuiltIn$M;
var getMethod$5 = getMethod$l;
@@ -13217,7 +13172,7 @@ if (!hasOwn$d(AsyncIteratorPrototype$1, ASYNC_DISPOSE)) {
return new Promise$2(function (resolve, reject) {
var $return = getMethod$5(O, 'return');
if ($return) {
- Promise$2.resolve(call$A($return, O)).then(function () {
+ Promise$2.resolve(call$z($return, O)).then(function () {
resolve(undefined);
}, reject);
} else resolve(undefined);
@@ -13234,8 +13189,8 @@ var notANan = function (it) {
};
var $$2t = _export;
-var call$z = functionCall;
-var anObject$B = anObject$1g;
+var call$y = functionCall;
+var anObject$D = anObject$1i;
var getIteratorDirect$j = getIteratorDirect$o;
var notANaN$3 = notANan;
var toPositiveInteger$3 = toPositiveInteger$5;
@@ -13254,9 +13209,9 @@ var AsyncIteratorProxy$3 = createAsyncIteratorProxy$4(function (Promise) {
var loop = function () {
try {
- Promise.resolve(anObject$B(call$z(state.next, state.iterator))).then(function (step) {
+ Promise.resolve(anObject$D(call$y(state.next, state.iterator))).then(function (step) {
try {
- if (anObject$B(step).done) {
+ if (anObject$D(step).done) {
state.done = true;
resolve(createIterResultObject$9(undefined, true));
} else if (state.remaining) {
@@ -13276,7 +13231,7 @@ var AsyncIteratorProxy$3 = createAsyncIteratorProxy$4(function (Promise) {
// https://github.com/tc39/proposal-async-iterator-helpers
$$2t({ target: 'AsyncIterator', proto: true, real: true, forced: IS_PURE$d }, {
drop: function drop(limit) {
- anObject$B(this);
+ anObject$D(this);
var remaining = toPositiveInteger$3(notANaN$3(+limit));
return new AsyncIteratorProxy$3(getIteratorDirect$j(this), {
remaining: remaining
@@ -13296,10 +13251,10 @@ $$2s({ target: 'AsyncIterator', proto: true, real: true }, {
});
var $$2r = _export;
-var call$y = functionCall;
-var aCallable$l = aCallable$N;
-var anObject$A = anObject$1g;
-var isObject$b = isObject$L;
+var call$x = functionCall;
+var aCallable$k = aCallable$M;
+var anObject$C = anObject$1i;
+var isObject$b = isObject$M;
var getIteratorDirect$i = getIteratorDirect$o;
var createAsyncIteratorProxy$3 = asyncIteratorCreateProxy;
var createIterResultObject$8 = createIterResultObject$h;
@@ -13323,9 +13278,9 @@ var AsyncIteratorProxy$2 = createAsyncIteratorProxy$3(function (Promise) {
var loop = function () {
try {
- Promise.resolve(anObject$A(call$y(state.next, iterator))).then(function (step) {
+ Promise.resolve(anObject$C(call$x(state.next, iterator))).then(function (step) {
try {
- if (anObject$A(step).done) {
+ if (anObject$C(step).done) {
state.done = true;
resolve(createIterResultObject$8(undefined, true));
} else {
@@ -13354,8 +13309,8 @@ var AsyncIteratorProxy$2 = createAsyncIteratorProxy$3(function (Promise) {
// https://github.com/tc39/proposal-async-iterator-helpers
$$2r({ target: 'AsyncIterator', proto: true, real: true, forced: IS_PURE$c }, {
filter: function filter(predicate) {
- anObject$A(this);
- aCallable$l(predicate);
+ anObject$C(this);
+ aCallable$k(predicate);
return new AsyncIteratorProxy$2(getIteratorDirect$i(this), {
predicate: predicate
});
@@ -13373,9 +13328,9 @@ $$2q({ target: 'AsyncIterator', proto: true, real: true }, {
}
});
-var call$x = functionCall;
-var isCallable$b = isCallable$J;
-var anObject$z = anObject$1g;
+var call$w = functionCall;
+var isCallable$b = isCallable$I;
+var anObject$B = anObject$1i;
var getIteratorDirect$h = getIteratorDirect$o;
var getIteratorMethod$2 = getIteratorMethod$8;
var getMethod$4 = getMethod$l;
@@ -13385,7 +13340,7 @@ var AsyncFromSyncIterator$1 = asyncFromSyncIterator;
var ASYNC_ITERATOR = wellKnownSymbol$c('asyncIterator');
var getAsyncIteratorFlattenable$2 = function (obj) {
- var object = anObject$z(obj);
+ var object = anObject$B(obj);
var alreadyAsync = true;
var method = getMethod$4(object, ASYNC_ITERATOR);
var iterator;
@@ -13394,20 +13349,20 @@ var getAsyncIteratorFlattenable$2 = function (obj) {
alreadyAsync = false;
}
if (method !== undefined) {
- iterator = call$x(method, object);
+ iterator = call$w(method, object);
} else {
iterator = object;
alreadyAsync = true;
}
- anObject$z(iterator);
+ anObject$B(iterator);
return getIteratorDirect$h(alreadyAsync ? iterator : new AsyncFromSyncIterator$1(getIteratorDirect$h(iterator)));
};
var $$2p = _export;
-var call$w = functionCall;
-var aCallable$k = aCallable$N;
-var anObject$y = anObject$1g;
-var isObject$a = isObject$L;
+var call$v = functionCall;
+var aCallable$j = aCallable$M;
+var anObject$A = anObject$1i;
+var isObject$a = isObject$M;
var getIteratorDirect$g = getIteratorDirect$o;
var createAsyncIteratorProxy$2 = asyncIteratorCreateProxy;
var createIterResultObject$7 = createIterResultObject$h;
@@ -13432,9 +13387,9 @@ var AsyncIteratorProxy$1 = createAsyncIteratorProxy$2(function (Promise) {
var outerLoop = function () {
try {
- Promise.resolve(anObject$y(call$w(state.next, iterator))).then(function (step) {
+ Promise.resolve(anObject$A(call$v(state.next, iterator))).then(function (step) {
try {
- if (anObject$y(step).done) {
+ if (anObject$A(step).done) {
state.done = true;
resolve(createIterResultObject$7(undefined, true));
} else {
@@ -13462,9 +13417,9 @@ var AsyncIteratorProxy$1 = createAsyncIteratorProxy$2(function (Promise) {
var inner = state.inner;
if (inner) {
try {
- Promise.resolve(anObject$y(call$w(inner.next, inner.iterator))).then(function (result) {
+ Promise.resolve(anObject$A(call$v(inner.next, inner.iterator))).then(function (result) {
try {
- if (anObject$y(result).done) {
+ if (anObject$A(result).done) {
state.inner = null;
outerLoop();
} else resolve(createIterResultObject$7(result.value, false));
@@ -13482,8 +13437,8 @@ var AsyncIteratorProxy$1 = createAsyncIteratorProxy$2(function (Promise) {
// https://github.com/tc39/proposal-async-iterator-helpers
$$2p({ target: 'AsyncIterator', proto: true, real: true, forced: IS_PURE$b }, {
flatMap: function flatMap(mapper) {
- anObject$y(this);
- aCallable$k(mapper);
+ anObject$A(this);
+ aCallable$j(mapper);
return new AsyncIteratorProxy$1(getIteratorDirect$g(this), {
mapper: mapper,
inner: null
@@ -13502,15 +13457,15 @@ $$2o({ target: 'AsyncIterator', proto: true, real: true }, {
}
});
-var call$v = functionCall;
+var call$u = functionCall;
var createAsyncIteratorProxy$1 = asyncIteratorCreateProxy;
var asyncIteratorWrap = createAsyncIteratorProxy$1(function () {
- return call$v(this.next, this.iterator);
+ return call$u(this.next, this.iterator);
}, true);
var $$2n = _export;
-var toObject$3 = toObject$D;
+var toObject$4 = toObject$E;
var isPrototypeOf$1 = objectIsPrototypeOf;
var getAsyncIteratorFlattenable = getAsyncIteratorFlattenable$2;
var AsyncIteratorPrototype = asyncIteratorPrototype;
@@ -13521,7 +13476,7 @@ var IS_PURE$a = isPure;
// https://github.com/tc39/proposal-async-iterator-helpers
$$2n({ target: 'AsyncIterator', stat: true, forced: IS_PURE$a }, {
from: function from(O) {
- var iteratorRecord = getAsyncIteratorFlattenable(typeof O == 'string' ? toObject$3(O) : O);
+ var iteratorRecord = getAsyncIteratorFlattenable(typeof O == 'string' ? toObject$4(O) : O);
return isPrototypeOf$1(AsyncIteratorPrototype, iteratorRecord.iterator)
? iteratorRecord.iterator
: new WrapAsyncIterator$1(iteratorRecord);
@@ -13549,23 +13504,23 @@ $$2l({ target: 'AsyncIterator', proto: true, real: true, forced: IS_PURE$9 }, {
});
var $$2k = _export;
-var call$u = functionCall;
-var aCallable$j = aCallable$N;
-var anObject$x = anObject$1g;
-var isObject$9 = isObject$L;
+var call$t = functionCall;
+var aCallable$i = aCallable$M;
+var anObject$z = anObject$1i;
+var isObject$9 = isObject$M;
var getBuiltIn$m = getBuiltIn$M;
var getIteratorDirect$f = getIteratorDirect$o;
var closeAsyncIteration = asyncIteratorClose;
var Promise$1 = getBuiltIn$m('Promise');
-var $TypeError$l = TypeError;
+var $TypeError$k = TypeError;
// `AsyncIterator.prototype.reduce` method
// https://github.com/tc39/proposal-async-iterator-helpers
$$2k({ target: 'AsyncIterator', proto: true, real: true }, {
reduce: function reduce(reducer /* , initialValue */) {
- anObject$x(this);
- aCallable$j(reducer);
+ anObject$z(this);
+ aCallable$i(reducer);
var record = getIteratorDirect$f(this);
var iterator = record.iterator;
var next = record.next;
@@ -13580,10 +13535,10 @@ $$2k({ target: 'AsyncIterator', proto: true, real: true }, {
var loop = function () {
try {
- Promise$1.resolve(anObject$x(call$u(next, iterator))).then(function (step) {
+ Promise$1.resolve(anObject$z(call$t(next, iterator))).then(function (step) {
try {
- if (anObject$x(step).done) {
- noInitial ? reject(new $TypeError$l('Reduce of empty iterator with no initial value')) : resolve(accumulator);
+ if (anObject$z(step).done) {
+ noInitial ? reject(new $TypeError$k('Reduce of empty iterator with no initial value')) : resolve(accumulator);
} else {
var value = step.value;
if (noInitial) {
@@ -13625,8 +13580,8 @@ $$2j({ target: 'AsyncIterator', proto: true, real: true }, {
});
var $$2i = _export;
-var call$t = functionCall;
-var anObject$w = anObject$1g;
+var call$s = functionCall;
+var anObject$y = anObject$1i;
var getIteratorDirect$e = getIteratorDirect$o;
var notANaN$2 = notANan;
var toPositiveInteger$2 = toPositiveInteger$5;
@@ -13644,13 +13599,13 @@ var AsyncIteratorProxy = createAsyncIteratorProxy(function (Promise) {
state.done = true;
returnMethod = iterator['return'];
if (returnMethod !== undefined) {
- return Promise.resolve(call$t(returnMethod, iterator, undefined)).then(function () {
+ return Promise.resolve(call$s(returnMethod, iterator, undefined)).then(function () {
return resultDone;
});
}
return resultDone;
- } return Promise.resolve(call$t(state.next, iterator)).then(function (step) {
- if (anObject$w(step).done) {
+ } return Promise.resolve(call$s(state.next, iterator)).then(function (step) {
+ if (anObject$y(step).done) {
state.done = true;
return createIterResultObject$6(undefined, true);
} return createIterResultObject$6(step.value, false);
@@ -13664,7 +13619,7 @@ var AsyncIteratorProxy = createAsyncIteratorProxy(function (Promise) {
// https://github.com/tc39/proposal-async-iterator-helpers
$$2i({ target: 'AsyncIterator', proto: true, real: true, forced: IS_PURE$8 }, {
take: function take(limit) {
- anObject$w(this);
+ anObject$y(this);
var remaining = toPositiveInteger$2(notANaN$2(+limit));
return new AsyncIteratorProxy(getIteratorDirect$e(this), {
remaining: remaining
@@ -13686,8 +13641,8 @@ $$2h({ target: 'AsyncIterator', proto: true, real: true }, {
var InternalStateModule$9 = internalState;
var createIteratorConstructor$4 = iteratorCreateConstructor;
var createIterResultObject$5 = createIterResultObject$h;
-var isNullOrUndefined$4 = isNullOrUndefined$k;
-var isObject$8 = isObject$L;
+var isNullOrUndefined$3 = isNullOrUndefined$j;
+var isObject$8 = isObject$M;
var defineBuiltInAccessor$8 = defineBuiltInAccessor$p;
var DESCRIPTORS$c = descriptors;
@@ -13698,12 +13653,12 @@ var setInternalState$a = InternalStateModule$9.set;
var getInternalState$5 = InternalStateModule$9.getterFor(NUMERIC_RANGE_ITERATOR);
var $RangeError$3 = RangeError;
-var $TypeError$k = TypeError;
+var $TypeError$j = TypeError;
var $RangeIterator = createIteratorConstructor$4(function NumericRangeIterator(start, end, option, type, zero, one) {
// TODO: Drop the first `typeof` check after removing legacy methods in `core-js@4`
if (typeof start != type || (end !== Infinity && end !== -Infinity && typeof end != type)) {
- throw new $TypeError$k(INCORRECT_RANGE);
+ throw new $TypeError$j(INCORRECT_RANGE);
}
if (start === Infinity || start === -Infinity) {
throw new $RangeError$3(INCORRECT_RANGE);
@@ -13719,13 +13674,13 @@ var $RangeIterator = createIteratorConstructor$4(function NumericRangeIterator(s
} else if (typeof option == type) {
step = option;
} else {
- throw new $TypeError$k(INCORRECT_RANGE);
+ throw new $TypeError$j(INCORRECT_RANGE);
}
- if (isNullOrUndefined$4(step)) {
+ if (isNullOrUndefined$3(step)) {
step = ifIncrease ? one : -one;
}
if (typeof step != type) {
- throw new $TypeError$k(INCORRECT_RANGE);
+ throw new $TypeError$j(INCORRECT_RANGE);
}
if (step === Infinity || step === -Infinity || (step === zero && start !== end)) {
throw new $RangeError$3(INCORRECT_RANGE);
@@ -13809,10 +13764,10 @@ if (typeof BigInt == 'function') {
var getBuiltIn$l = getBuiltIn$M;
var create$5 = objectCreate$1;
-var isObject$7 = isObject$L;
+var isObject$7 = isObject$M;
var $Object$2 = Object;
-var $TypeError$j = TypeError;
+var $TypeError$i = TypeError;
var Map$7 = getBuiltIn$l('Map');
var WeakMap$2 = getBuiltIn$l('WeakMap');
@@ -13848,7 +13803,7 @@ var compositeKey = function () {
for (i = 0; i < length; i++) {
if (isObject$7(it = arguments[i])) active = active.next(i, it, true);
}
- if (this === $Object$2 && active === root) throw new $TypeError$j('Composite keys must contain a non-primitive component');
+ if (this === $Object$2 && active === root) throw new $TypeError$i('Composite keys must contain a non-primitive component');
for (i = 0; i < length; i++) {
if (!isObject$7(it = arguments[i])) active = active.next(i, it, false);
} return active;
@@ -13917,6 +13872,15 @@ $$2c({ target: 'DataView', proto: true, forced: true }, {
}
});
+var classof$4 = classof$q;
+
+var $TypeError$h = TypeError;
+
+var aDataView$2 = function (argument) {
+ if (classof$4(argument) === 'DataView') return argument;
+ throw new $TypeError$h('Argument is not a DataView');
+};
+
var floatRound = mathFloatRound;
var FLOAT16_EPSILON = 0.0009765625;
@@ -13931,12 +13895,11 @@ var mathF16round = Math.f16round || function f16round(x) {
var $$2b = _export;
var uncurryThis$y = functionUncurryThis;
-var classof$5 = classof$r;
+var aDataView$1 = aDataView$2;
var toIndex$1 = toIndex$5;
var packIEEE754 = ieee754.pack;
var f16round$1 = mathF16round;
-var $TypeError$i = TypeError;
// eslint-disable-next-line es/no-typed-arrays -- safe
var setUint16 = uncurryThis$y(DataView.prototype.setUint16);
@@ -13944,7 +13907,7 @@ var setUint16 = uncurryThis$y(DataView.prototype.setUint16);
// https://github.com/tc39/proposal-float16array
$$2b({ target: 'DataView', proto: true }, {
setFloat16: function setFloat16(byteOffset, value /* , littleEndian */) {
- if (classof$5(this) !== 'DataView') throw new $TypeError$i('Incorrect receiver');
+ aDataView$1(this);
var offset = toIndex$1(byteOffset);
var bytes = packIEEE754(f16round$1(value), 10, 2);
return setUint16(this, offset, bytes[1] << 8 | bytes[0], arguments.length > 2 ? arguments[2] : false);
@@ -13953,11 +13916,10 @@ $$2b({ target: 'DataView', proto: true }, {
var $$2a = _export;
var uncurryThis$x = functionUncurryThis;
-var classof$4 = classof$r;
+var aDataView = aDataView$2;
var toIndex = toIndex$5;
var toUint8Clamped = toUint8Clamped$2;
-var $TypeError$h = TypeError;
// eslint-disable-next-line es/no-typed-arrays -- safe
var setUint8 = uncurryThis$x(DataView.prototype.setUint8);
@@ -13965,7 +13927,7 @@ var setUint8 = uncurryThis$x(DataView.prototype.setUint8);
// https://github.com/tc39/proposal-dataview-get-set-uint8clamped
$$2a({ target: 'DataView', proto: true, forced: true }, {
setUint8Clamped: function setUint8Clamped(byteOffset, value) {
- if (classof$4(this) !== 'DataView') throw new $TypeError$h('Incorrect receiver');
+ aDataView(this);
var offset = toIndex(byteOffset);
return setUint8(this, offset, toUint8Clamped(value));
}
@@ -13975,7 +13937,7 @@ $$2a({ target: 'DataView', proto: true, forced: true }, {
var $$29 = _export;
var DESCRIPTORS$b = descriptors;
var getBuiltIn$i = getBuiltIn$M;
-var aCallable$i = aCallable$N;
+var aCallable$h = aCallable$M;
var anInstance$6 = anInstance$f;
var defineBuiltIn$7 = defineBuiltIn$u;
var defineBuiltIns$3 = defineBuiltIns$b;
@@ -14049,7 +14011,7 @@ defineBuiltIns$3(DisposableStackPrototype, {
},
adopt: function adopt(value, onDispose) {
var internalState = getPendingDisposableStackInternalState(this);
- aCallable$i(onDispose);
+ aCallable$h(onDispose);
addDisposableResource(internalState, undefined, HINT, function () {
onDispose(value);
});
@@ -14057,7 +14019,7 @@ defineBuiltIns$3(DisposableStackPrototype, {
},
defer: function defer(onDispose) {
var internalState = getPendingDisposableStackInternalState(this);
- aCallable$i(onDispose);
+ aCallable$h(onDispose);
addDisposableResource(internalState, undefined, HINT, onDispose);
},
move: function move() {
@@ -14086,10 +14048,10 @@ $$29({ global: true, constructor: true }, {
});
var uncurryThis$w = functionUncurryThis;
-var aCallable$h = aCallable$N;
+var aCallable$g = aCallable$M;
var functionDemethodize = function demethodize() {
- return uncurryThis$w(aCallable$h(this));
+ return uncurryThis$w(aCallable$g(this));
};
var $$28 = _export;
@@ -14103,13 +14065,13 @@ $$28({ target: 'Function', proto: true, forced: true }, {
var $$27 = _export;
var uncurryThis$v = functionUncurryThis;
-var $isCallable = isCallable$J;
+var $isCallable = isCallable$I;
var inspectSource = inspectSource$4;
var hasOwn$c = hasOwnProperty_1;
var DESCRIPTORS$a = descriptors;
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
-var getOwnPropertyDescriptor$4 = Object.getOwnPropertyDescriptor;
+var getOwnPropertyDescriptor$3 = Object.getOwnPropertyDescriptor;
var classRegExp = /^\s*class\b/;
var exec$9 = uncurryThis$v(classRegExp.exec);
@@ -14119,7 +14081,7 @@ var isClassConstructor = function (argument) {
// (for example, `DOMQuad` and similar in FF41-)
if (!DESCRIPTORS$a || !exec$9(classRegExp, inspectSource(argument))) return false;
} catch (error) { /* empty */ }
- var prototype = getOwnPropertyDescriptor$4(argument, 'prototype');
+ var prototype = getOwnPropertyDescriptor$3(argument, 'prototype');
return !!prototype && hasOwn$c(prototype, 'writable') && !prototype.writable;
};
@@ -14165,13 +14127,13 @@ $$25({ target: 'Function', proto: true, forced: true, name: 'demethodize' }, {
});
var $$24 = _export;
-var global$n = global$1a;
+var global$m = global$1a;
var anInstance$5 = anInstance$f;
-var anObject$v = anObject$1g;
-var isCallable$a = isCallable$J;
+var anObject$x = anObject$1i;
+var isCallable$a = isCallable$I;
var getPrototypeOf$3 = objectGetPrototypeOf$2;
var defineBuiltInAccessor$6 = defineBuiltInAccessor$p;
-var createProperty$3 = createProperty$c;
+var createProperty$3 = createProperty$b;
var fails$a = fails$1u;
var hasOwn$b = hasOwnProperty_1;
var wellKnownSymbol$9 = wellKnownSymbol$S;
@@ -14183,7 +14145,7 @@ var ITERATOR$4 = 'Iterator';
var TO_STRING_TAG$1 = wellKnownSymbol$9('toStringTag');
var $TypeError$g = TypeError;
-var NativeIterator = global$n[ITERATOR$4];
+var NativeIterator = global$m[ITERATOR$4];
// FF56- have non-standard global helper `Iterator`
var FORCED$1 = !isCallable$a(NativeIterator)
@@ -14204,7 +14166,7 @@ var defineIteratorPrototypeAccessor = function (key, value) {
return value;
},
set: function (replacement) {
- anObject$v(this);
+ anObject$x(this);
if (this === IteratorPrototype$3) throw new $TypeError$g("You can't redefine this property");
if (hasOwn$b(this, key)) this[key] = replacement;
else createProperty$3(this, key, replacement);
@@ -14227,7 +14189,7 @@ $$24({ global: true, constructor: true, forced: FORCED$1 }, {
Iterator: IteratorConstructor
});
-var call$s = functionCall;
+var call$r = functionCall;
var create$3 = objectCreate$1;
var createNonEnumerableProperty$3 = createNonEnumerableProperty$j;
var defineBuiltIns$2 = defineBuiltIns$b;
@@ -14267,7 +14229,7 @@ var createIteratorProxyPrototype = function (IS_ITERATOR) {
state.done = true;
if (IS_ITERATOR) {
var returnMethod = getMethod$3(iterator, 'return');
- return returnMethod ? call$s(returnMethod, iterator) : createIterResultObject$4(undefined, true);
+ return returnMethod ? call$r(returnMethod, iterator) : createIterResultObject$4(undefined, true);
}
if (state.inner) try {
iteratorClose$4(state.inner.iterator, 'normal');
@@ -14303,16 +14265,16 @@ var iteratorCreateProxy = function (nextHandler, IS_ITERATOR) {
return IteratorProxy;
};
-var call$r = functionCall;
-var aCallable$g = aCallable$N;
-var anObject$u = anObject$1g;
+var call$q = functionCall;
+var aCallable$f = aCallable$M;
+var anObject$w = anObject$1i;
var getIteratorDirect$d = getIteratorDirect$o;
var createIteratorProxy$5 = iteratorCreateProxy;
var callWithSafeIterationClosing$1 = callWithSafeIterationClosing$3;
var IteratorProxy$5 = createIteratorProxy$5(function () {
var iterator = this.iterator;
- var result = anObject$u(call$r(this.next, iterator));
+ var result = anObject$w(call$q(this.next, iterator));
var done = this.done = !!result.done;
if (!done) return callWithSafeIterationClosing$1(iterator, this.mapper, [result.value, this.counter++], true);
});
@@ -14320,14 +14282,14 @@ var IteratorProxy$5 = createIteratorProxy$5(function () {
// `Iterator.prototype.map` method
// https://github.com/tc39/proposal-iterator-helpers
var iteratorMap = function map(mapper) {
- anObject$u(this);
- aCallable$g(mapper);
+ anObject$w(this);
+ aCallable$f(mapper);
return new IteratorProxy$5(getIteratorDirect$d(this), {
mapper: mapper
});
};
-var call$q = functionCall;
+var call$p = functionCall;
var map$1 = iteratorMap;
var callback = function (value, counter) {
@@ -14337,7 +14299,7 @@ var callback = function (value, counter) {
// `Iterator.prototype.indexed` method
// https://github.com/tc39/proposal-iterator-helpers
var iteratorIndexed = function indexed() {
- return call$q(map$1, this, callback);
+ return call$p(map$1, this, callback);
};
// TODO: Remove from `core-js@4`
@@ -14351,7 +14313,7 @@ $$23({ target: 'Iterator', name: 'indexed', proto: true, real: true, forced: tru
});
// https://github.com/tc39/proposal-explicit-resource-management
-var call$p = functionCall;
+var call$o = functionCall;
var defineBuiltIn$6 = defineBuiltIn$u;
var getMethod$2 = getMethod$l;
var hasOwn$a = hasOwnProperty_1;
@@ -14363,13 +14325,13 @@ var DISPOSE = wellKnownSymbol$7('dispose');
if (!hasOwn$a(IteratorPrototype$1, DISPOSE)) {
defineBuiltIn$6(IteratorPrototype$1, DISPOSE, function () {
var $return = getMethod$2(this, 'return');
- if ($return) call$p($return, this);
+ if ($return) call$o($return, this);
});
}
var $$22 = _export;
-var call$o = functionCall;
-var anObject$t = anObject$1g;
+var call$n = functionCall;
+var anObject$v = anObject$1i;
var getIteratorDirect$c = getIteratorDirect$o;
var notANaN$1 = notANan;
var toPositiveInteger$1 = toPositiveInteger$5;
@@ -14382,11 +14344,11 @@ var IteratorProxy$4 = createIteratorProxy$4(function () {
var result, done;
while (this.remaining) {
this.remaining--;
- result = anObject$t(call$o(next, iterator));
+ result = anObject$v(call$n(next, iterator));
done = this.done = !!result.done;
if (done) return;
}
- result = anObject$t(call$o(next, iterator));
+ result = anObject$v(call$n(next, iterator));
done = this.done = !!result.done;
if (!done) return result.value;
});
@@ -14395,7 +14357,7 @@ var IteratorProxy$4 = createIteratorProxy$4(function () {
// https://github.com/tc39/proposal-iterator-helpers
$$22({ target: 'Iterator', proto: true, real: true, forced: IS_PURE$7 }, {
drop: function drop(limit) {
- anObject$t(this);
+ anObject$v(this);
var remaining = toPositiveInteger$1(notANaN$1(+limit));
return new IteratorProxy$4(getIteratorDirect$c(this), {
remaining: remaining
@@ -14405,16 +14367,16 @@ $$22({ target: 'Iterator', proto: true, real: true, forced: IS_PURE$7 }, {
var $$21 = _export;
var iterate$t = iterate$G;
-var aCallable$f = aCallable$N;
-var anObject$s = anObject$1g;
+var aCallable$e = aCallable$M;
+var anObject$u = anObject$1i;
var getIteratorDirect$b = getIteratorDirect$o;
// `Iterator.prototype.every` method
// https://github.com/tc39/proposal-iterator-helpers
$$21({ target: 'Iterator', proto: true, real: true }, {
every: function every(predicate) {
- anObject$s(this);
- aCallable$f(predicate);
+ anObject$u(this);
+ aCallable$e(predicate);
var record = getIteratorDirect$b(this);
var counter = 0;
return !iterate$t(record, function (value, stop) {
@@ -14424,9 +14386,9 @@ $$21({ target: 'Iterator', proto: true, real: true }, {
});
var $$20 = _export;
-var call$n = functionCall;
-var aCallable$e = aCallable$N;
-var anObject$r = anObject$1g;
+var call$m = functionCall;
+var aCallable$d = aCallable$M;
+var anObject$t = anObject$1i;
var getIteratorDirect$a = getIteratorDirect$o;
var createIteratorProxy$3 = iteratorCreateProxy;
var callWithSafeIterationClosing = callWithSafeIterationClosing$3;
@@ -14438,7 +14400,7 @@ var IteratorProxy$3 = createIteratorProxy$3(function () {
var next = this.next;
var result, done, value;
while (true) {
- result = anObject$r(call$n(next, iterator));
+ result = anObject$t(call$m(next, iterator));
done = this.done = !!result.done;
if (done) return;
value = result.value;
@@ -14450,8 +14412,8 @@ var IteratorProxy$3 = createIteratorProxy$3(function () {
// https://github.com/tc39/proposal-iterator-helpers
$$20({ target: 'Iterator', proto: true, real: true, forced: IS_PURE$6 }, {
filter: function filter(predicate) {
- anObject$r(this);
- aCallable$e(predicate);
+ anObject$t(this);
+ aCallable$d(predicate);
return new IteratorProxy$3(getIteratorDirect$a(this), {
predicate: predicate
});
@@ -14460,16 +14422,16 @@ $$20({ target: 'Iterator', proto: true, real: true, forced: IS_PURE$6 }, {
var $$1$ = _export;
var iterate$s = iterate$G;
-var aCallable$d = aCallable$N;
-var anObject$q = anObject$1g;
+var aCallable$c = aCallable$M;
+var anObject$s = anObject$1i;
var getIteratorDirect$9 = getIteratorDirect$o;
// `Iterator.prototype.find` method
// https://github.com/tc39/proposal-iterator-helpers
$$1$({ target: 'Iterator', proto: true, real: true }, {
find: function find(predicate) {
- anObject$q(this);
- aCallable$d(predicate);
+ anObject$s(this);
+ aCallable$c(predicate);
var record = getIteratorDirect$9(this);
var counter = 0;
return iterate$s(record, function (value, stop) {
@@ -14478,21 +14440,21 @@ $$1$({ target: 'Iterator', proto: true, real: true }, {
}
});
-var call$m = functionCall;
-var anObject$p = anObject$1g;
+var call$l = functionCall;
+var anObject$r = anObject$1i;
var getIteratorDirect$8 = getIteratorDirect$o;
var getIteratorMethod$1 = getIteratorMethod$8;
var getIteratorFlattenable$2 = function (obj, stringHandling) {
- if (!stringHandling || typeof obj !== 'string') anObject$p(obj);
+ if (!stringHandling || typeof obj !== 'string') anObject$r(obj);
var method = getIteratorMethod$1(obj);
- return getIteratorDirect$8(anObject$p(method !== undefined ? call$m(method, obj) : obj));
+ return getIteratorDirect$8(anObject$r(method !== undefined ? call$l(method, obj) : obj));
};
var $$1_ = _export;
-var call$l = functionCall;
-var aCallable$c = aCallable$N;
-var anObject$o = anObject$1g;
+var call$k = functionCall;
+var aCallable$b = aCallable$M;
+var anObject$q = anObject$1i;
var getIteratorDirect$7 = getIteratorDirect$o;
var getIteratorFlattenable$1 = getIteratorFlattenable$2;
var createIteratorProxy$2 = iteratorCreateProxy;
@@ -14506,12 +14468,12 @@ var IteratorProxy$2 = createIteratorProxy$2(function () {
while (true) {
if (inner = this.inner) try {
- result = anObject$o(call$l(inner.next, inner.iterator));
+ result = anObject$q(call$k(inner.next, inner.iterator));
if (!result.done) return result.value;
this.inner = null;
} catch (error) { iteratorClose$3(iterator, 'throw', error); }
- result = anObject$o(call$l(this.next, iterator));
+ result = anObject$q(call$k(this.next, iterator));
if (this.done = !!result.done) return;
@@ -14525,8 +14487,8 @@ var IteratorProxy$2 = createIteratorProxy$2(function () {
// https://github.com/tc39/proposal-iterator-helpers
$$1_({ target: 'Iterator', proto: true, real: true, forced: IS_PURE$5 }, {
flatMap: function flatMap(mapper) {
- anObject$o(this);
- aCallable$c(mapper);
+ anObject$q(this);
+ aCallable$b(mapper);
return new IteratorProxy$2(getIteratorDirect$7(this), {
mapper: mapper,
inner: null
@@ -14536,16 +14498,16 @@ $$1_({ target: 'Iterator', proto: true, real: true, forced: IS_PURE$5 }, {
var $$1Z = _export;
var iterate$r = iterate$G;
-var aCallable$b = aCallable$N;
-var anObject$n = anObject$1g;
+var aCallable$a = aCallable$M;
+var anObject$p = anObject$1i;
var getIteratorDirect$6 = getIteratorDirect$o;
// `Iterator.prototype.forEach` method
// https://github.com/tc39/proposal-iterator-helpers
$$1Z({ target: 'Iterator', proto: true, real: true }, {
forEach: function forEach(fn) {
- anObject$n(this);
- aCallable$b(fn);
+ anObject$p(this);
+ aCallable$a(fn);
var record = getIteratorDirect$6(this);
var counter = 0;
iterate$r(record, function (value) {
@@ -14555,8 +14517,8 @@ $$1Z({ target: 'Iterator', proto: true, real: true }, {
});
var $$1Y = _export;
-var call$k = functionCall;
-var toObject$2 = toObject$D;
+var call$j = functionCall;
+var toObject$3 = toObject$E;
var isPrototypeOf = objectIsPrototypeOf;
var IteratorPrototype = iteratorsCore.IteratorPrototype;
var createIteratorProxy$1 = iteratorCreateProxy;
@@ -14564,14 +14526,14 @@ var getIteratorFlattenable = getIteratorFlattenable$2;
var IS_PURE$4 = isPure;
var IteratorProxy$1 = createIteratorProxy$1(function () {
- return call$k(this.next, this.iterator);
+ return call$j(this.next, this.iterator);
}, true);
// `Iterator.from` method
// https://github.com/tc39/proposal-iterator-helpers
$$1Y({ target: 'Iterator', stat: true, forced: IS_PURE$4 }, {
from: function from(O) {
- var iteratorRecord = getIteratorFlattenable(typeof O == 'string' ? toObject$2(O) : O, true);
+ var iteratorRecord = getIteratorFlattenable(typeof O == 'string' ? toObject$3(O) : O, true);
return isPrototypeOf(IteratorPrototype, iteratorRecord.iterator)
? iteratorRecord.iterator
: new IteratorProxy$1(iteratorRecord);
@@ -14616,8 +14578,8 @@ $$1V({ target: 'Iterator', stat: true, forced: true }, {
var $$1U = _export;
var iterate$q = iterate$G;
-var aCallable$a = aCallable$N;
-var anObject$m = anObject$1g;
+var aCallable$9 = aCallable$M;
+var anObject$o = anObject$1i;
var getIteratorDirect$5 = getIteratorDirect$o;
var $TypeError$e = TypeError;
@@ -14626,8 +14588,8 @@ var $TypeError$e = TypeError;
// https://github.com/tc39/proposal-iterator-helpers
$$1U({ target: 'Iterator', proto: true, real: true }, {
reduce: function reduce(reducer /* , initialValue */) {
- anObject$m(this);
- aCallable$a(reducer);
+ anObject$o(this);
+ aCallable$9(reducer);
var record = getIteratorDirect$5(this);
var noInitial = arguments.length < 2;
var accumulator = noInitial ? undefined : arguments[1];
@@ -14648,16 +14610,16 @@ $$1U({ target: 'Iterator', proto: true, real: true }, {
var $$1T = _export;
var iterate$p = iterate$G;
-var aCallable$9 = aCallable$N;
-var anObject$l = anObject$1g;
+var aCallable$8 = aCallable$M;
+var anObject$n = anObject$1i;
var getIteratorDirect$4 = getIteratorDirect$o;
// `Iterator.prototype.some` method
// https://github.com/tc39/proposal-iterator-helpers
$$1T({ target: 'Iterator', proto: true, real: true }, {
some: function some(predicate) {
- anObject$l(this);
- aCallable$9(predicate);
+ anObject$n(this);
+ aCallable$8(predicate);
var record = getIteratorDirect$4(this);
var counter = 0;
return iterate$p(record, function (value, stop) {
@@ -14667,8 +14629,8 @@ $$1T({ target: 'Iterator', proto: true, real: true }, {
});
var $$1S = _export;
-var call$j = functionCall;
-var anObject$k = anObject$1g;
+var call$i = functionCall;
+var anObject$m = anObject$1i;
var getIteratorDirect$3 = getIteratorDirect$o;
var notANaN = notANan;
var toPositiveInteger = toPositiveInteger$5;
@@ -14682,7 +14644,7 @@ var IteratorProxy = createIteratorProxy(function () {
this.done = true;
return iteratorClose$2(iterator, 'normal', undefined);
}
- var result = anObject$k(call$j(this.next, iterator));
+ var result = anObject$m(call$i(this.next, iterator));
var done = this.done = !!result.done;
if (!done) return result.value;
});
@@ -14691,7 +14653,7 @@ var IteratorProxy = createIteratorProxy(function () {
// https://github.com/tc39/proposal-iterator-helpers
$$1S({ target: 'Iterator', proto: true, real: true, forced: IS_PURE$2 }, {
take: function take(limit) {
- anObject$k(this);
+ anObject$m(this);
var remaining = toPositiveInteger(notANaN(+limit));
return new IteratorProxy(getIteratorDirect$3(this), {
remaining: remaining
@@ -14700,24 +14662,24 @@ $$1S({ target: 'Iterator', proto: true, real: true, forced: IS_PURE$2 }, {
});
var $$1R = _export;
-var anObject$j = anObject$1g;
+var anObject$l = anObject$1i;
var iterate$o = iterate$G;
var getIteratorDirect$2 = getIteratorDirect$o;
-var push$c = [].push;
+var push$b = [].push;
// `Iterator.prototype.toArray` method
// https://github.com/tc39/proposal-iterator-helpers
$$1R({ target: 'Iterator', proto: true, real: true }, {
toArray: function toArray() {
var result = [];
- iterate$o(getIteratorDirect$2(anObject$j(this)), push$c, { that: result, IS_RECORD: true });
+ iterate$o(getIteratorDirect$2(anObject$l(this)), push$b, { that: result, IS_RECORD: true });
return result;
}
});
var $$1Q = _export;
-var anObject$i = anObject$1g;
+var anObject$k = anObject$1i;
var AsyncFromSyncIterator = asyncFromSyncIterator;
var WrapAsyncIterator = asyncIteratorWrap;
var getIteratorDirect$1 = getIteratorDirect$o;
@@ -14727,7 +14689,7 @@ var IS_PURE$1 = isPure;
// https://github.com/tc39/proposal-async-iterator-helpers
$$1Q({ target: 'Iterator', proto: true, real: true, forced: IS_PURE$1 }, {
toAsync: function toAsync() {
- return new WrapAsyncIterator(getIteratorDirect$1(new AsyncFromSyncIterator(getIteratorDirect$1(anObject$i(this)))));
+ return new WrapAsyncIterator(getIteratorDirect$1(new AsyncFromSyncIterator(getIteratorDirect$1(anObject$k(this)))));
}
});
@@ -14740,7 +14702,7 @@ var nativeRawJson = !fails$9(function () {
return !JSON.isRawJSON(raw) || JSON.stringify(raw) !== unsafeInt;
});
-var isObject$6 = isObject$L;
+var isObject$6 = isObject$M;
var getInternalState$4 = internalState.get;
var isRawJson = function isRawJSON(O) {
@@ -14818,32 +14780,32 @@ var parseJsonString = function (source, i) {
var $$1O = _export;
var DESCRIPTORS$8 = descriptors;
-var global$m = global$1a;
+var global$l = global$1a;
var getBuiltIn$h = getBuiltIn$M;
var uncurryThis$t = functionUncurryThis;
-var call$i = functionCall;
-var isCallable$9 = isCallable$J;
-var isObject$5 = isObject$L;
+var call$h = functionCall;
+var isCallable$9 = isCallable$I;
+var isObject$5 = isObject$M;
var isArray = isArray$b;
var hasOwn$8 = hasOwnProperty_1;
var toString$b = toString$J;
-var lengthOfArrayLike$4 = lengthOfArrayLike$C;
-var createProperty$2 = createProperty$c;
+var lengthOfArrayLike$4 = lengthOfArrayLike$B;
+var createProperty$2 = createProperty$b;
var fails$8 = fails$1u;
var parseJSONString$1 = parseJsonString;
var NATIVE_SYMBOL = symbolConstructorDetection;
-var JSON$1 = global$m.JSON;
-var Number$1 = global$m.Number;
-var SyntaxError$3 = global$m.SyntaxError;
+var JSON$1 = global$l.JSON;
+var Number$1 = global$l.Number;
+var SyntaxError$3 = global$l.SyntaxError;
var nativeParse = JSON$1 && JSON$1.parse;
var enumerableOwnProperties = getBuiltIn$h('Object', 'keys');
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
-var getOwnPropertyDescriptor$3 = Object.getOwnPropertyDescriptor;
+var getOwnPropertyDescriptor$2 = Object.getOwnPropertyDescriptor;
var at$1 = uncurryThis$t(''.charAt);
var slice$1 = uncurryThis$t(''.slice);
var exec$7 = uncurryThis$t(/./.exec);
-var push$b = uncurryThis$t([].push);
+var push$a = uncurryThis$t([].push);
var IS_DIGIT = /^\d$/;
var IS_NON_ZERO_DIGIT = /^[1-9]$/;
@@ -14888,12 +14850,12 @@ var internalize = function (holder, name, reviver, node) {
}
}
}
- return call$i(reviver, holder, name, val, context);
+ return call$h(reviver, holder, name, val, context);
};
var internalizeProperty = function (object, key, value) {
if (DESCRIPTORS$8) {
- var descriptor = getOwnPropertyDescriptor$3(object, key);
+ var descriptor = getOwnPropertyDescriptor$2(object, key);
if (descriptor && !descriptor.configurable) return;
}
if (value === undefined) delete object[key];
@@ -14988,8 +14950,8 @@ Context.prototype = {
break;
}
var result = this.fork(i).parse();
- push$b(nodes, result);
- push$b(array, result.value);
+ push$a(nodes, result);
+ push$a(array, result.value);
i = this.until([',', ']'], result.end);
if (at$1(source, i) === ',') {
expectElement = true;
@@ -15071,12 +15033,12 @@ var $$1N = _export;
var FREEZING$1 = freezing;
var NATIVE_RAW_JSON = nativeRawJson;
var getBuiltIn$g = getBuiltIn$M;
-var call$h = functionCall;
+var call$g = functionCall;
var uncurryThis$s = functionUncurryThis;
-var isCallable$8 = isCallable$J;
+var isCallable$8 = isCallable$I;
var isRawJSON = isRawJson;
var toString$a = toString$J;
-var createProperty$1 = createProperty$c;
+var createProperty$1 = createProperty$b;
var parseJSONString = parseJsonString;
var getReplacerFunction = getJsonReplacerFunction;
var uid$1 = uid$7;
@@ -15091,7 +15053,7 @@ var freeze$1 = getBuiltIn$g('Object', 'freeze');
var at = uncurryThis$s(''.charAt);
var slice = uncurryThis$s(''.slice);
var exec$6 = uncurryThis$s(/./.exec);
-var push$a = uncurryThis$s([].push);
+var push$9 = uncurryThis$s([].push);
var MARK = uid$1();
var MARK_LENGTH = MARK.length;
@@ -15126,8 +15088,8 @@ if ($stringify) $$1N({ target: 'JSON', stat: true, arity: 3, forced: !NATIVE_RAW
var json = $stringify(text, function (key, value) {
// some old implementations (like WebKit) could pass numbers as keys
- var v = isCallable$8(replacerFunction) ? call$h(replacerFunction, this, $String$1(key), value) : value;
- return isRawJSON(v) ? MARK + (push$a(rawStrings, v.rawJSON) - 1) : v;
+ var v = isCallable$8(replacerFunction) ? call$g(replacerFunction, this, $String$1(key), value) : value;
+ return isRawJSON(v) ? MARK + (push$9(rawStrings, v.rawJSON) - 1) : v;
}, space);
if (typeof json != 'string') return json;
@@ -15179,11 +15141,11 @@ $$1M({ target: 'Map', proto: true, real: true, forced: true }, {
var $$1L = _export;
var aMap$c = aMap$e;
-var MapHelpers$5 = mapHelpers;
+var MapHelpers$7 = mapHelpers;
-var get$2 = MapHelpers$5.get;
-var has$a = MapHelpers$5.has;
-var set$6 = MapHelpers$5.set;
+var get$2 = MapHelpers$7.get;
+var has$a = MapHelpers$7.has;
+var set$6 = MapHelpers$7.set;
// `Map.prototype.emplace` method
// https://github.com/tc39/proposal-upsert
@@ -15224,11 +15186,11 @@ $$1K({ target: 'Map', proto: true, real: true, forced: true }, {
var $$1J = _export;
var bind$d = functionBindContext;
var aMap$a = aMap$e;
-var MapHelpers$4 = mapHelpers;
+var MapHelpers$6 = mapHelpers;
var iterate$m = mapIterate;
-var Map$6 = MapHelpers$4.Map;
-var set$5 = MapHelpers$4.set;
+var Map$6 = MapHelpers$6.Map;
+var set$5 = MapHelpers$6.set;
// `Map.prototype.filter` method
// https://github.com/tc39/proposal-collection-methods
@@ -15282,42 +15244,36 @@ $$1H({ target: 'Map', proto: true, real: true, forced: true }, {
// https://tc39.github.io/proposal-setmap-offrom/
var bind$a = functionBindContext;
-var call$g = functionCall;
-var aCallable$8 = aCallable$N;
-var aConstructor$1 = aConstructor$5;
-var isNullOrUndefined$3 = isNullOrUndefined$k;
+var anObject$j = anObject$1i;
+var toObject$2 = toObject$E;
var iterate$j = iterate$G;
-var push$9 = [].push;
-
-var collectionFrom = function from(source /* , mapFn, thisArg */) {
- var length = arguments.length;
- var mapFn = length > 1 ? arguments[1] : undefined;
- var mapping, array, n, boundFunction;
- aConstructor$1(this);
- mapping = mapFn !== undefined;
- if (mapping) aCallable$8(mapFn);
- if (isNullOrUndefined$3(source)) return new this();
- array = [];
- if (mapping) {
- n = 0;
- boundFunction = bind$a(mapFn, length > 2 ? arguments[2] : undefined);
- iterate$j(source, function (nextItem) {
- call$g(push$9, array, boundFunction(nextItem, n++));
+var collectionFrom = function (C, adder, ENTRY) {
+ return function from(source /* , mapFn, thisArg */) {
+ var O = toObject$2(source);
+ var length = arguments.length;
+ var mapFn = length > 1 ? arguments[1] : undefined;
+ var mapping = mapFn !== undefined;
+ var boundFunction = mapping ? bind$a(mapFn, length > 2 ? arguments[2] : undefined) : undefined;
+ var result = new C();
+ var n = 0;
+ iterate$j(O, function (nextItem) {
+ var entry = mapping ? boundFunction(nextItem, n++) : nextItem;
+ if (ENTRY) adder(result, anObject$j(entry)[0], entry[1]);
+ else adder(result, entry);
});
- } else {
- iterate$j(source, push$9, { that: array });
- }
- return new this(array);
+ return result;
+ };
};
var $$1G = _export;
-var from$3 = collectionFrom;
+var MapHelpers$5 = mapHelpers;
+var createCollectionFrom$3 = collectionFrom;
// `Map.from` method
// https://tc39.github.io/proposal-setmap-offrom/#sec-map.from
$$1G({ target: 'Map', stat: true, forced: true }, {
- from: from$3
+ from: createCollectionFrom$3(MapHelpers$5.Map, MapHelpers$5.set, true)
});
// `SameValueZero` abstract operation
@@ -15345,8 +15301,8 @@ $$1F({ target: 'Map', proto: true, real: true, forced: true }, {
var $$1E = _export;
var call$f = functionCall;
var iterate$h = iterate$G;
-var isCallable$7 = isCallable$J;
-var aCallable$7 = aCallable$N;
+var isCallable$7 = isCallable$I;
+var aCallable$7 = aCallable$M;
var Map$5 = mapHelpers.Map;
// `Map.keyBy` method
@@ -15382,11 +15338,11 @@ $$1D({ target: 'Map', proto: true, real: true, forced: true }, {
var $$1C = _export;
var bind$9 = functionBindContext;
var aMap$5 = aMap$e;
-var MapHelpers$3 = mapHelpers;
+var MapHelpers$4 = mapHelpers;
var iterate$f = mapIterate;
-var Map$4 = MapHelpers$3.Map;
-var set$4 = MapHelpers$3.set;
+var Map$4 = MapHelpers$4.Map;
+var set$4 = MapHelpers$4.set;
// `Map.prototype.mapKeys` method
// https://github.com/tc39/proposal-collection-methods
@@ -15405,11 +15361,11 @@ $$1C({ target: 'Map', proto: true, real: true, forced: true }, {
var $$1B = _export;
var bind$8 = functionBindContext;
var aMap$4 = aMap$e;
-var MapHelpers$2 = mapHelpers;
+var MapHelpers$3 = mapHelpers;
var iterate$e = mapIterate;
-var Map$3 = MapHelpers$2.Map;
-var set$3 = MapHelpers$2.set;
+var Map$3 = MapHelpers$3.Map;
+var set$3 = MapHelpers$3.set;
// `Map.prototype.mapValues` method
// https://github.com/tc39/proposal-collection-methods
@@ -15447,24 +15403,33 @@ $$1A({ target: 'Map', proto: true, real: true, arity: 1, forced: true }, {
}
});
-var arraySlice$2 = arraySlice$b;
+var anObject$i = anObject$1i;
// https://tc39.github.io/proposal-setmap-offrom/
-var collectionOf = function of() {
- return new this(arraySlice$2(arguments));
+var collectionOf = function (C, adder, ENTRY) {
+ return function of() {
+ var result = new C();
+ var length = arguments.length;
+ for (var index = 0; index < length; index++) {
+ var entry = arguments[index];
+ if (ENTRY) adder(result, anObject$i(entry)[0], entry[1]);
+ else adder(result, entry);
+ } return result;
+ };
};
var $$1z = _export;
-var of$3 = collectionOf;
+var MapHelpers$2 = mapHelpers;
+var createCollectionOf$3 = collectionOf;
// `Map.of` method
// https://tc39.github.io/proposal-setmap-offrom/#sec-map.of
$$1z({ target: 'Map', stat: true, forced: true }, {
- of: of$3
+ of: createCollectionOf$3(MapHelpers$2.Map, MapHelpers$2.set, true)
});
var $$1y = _export;
-var aCallable$6 = aCallable$N;
+var aCallable$6 = aCallable$M;
var aMap$2 = aMap$e;
var iterate$c = mapIterate;
@@ -15509,7 +15474,7 @@ $$1x({ target: 'Map', proto: true, real: true, forced: true }, {
});
var $$1w = _export;
-var aCallable$5 = aCallable$N;
+var aCallable$5 = aCallable$M;
var aMap = aMap$e;
var MapHelpers$1 = mapHelpers;
@@ -15536,9 +15501,9 @@ $$1w({ target: 'Map', proto: true, real: true, forced: true }, {
});
var call$e = functionCall;
-var aCallable$4 = aCallable$N;
-var isCallable$6 = isCallable$J;
-var anObject$h = anObject$1g;
+var aCallable$4 = aCallable$M;
+var isCallable$6 = isCallable$I;
+var anObject$h = anObject$1i;
var $TypeError$b = TypeError;
@@ -15730,7 +15695,7 @@ $$1j({ target: 'Math', stat: true, forced: true }, {
});
var $$1i = _export;
-var anObject$g = anObject$1g;
+var anObject$g = anObject$1i;
var numberIsFinite = numberIsFinite$2;
var createIteratorConstructor$3 = iteratorCreateConstructor;
var createIterResultObject$3 = createIterResultObject$h;
@@ -15854,7 +15819,7 @@ var createIteratorConstructor$2 = iteratorCreateConstructor;
var createIterResultObject$2 = createIterResultObject$h;
var hasOwn$7 = hasOwnProperty_1;
var objectKeys$1 = objectKeys$6;
-var toObject$1 = toObject$D;
+var toObject$1 = toObject$E;
var OBJECT_ITERATOR = 'Object Iterator';
var setInternalState$5 = InternalStateModule$5.set;
@@ -15928,12 +15893,12 @@ var $$1a = _export;
var call$d = functionCall;
var DESCRIPTORS$7 = descriptors;
var setSpecies = setSpecies$7;
-var aCallable$3 = aCallable$N;
-var anObject$f = anObject$1g;
+var aCallable$3 = aCallable$M;
+var anObject$f = anObject$1i;
var anInstance$4 = anInstance$f;
-var isCallable$5 = isCallable$J;
-var isNullOrUndefined$2 = isNullOrUndefined$k;
-var isObject$4 = isObject$L;
+var isCallable$5 = isCallable$I;
+var isNullOrUndefined$2 = isNullOrUndefined$j;
+var isObject$4 = isObject$M;
var getMethod$1 = getMethod$l;
var defineBuiltIn$5 = defineBuiltIn$u;
var defineBuiltIns$1 = defineBuiltIns$b;
@@ -16113,7 +16078,7 @@ setSpecies(OBSERVABLE);
var $$19 = _export;
var getBuiltIn$f = getBuiltIn$M;
var call$c = functionCall;
-var anObject$e = anObject$1g;
+var anObject$e = anObject$1i;
var isConstructor$2 = isConstructor$a;
var getIterator$1 = getIterator$7;
var getMethod = getMethod$l;
@@ -16250,7 +16215,7 @@ var reflectMetadata = {
// TODO: Remove from `core-js@4`
var $$16 = _export;
var ReflectMetadataModule$8 = reflectMetadata;
-var anObject$d = anObject$1g;
+var anObject$d = anObject$1i;
var toMetadataKey$8 = ReflectMetadataModule$8.toKey;
var ordinaryDefineOwnMetadata$1 = ReflectMetadataModule$8.set;
@@ -16266,7 +16231,7 @@ $$16({ target: 'Reflect', stat: true }, {
var $$15 = _export;
var ReflectMetadataModule$7 = reflectMetadata;
-var anObject$c = anObject$1g;
+var anObject$c = anObject$1i;
var toMetadataKey$7 = ReflectMetadataModule$7.toKey;
var getOrCreateMetadataMap = ReflectMetadataModule$7.getMap;
@@ -16289,7 +16254,7 @@ $$15({ target: 'Reflect', stat: true }, {
// TODO: Remove from `core-js@4`
var $$14 = _export;
var ReflectMetadataModule$6 = reflectMetadata;
-var anObject$b = anObject$1g;
+var anObject$b = anObject$1i;
var getPrototypeOf$2 = objectGetPrototypeOf$2;
var ordinaryHasOwnMetadata$2 = ReflectMetadataModule$6.has;
@@ -16316,7 +16281,7 @@ $$14({ target: 'Reflect', stat: true }, {
var $$13 = _export;
var uncurryThis$p = functionUncurryThis;
var ReflectMetadataModule$5 = reflectMetadata;
-var anObject$a = anObject$1g;
+var anObject$a = anObject$1i;
var getPrototypeOf$1 = objectGetPrototypeOf$2;
var $arrayUniqueBy$1 = arrayUniqueBy$2;
@@ -16345,7 +16310,7 @@ $$13({ target: 'Reflect', stat: true }, {
// TODO: Remove from `core-js@4`
var $$12 = _export;
var ReflectMetadataModule$4 = reflectMetadata;
-var anObject$9 = anObject$1g;
+var anObject$9 = anObject$1i;
var ordinaryGetOwnMetadata = ReflectMetadataModule$4.get;
var toMetadataKey$4 = ReflectMetadataModule$4.toKey;
@@ -16362,7 +16327,7 @@ $$12({ target: 'Reflect', stat: true }, {
// TODO: Remove from `core-js@4`
var $$11 = _export;
var ReflectMetadataModule$3 = reflectMetadata;
-var anObject$8 = anObject$1g;
+var anObject$8 = anObject$1i;
var ordinaryOwnMetadataKeys = ReflectMetadataModule$3.keys;
var toMetadataKey$3 = ReflectMetadataModule$3.toKey;
@@ -16379,7 +16344,7 @@ $$11({ target: 'Reflect', stat: true }, {
// TODO: Remove from `core-js@4`
var $$10 = _export;
var ReflectMetadataModule$2 = reflectMetadata;
-var anObject$7 = anObject$1g;
+var anObject$7 = anObject$1i;
var getPrototypeOf = objectGetPrototypeOf$2;
var ordinaryHasOwnMetadata$1 = ReflectMetadataModule$2.has;
@@ -16404,7 +16369,7 @@ $$10({ target: 'Reflect', stat: true }, {
// TODO: Remove from `core-js@4`
var $$$ = _export;
var ReflectMetadataModule$1 = reflectMetadata;
-var anObject$6 = anObject$1g;
+var anObject$6 = anObject$1i;
var ordinaryHasOwnMetadata = ReflectMetadataModule$1.has;
var toMetadataKey$1 = ReflectMetadataModule$1.toKey;
@@ -16420,7 +16385,7 @@ $$$({ target: 'Reflect', stat: true }, {
var $$_ = _export;
var ReflectMetadataModule = reflectMetadata;
-var anObject$5 = anObject$1g;
+var anObject$5 = anObject$1i;
var toMetadataKey = ReflectMetadataModule.toKey;
var ordinaryDefineOwnMetadata = ReflectMetadataModule.set;
@@ -16512,10 +16477,10 @@ $$X({ target: 'Set', proto: true, real: true, forced: true }, {
var uncurryThis$m = functionUncurryThis;
var iterateSimple$6 = iterateSimple$8;
-var SetHelpers$8 = setHelpers;
+var SetHelpers$a = setHelpers;
-var Set$7 = SetHelpers$8.Set;
-var SetPrototype = SetHelpers$8.proto;
+var Set$7 = SetHelpers$a.Set;
+var SetPrototype = SetHelpers$a.proto;
var forEach$3 = uncurryThis$m(SetPrototype.forEach);
var keys = uncurryThis$m(SetPrototype.keys);
var next = keys(new Set$7()).next;
@@ -16524,11 +16489,11 @@ var setIterate$1 = function (set, fn, interruptible) {
return interruptible ? iterateSimple$6({ iterator: keys(set), next: next }, fn) : forEach$3(set, fn);
};
-var SetHelpers$7 = setHelpers;
+var SetHelpers$9 = setHelpers;
var iterate$9 = setIterate$1;
-var Set$6 = SetHelpers$7.Set;
-var add$6 = SetHelpers$7.add;
+var Set$6 = SetHelpers$9.Set;
+var add$6 = SetHelpers$9.add;
var setClone = function (set) {
var result = new Set$6();
@@ -16539,14 +16504,14 @@ var setClone = function (set) {
};
var uncurryThisAccessor = functionUncurryThisAccessor;
-var SetHelpers$6 = setHelpers;
+var SetHelpers$8 = setHelpers;
-var setSize = uncurryThisAccessor(SetHelpers$6.proto, 'size', 'get') || function (set) {
+var setSize = uncurryThisAccessor(SetHelpers$8.proto, 'size', 'get') || function (set) {
return set.size;
};
-var aCallable$2 = aCallable$N;
-var anObject$4 = anObject$1g;
+var aCallable$2 = aCallable$M;
+var anObject$4 = anObject$1i;
var call$b = functionCall;
var toIntegerOrInfinity$2 = toIntegerOrInfinity$p;
var getIteratorDirect = getIteratorDirect$o;
@@ -16556,11 +16521,11 @@ var $RangeError$1 = RangeError;
var $TypeError$8 = TypeError;
var max$1 = Math.max;
-var SetRecord = function (set, size, has, keys) {
+var SetRecord = function (set, intSize) {
this.set = set;
- this.size = size;
- this.has = has;
- this.keys = keys;
+ this.size = max$1(intSize, 0);
+ this.has = aCallable$2(set.has);
+ this.keys = aCallable$2(set.keys);
};
SetRecord.prototype = {
@@ -16582,24 +16547,19 @@ var getSetRecord$7 = function (obj) {
if (numSize !== numSize) throw new $TypeError$8(INVALID_SIZE);
var intSize = toIntegerOrInfinity$2(numSize);
if (intSize < 0) throw new $RangeError$1(INVALID_SIZE);
- return new SetRecord(
- obj,
- max$1(intSize, 0),
- aCallable$2(obj.has),
- aCallable$2(obj.keys)
- );
+ return new SetRecord(obj, intSize);
};
var aSet$d = aSet$g;
-var SetHelpers$5 = setHelpers;
+var SetHelpers$7 = setHelpers;
var clone$2 = setClone;
var size$4 = setSize;
var getSetRecord$6 = getSetRecord$7;
var iterateSet$2 = setIterate$1;
var iterateSimple$5 = iterateSimple$8;
-var has$7 = SetHelpers$5.has;
-var remove$3 = SetHelpers$5.remove;
+var has$7 = SetHelpers$7.has;
+var remove$3 = SetHelpers$7.remove;
// `Set.prototype.difference` method
// https://github.com/tc39/proposal-set-methods
@@ -16661,9 +16621,9 @@ $$W({ target: 'Set', proto: true, real: true, forced: !setMethodAcceptSetLike$6(
difference: difference
});
-var classof$3 = classof$r;
+var classof$3 = classof$q;
var hasOwn$6 = hasOwnProperty_1;
-var isNullOrUndefined$1 = isNullOrUndefined$k;
+var isNullOrUndefined$1 = isNullOrUndefined$j;
var wellKnownSymbol$4 = wellKnownSymbol$S;
var Iterators = iterators;
@@ -16679,9 +16639,9 @@ var isIterable$1 = function (it) {
};
var getBuiltIn$b = getBuiltIn$M;
-var isCallable$4 = isCallable$J;
+var isCallable$4 = isCallable$I;
var isIterable = isIterable$1;
-var isObject$3 = isObject$L;
+var isObject$3 = isObject$M;
var Set$5 = getBuiltIn$b('Set');
@@ -16732,11 +16692,11 @@ $$U({ target: 'Set', proto: true, real: true, forced: true }, {
var $$T = _export;
var bind$5 = functionBindContext;
var aSet$b = aSet$g;
-var SetHelpers$4 = setHelpers;
+var SetHelpers$6 = setHelpers;
var iterate$7 = setIterate$1;
-var Set$4 = SetHelpers$4.Set;
-var add$5 = SetHelpers$4.add;
+var Set$4 = SetHelpers$6.Set;
+var add$5 = SetHelpers$6.add;
// `Set.prototype.filter` method
// https://github.com/tc39/proposal-collection-methods
@@ -16771,24 +16731,25 @@ $$S({ target: 'Set', proto: true, real: true, forced: true }, {
});
var $$R = _export;
-var from$2 = collectionFrom;
+var SetHelpers$5 = setHelpers;
+var createCollectionFrom$2 = collectionFrom;
// `Set.from` method
// https://tc39.github.io/proposal-setmap-offrom/#sec-set.from
$$R({ target: 'Set', stat: true, forced: true }, {
- from: from$2
+ from: createCollectionFrom$2(SetHelpers$5.Set, SetHelpers$5.add, false)
});
var aSet$9 = aSet$g;
-var SetHelpers$3 = setHelpers;
+var SetHelpers$4 = setHelpers;
var size$3 = setSize;
var getSetRecord$5 = getSetRecord$7;
var iterateSet$1 = setIterate$1;
var iterateSimple$4 = iterateSimple$8;
-var Set$3 = SetHelpers$3.Set;
-var add$4 = SetHelpers$3.add;
-var has$6 = SetHelpers$3.has;
+var Set$3 = SetHelpers$4.Set;
+var add$4 = SetHelpers$4.add;
+var has$6 = SetHelpers$4.has;
// `Set.prototype.intersection` method
// https://github.com/tc39/proposal-set-methods
@@ -16995,11 +16956,11 @@ $$I({ target: 'Set', proto: true, real: true, forced: true }, {
var $$H = _export;
var bind$3 = functionBindContext;
var aSet$4 = aSet$g;
-var SetHelpers$2 = setHelpers;
+var SetHelpers$3 = setHelpers;
var iterate$3 = setIterate$1;
-var Set$2 = SetHelpers$2.Set;
-var add$3 = SetHelpers$2.add;
+var Set$2 = SetHelpers$3.Set;
+var add$3 = SetHelpers$3.add;
// `Set.prototype.map` method
// https://github.com/tc39/proposal-collection-methods
@@ -17016,16 +16977,17 @@ $$H({ target: 'Set', proto: true, real: true, forced: true }, {
});
var $$G = _export;
-var of$2 = collectionOf;
+var SetHelpers$2 = setHelpers;
+var createCollectionOf$2 = collectionOf;
// `Set.of` method
// https://tc39.github.io/proposal-setmap-offrom/#sec-set.of
$$G({ target: 'Set', stat: true, forced: true }, {
- of: of$2
+ of: createCollectionOf$2(SetHelpers$2.Set, SetHelpers$2.add, false)
});
var $$F = _export;
-var aCallable$1 = aCallable$N;
+var aCallable$1 = aCallable$M;
var aSet$3 = aSet$g;
var iterate$2 = setIterate$1;
@@ -17180,7 +17142,7 @@ $$z({ target: 'String', proto: true, forced: true }, {
var uncurryThis$k = functionUncurryThis;
var toIndexedObject = toIndexedObject$k;
var toString$6 = toString$J;
-var lengthOfArrayLike$3 = lengthOfArrayLike$C;
+var lengthOfArrayLike$3 = lengthOfArrayLike$B;
var $TypeError$6 = TypeError;
var push$6 = uncurryThis$k([].push);
@@ -17391,21 +17353,21 @@ var $$w = _export;
var makeBuiltIn = makeBuiltInExports;
var uncurryThis$h = functionUncurryThis;
var apply$1 = functionApply$1;
-var anObject$3 = anObject$1g;
-var toObject = toObject$D;
-var isCallable$3 = isCallable$J;
-var lengthOfArrayLike$2 = lengthOfArrayLike$C;
+var anObject$3 = anObject$1i;
+var toObject = toObject$E;
+var isCallable$3 = isCallable$I;
+var lengthOfArrayLike$2 = lengthOfArrayLike$B;
var defineProperty$5 = objectDefineProperty.f;
-var createArrayFromList = arraySliceSimple;
-var WeakMapHelpers$1 = weakMapHelpers;
+var createArrayFromList = arraySlice$b;
+var WeakMapHelpers$3 = weakMapHelpers;
var cooked = stringCooked;
var parse = stringParse;
var whitespaces$1 = whitespaces$6;
-var DedentMap = new WeakMapHelpers$1.WeakMap();
-var weakMapGet = WeakMapHelpers$1.get;
-var weakMapHas = WeakMapHelpers$1.has;
-var weakMapSet = WeakMapHelpers$1.set;
+var DedentMap = new WeakMapHelpers$3.WeakMap();
+var weakMapGet = WeakMapHelpers$3.get;
+var weakMapHas = WeakMapHelpers$3.has;
+var weakMapSet = WeakMapHelpers$3.set;
var $Array = Array;
var $TypeError$5 = TypeError;
@@ -17538,19 +17500,19 @@ $$w({ target: 'String', stat: true, forced: true }, {
}
});
-var global$l = global$1a;
+var global$k = global$1a;
var defineWellKnownSymbol$7 = wellKnownSymbolDefine;
var defineProperty$4 = objectDefineProperty.f;
-var getOwnPropertyDescriptor$2 = objectGetOwnPropertyDescriptor.f;
+var getOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
-var Symbol$4 = global$l.Symbol;
+var Symbol$4 = global$k.Symbol;
// `Symbol.asyncDispose` well-known symbol
// https://github.com/tc39/proposal-async-explicit-resource-management
defineWellKnownSymbol$7('asyncDispose');
if (Symbol$4) {
- var descriptor$4 = getOwnPropertyDescriptor$2(Symbol$4, 'asyncDispose');
+ var descriptor$4 = getOwnPropertyDescriptor$1(Symbol$4, 'asyncDispose');
// workaround of NodeJS 20.4 bug
// https://github.com/nodejs/node/issues/48699
// and incorrect descriptor from some transpilers and userland helpers
@@ -17559,19 +17521,19 @@ if (Symbol$4) {
}
}
-var global$k = global$1a;
+var global$j = global$1a;
var defineWellKnownSymbol$6 = wellKnownSymbolDefine;
var defineProperty$3 = objectDefineProperty.f;
-var getOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
+var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
-var Symbol$3 = global$k.Symbol;
+var Symbol$3 = global$j.Symbol;
// `Symbol.dispose` well-known symbol
// https://github.com/tc39/proposal-explicit-resource-management
defineWellKnownSymbol$6('dispose');
if (Symbol$3) {
- var descriptor$3 = getOwnPropertyDescriptor$1(Symbol$3, 'dispose');
+ var descriptor$3 = getOwnPropertyDescriptor(Symbol$3, 'dispose');
// workaround of NodeJS 20.4 bug
// https://github.com/nodejs/node/issues/48699
// and incorrect descriptor from some transpilers and userland helpers
@@ -17709,10 +17671,10 @@ defineWellKnownSymbol('replaceAll');
// TODO: Remove from `core-js@4`
var getBuiltIn$7 = getBuiltIn$M;
-var aConstructor = aConstructor$5;
+var aConstructor = aConstructor$4;
var arrayFromAsync = arrayFromAsync$1;
var ArrayBufferViewCore$5 = arrayBufferViewCore;
-var arrayFromConstructorAndList$2 = arrayFromConstructorAndList$7;
+var arrayFromConstructorAndList$2 = arrayFromConstructorAndList$8;
var aTypedArrayConstructor = ArrayBufferViewCore$5.aTypedArrayConstructor;
var exportTypedArrayStaticMethod = ArrayBufferViewCore$5.exportTypedArrayStaticMethod;
@@ -17778,9 +17740,9 @@ exportTypedArrayMethod$2('groupBy', function groupBy(callbackfn /* , thisArg */)
// TODO: Remove from `core-js@4`
var ArrayBufferViewCore$1 = arrayBufferViewCore;
-var lengthOfArrayLike$1 = lengthOfArrayLike$C;
+var lengthOfArrayLike$1 = lengthOfArrayLike$B;
var isBigIntArray = isBigIntArray$3;
-var toAbsoluteIndex = toAbsoluteIndex$b;
+var toAbsoluteIndex = toAbsoluteIndex$a;
var toBigInt = toBigInt$4;
var toIntegerOrInfinity = toIntegerOrInfinity$p;
var fails$6 = fails$1u;
@@ -17846,7 +17808,7 @@ exportTypedArrayMethod$1('toSpliced', function toSpliced(start, deleteCount /* ,
var uncurryThis$e = functionUncurryThis;
var ArrayBufferViewCore = arrayBufferViewCore;
-var arrayFromConstructorAndList$1 = arrayFromConstructorAndList$7;
+var arrayFromConstructorAndList$1 = arrayFromConstructorAndList$8;
var $arrayUniqueBy = arrayUniqueBy$2;
var aTypedArray = ArrayBufferViewCore.aTypedArray;
@@ -17861,7 +17823,7 @@ exportTypedArrayMethod('uniqueBy', function uniqueBy(resolver) {
return arrayFromConstructorAndList$1(getTypedArrayConstructor(this), arrayUniqueBy(this, resolver));
}, true);
-var isObject$2 = isObject$L;
+var isObject$2 = isObject$M;
var $String = String;
var $TypeError$4 = TypeError;
@@ -17906,20 +17868,20 @@ var getAlphabetOption$2 = function (options) {
};
var $$r = _export;
-var global$j = global$1a;
+var global$i = global$1a;
var uncurryThis$d = functionUncurryThis;
var anObjectOrUndefined$1 = anObjectOrUndefined$2;
var aString$1 = aString$2;
var hasOwn$5 = hasOwnProperty_1;
-var arrayFromConstructorAndList = arrayFromConstructorAndList$7;
+var arrayFromConstructorAndList = arrayFromConstructorAndList$8;
var base64Map$1 = base64Map$2;
var getAlphabetOption$1 = getAlphabetOption$2;
var base64Alphabet$1 = base64Map$1.c2i;
var base64UrlAlphabet$1 = base64Map$1.c2iUrl;
-var Uint8Array$3 = global$j.Uint8Array;
-var SyntaxError$2 = global$j.SyntaxError;
+var Uint8Array$3 = global$i.Uint8Array;
+var SyntaxError$2 = global$i.SyntaxError;
var charAt$5 = uncurryThis$d(''.charAt);
var replace$4 = uncurryThis$d(''.replace);
var stringSlice$3 = uncurryThis$d(''.slice);
@@ -17981,13 +17943,13 @@ if (Uint8Array$3) $$r({ target: 'Uint8Array', stat: true, forced: true }, {
});
var $$q = _export;
-var global$i = global$1a;
+var global$h = global$1a;
var uncurryThis$c = functionUncurryThis;
var aString = aString$2;
-var Uint8Array$2 = global$i.Uint8Array;
-var SyntaxError$1 = global$i.SyntaxError;
-var parseInt$2 = global$i.parseInt;
+var Uint8Array$2 = global$h.Uint8Array;
+var SyntaxError$1 = global$h.SyntaxError;
+var parseInt$2 = global$h.parseInt;
var NOT_HEX = /[^\da-f]/i;
var exec$3 = uncurryThis$c(NOT_HEX.exec);
var stringSlice$2 = uncurryThis$c(''.slice);
@@ -18008,7 +17970,7 @@ if (Uint8Array$2) $$q({ target: 'Uint8Array', stat: true, forced: true }, {
}
});
-var classof$2 = classof$r;
+var classof$2 = classof$q;
var $TypeError$1 = TypeError;
@@ -18020,7 +17982,7 @@ var anUint8Array$2 = function (argument) {
};
var $$p = _export;
-var global$h = global$1a;
+var global$g = global$1a;
var uncurryThis$b = functionUncurryThis;
var anObjectOrUndefined = anObjectOrUndefined$2;
var anUint8Array$1 = anUint8Array$2;
@@ -18030,7 +17992,7 @@ var getAlphabetOption = getAlphabetOption$2;
var base64Alphabet = base64Map.i2c;
var base64UrlAlphabet = base64Map.i2cUrl;
-var Uint8Array$1 = global$h.Uint8Array;
+var Uint8Array$1 = global$g.Uint8Array;
var charAt$4 = uncurryThis$b(''.charAt);
// `Uint8Array.prototype.toBase64` method
@@ -18067,11 +18029,11 @@ if (Uint8Array$1) $$p({ target: 'Uint8Array', proto: true, forced: true }, {
});
var $$o = _export;
-var global$g = global$1a;
+var global$f = global$1a;
var uncurryThis$a = functionUncurryThis;
var anUint8Array = anUint8Array$2;
-var Uint8Array = global$g.Uint8Array;
+var Uint8Array = global$f.Uint8Array;
var numberToString$1 = uncurryThis$a(1.0.toString);
// `Uint8Array.prototype.toHex` method
@@ -18115,21 +18077,23 @@ $$n({ target: 'WeakMap', proto: true, real: true, forced: true }, {
});
var $$m = _export;
-var from$1 = collectionFrom;
+var WeakMapHelpers$2 = weakMapHelpers;
+var createCollectionFrom$1 = collectionFrom;
// `WeakMap.from` method
// https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.from
$$m({ target: 'WeakMap', stat: true, forced: true }, {
- from: from$1
+ from: createCollectionFrom$1(WeakMapHelpers$2.WeakMap, WeakMapHelpers$2.set, true)
});
var $$l = _export;
-var of$1 = collectionOf;
+var WeakMapHelpers$1 = weakMapHelpers;
+var createCollectionOf$1 = collectionOf;
// `WeakMap.of` method
// https://tc39.github.io/proposal-setmap-offrom/#sec-weakmap.of
$$l({ target: 'WeakMap', stat: true, forced: true }, {
- of: of$1
+ of: createCollectionOf$1(WeakMapHelpers$1.WeakMap, WeakMapHelpers$1.set, true)
});
var $$k = _export;
@@ -18224,25 +18188,27 @@ $$h({ target: 'WeakSet', proto: true, real: true, forced: true }, {
});
var $$g = _export;
-var from = collectionFrom;
+var WeakSetHelpers$1 = weakSetHelpers;
+var createCollectionFrom = collectionFrom;
// `WeakSet.from` method
// https://tc39.github.io/proposal-setmap-offrom/#sec-weakset.from
$$g({ target: 'WeakSet', stat: true, forced: true }, {
- from: from
+ from: createCollectionFrom(WeakSetHelpers$1.WeakSet, WeakSetHelpers$1.add, false)
});
var $$f = _export;
-var of = collectionOf;
+var WeakSetHelpers = weakSetHelpers;
+var createCollectionOf = collectionOf;
// `WeakSet.of` method
// https://tc39.github.io/proposal-setmap-offrom/#sec-weakset.of
$$f({ target: 'WeakSet', stat: true, forced: true }, {
- of: of
+ of: createCollectionOf(WeakSetHelpers.WeakSet, WeakSetHelpers.add, false)
});
var $$e = _export;
-var global$f = global$1a;
+var global$e = global$1a;
var getBuiltIn$6 = getBuiltIn$M;
var uncurryThis$8 = functionUncurryThis;
var call$3 = functionCall;
@@ -18287,7 +18253,7 @@ $$e({ global: true, bind: true, enumerable: true, forced: FORCED }, {
atob: function atob(data) {
validateArgumentsLength$9(arguments.length, 1);
// `webpack` dev server bug on IE global methods - use call(fn, global, ...)
- if (BASIC$1 && !NO_SPACES_IGNORE && !NO_ENCODING_CHECK) return call$3($atob, global$f, data);
+ if (BASIC$1 && !NO_SPACES_IGNORE && !NO_ENCODING_CHECK) return call$3($atob, global$e, data);
var string = replace$3(toString$4(data), whitespaces, '');
var output = '';
var position = 0;
@@ -18309,7 +18275,7 @@ $$e({ global: true, bind: true, enumerable: true, forced: FORCED }, {
});
var $$d = _export;
-var global$e = global$1a;
+var global$d = global$1a;
var getBuiltIn$5 = getBuiltIn$M;
var uncurryThis$7 = functionUncurryThis;
var call$2 = functionCall;
@@ -18342,7 +18308,7 @@ $$d({ global: true, bind: true, enumerable: true, forced: !BASIC || NO_ARG_RECEI
btoa: function btoa(data) {
validateArgumentsLength$8(arguments.length, 1);
// `webpack` dev server bug on IE global methods - use call(fn, global, ...)
- if (BASIC) return call$2($btoa, global$e, toString$3(data));
+ if (BASIC) return call$2($btoa, global$d, toString$3(data));
var string = toString$3(data);
var output = '';
var position = 0;
@@ -18403,7 +18369,7 @@ var DOMTokenListPrototype$2 = classList && classList.constructor && classList.co
var domTokenListPrototype = DOMTokenListPrototype$2 === Object.prototype ? undefined : DOMTokenListPrototype$2;
-var global$d = global$1a;
+var global$c = global$1a;
var DOMIterables$1 = domIterables;
var DOMTokenListPrototype$1 = domTokenListPrototype;
var forEach$2 = arrayForEach;
@@ -18420,13 +18386,13 @@ var handlePrototype$1 = function (CollectionPrototype) {
for (var COLLECTION_NAME$1 in DOMIterables$1) {
if (DOMIterables$1[COLLECTION_NAME$1]) {
- handlePrototype$1(global$d[COLLECTION_NAME$1] && global$d[COLLECTION_NAME$1].prototype);
+ handlePrototype$1(global$c[COLLECTION_NAME$1] && global$c[COLLECTION_NAME$1].prototype);
}
}
handlePrototype$1(DOMTokenListPrototype$1);
-var global$c = global$1a;
+var global$b = global$1a;
var DOMIterables = domIterables;
var DOMTokenListPrototype = domTokenListPrototype;
var ArrayIteratorMethods = es_array_iterator;
@@ -18458,7 +18424,7 @@ var handlePrototype = function (CollectionPrototype, COLLECTION_NAME) {
};
for (var COLLECTION_NAME in DOMIterables) {
- handlePrototype(global$c[COLLECTION_NAME] && global$c[COLLECTION_NAME].prototype, COLLECTION_NAME);
+ handlePrototype(global$b[COLLECTION_NAME] && global$b[COLLECTION_NAME].prototype, COLLECTION_NAME);
}
handlePrototype(DOMTokenListPrototype, 'DOMTokenList');
@@ -18502,7 +18468,7 @@ var defineBuiltIn$4 = defineBuiltIn$u;
var defineBuiltInAccessor$4 = defineBuiltInAccessor$p;
var hasOwn$4 = hasOwnProperty_1;
var anInstance$3 = anInstance$f;
-var anObject$2 = anObject$1g;
+var anObject$2 = anObject$1i;
var errorToString = errorToString$2;
var normalizeStringArgument$1 = normalizeStringArgument$6;
var DOMExceptionConstants$1 = domExceptionConstants;
@@ -18636,13 +18602,13 @@ for (var key$1 in DOMExceptionConstants$1) if (hasOwn$4(DOMExceptionConstants$1,
}
var $$b = _export;
-var global$b = global$1a;
+var global$a = global$1a;
var getBuiltIn$3 = getBuiltIn$M;
var createPropertyDescriptor$1 = createPropertyDescriptor$d;
var defineProperty$1 = objectDefineProperty.f;
var hasOwn$3 = hasOwnProperty_1;
var anInstance$2 = anInstance$f;
-var inheritIfRequired = inheritIfRequired$6;
+var inheritIfRequired = inheritIfRequired$7;
var normalizeStringArgument = normalizeStringArgument$6;
var DOMExceptionConstants = domExceptionConstants;
var clearErrorStack = errorStackClear;
@@ -18671,7 +18637,7 @@ var ERROR_HAS_STACK = 'stack' in new Error$2(DOM_EXCEPTION$1);
var DOM_EXCEPTION_HAS_STACK = 'stack' in new NativeDOMException(1, 2);
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
-var descriptor$1 = NativeDOMException && DESCRIPTORS$5 && Object.getOwnPropertyDescriptor(global$b, DOM_EXCEPTION$1);
+var descriptor$1 = NativeDOMException && DESCRIPTORS$5 && Object.getOwnPropertyDescriptor(global$a, DOM_EXCEPTION$1);
// Bun ~ 0.1.1 DOMException have incorrect descriptor and we can't redefine it
// https://github.com/Jarred-Sumner/bun/issues/399
@@ -18711,30 +18677,30 @@ var DOM_EXCEPTION = 'DOMException';
setToStringTag$2(getBuiltIn$2(DOM_EXCEPTION), DOM_EXCEPTION);
var $$a = _export;
-var global$a = global$1a;
+var global$9 = global$1a;
var clearImmediate = task$1.clear;
// `clearImmediate` method
// http://w3c.github.io/setImmediate/#si-clearImmediate
-$$a({ global: true, bind: true, enumerable: true, forced: global$a.clearImmediate !== clearImmediate }, {
+$$a({ global: true, bind: true, enumerable: true, forced: global$9.clearImmediate !== clearImmediate }, {
clearImmediate: clearImmediate
});
/* global Bun -- Bun case */
var engineIsBun = typeof Bun == 'function' && Bun && typeof Bun.version == 'string';
-var global$9 = global$1a;
+var global$8 = global$1a;
var apply = functionApply$1;
-var isCallable$2 = isCallable$J;
+var isCallable$2 = isCallable$I;
var ENGINE_IS_BUN = engineIsBun;
var USER_AGENT = engineUserAgent;
var arraySlice$1 = arraySlice$b;
var validateArgumentsLength$7 = validateArgumentsLength$b;
-var Function$1 = global$9.Function;
+var Function$1 = global$8.Function;
// dirty IE9- and Bun 0.3.0- checks
var WRAP = /MSIE .\./.test(USER_AGENT) || ENGINE_IS_BUN && (function () {
- var version = global$9.Bun.version.split('.');
+ var version = global$8.Bun.version.split('.');
return version.length < 3 || version[0] === '0' && (version[1] < 3 || version[1] === '3' && version[2] === '0');
})();
@@ -18755,36 +18721,30 @@ var schedulersFix$3 = function (scheduler, hasTimeArg) {
};
var $$9 = _export;
-var global$8 = global$1a;
+var global$7 = global$1a;
var setTask = task$1.set;
var schedulersFix$2 = schedulersFix$3;
// https://github.com/oven-sh/bun/issues/1633
-var setImmediate = global$8.setImmediate ? schedulersFix$2(setTask, false) : setTask;
+var setImmediate = global$7.setImmediate ? schedulersFix$2(setTask, false) : setTask;
// `setImmediate` method
// http://w3c.github.io/setImmediate/#si-setImmediate
-$$9({ global: true, bind: true, enumerable: true, forced: global$8.setImmediate !== setImmediate }, {
+$$9({ global: true, bind: true, enumerable: true, forced: global$7.setImmediate !== setImmediate }, {
setImmediate: setImmediate
});
var $$8 = _export;
-var global$7 = global$1a;
var microtask = microtask_1;
-var aCallable = aCallable$N;
+var aCallable = aCallable$M;
var validateArgumentsLength$6 = validateArgumentsLength$b;
-var IS_NODE = engineIsNode;
-
-var process = global$7.process;
// `queueMicrotask` method
// https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#dom-queuemicrotask
$$8({ global: true, enumerable: true, dontCallGetSet: true }, {
queueMicrotask: function queueMicrotask(fn) {
validateArgumentsLength$6(arguments.length, 1);
- aCallable(fn);
- var domain = IS_NODE && process.domain;
- microtask(domain ? domain.bind(fn) : fn);
+ microtask(aCallable(fn));
}
});
@@ -18835,18 +18795,18 @@ var getBuiltIn$1 = getBuiltIn$M;
var uncurryThis$6 = functionUncurryThis;
var fails$2 = fails$1u;
var uid = uid$7;
-var isCallable$1 = isCallable$J;
+var isCallable$1 = isCallable$I;
var isConstructor = isConstructor$a;
-var isNullOrUndefined = isNullOrUndefined$k;
-var isObject$1 = isObject$L;
+var isNullOrUndefined = isNullOrUndefined$j;
+var isObject$1 = isObject$M;
var isSymbol = isSymbol$8;
var iterate = iterate$G;
-var anObject$1 = anObject$1g;
-var classof$1 = classof$r;
+var anObject$1 = anObject$1i;
+var classof$1 = classof$q;
var hasOwn$2 = hasOwnProperty_1;
-var createProperty = createProperty$c;
+var createProperty = createProperty$b;
var createNonEnumerableProperty = createNonEnumerableProperty$j;
-var lengthOfArrayLike = lengthOfArrayLike$C;
+var lengthOfArrayLike = lengthOfArrayLike$B;
var validateArgumentsLength$5 = validateArgumentsLength$b;
var getRegExpFlags = regexpGetFlags;
var MapHelpers = mapHelpers;
@@ -19609,6 +19569,7 @@ var stringPunycodeToAscii = function (input) {
var $$3 = _export;
var global$2 = global$1a;
+var safeGetBuiltIn = safeGetBuiltIn$2;
var call$1 = functionCall;
var uncurryThis$4 = functionUncurryThis;
var DESCRIPTORS$2 = descriptors;
@@ -19620,12 +19581,12 @@ var setToStringTag$1 = setToStringTag$e;
var createIteratorConstructor = iteratorCreateConstructor;
var InternalStateModule$1 = internalState;
var anInstance$1 = anInstance$f;
-var isCallable = isCallable$J;
+var isCallable = isCallable$I;
var hasOwn$1 = hasOwnProperty_1;
var bind$1 = functionBindContext;
-var classof = classof$r;
-var anObject = anObject$1g;
-var isObject = isObject$L;
+var classof = classof$q;
+var anObject = anObject$1i;
+var isObject = isObject$M;
var $toString$1 = toString$J;
var create = objectCreate$1;
var createPropertyDescriptor = createPropertyDescriptor$d;
@@ -19642,15 +19603,6 @@ var URL_SEARCH_PARAMS_ITERATOR = URL_SEARCH_PARAMS + 'Iterator';
var setInternalState$1 = InternalStateModule$1.set;
var getInternalParamsState = InternalStateModule$1.getterFor(URL_SEARCH_PARAMS);
var getInternalIteratorState = InternalStateModule$1.getterFor(URL_SEARCH_PARAMS_ITERATOR);
-// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
-var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
-
-// Avoid NodeJS experimental warning
-var safeGetBuiltIn = function (name) {
- if (!DESCRIPTORS$2) return global$2[name];
- var descriptor = getOwnPropertyDescriptor(global$2, name);
- return descriptor && descriptor.value;
-};
var nativeFetch = safeGetBuiltIn('fetch');
var NativeRequest = safeGetBuiltIn('Request');
@@ -20043,7 +19995,7 @@ var anInstance = anInstance$f;
var hasOwn = hasOwnProperty_1;
var assign = objectAssign;
var arrayFrom = arrayFrom$1;
-var arraySlice = arraySliceSimple;
+var arraySlice = arraySlice$b;
var codeAt = stringMultibyte.codeAt;
var toASCII = stringPunycodeToAscii;
var $toString = toString$J;
diff --git a/test/form/samples/system-default-comments/_expected.js b/test/form/samples/system-default-comments/_expected.js
index 65cb13f43..9957fc224 100644
--- a/test/form/samples/system-default-comments/_expected.js
+++ b/test/form/samples/system-default-comments/_expected.js
@@ -5,7 +5,7 @@ System.register([], (function (exports) {
const pureFunc = () => console.log('not really pure') || 0;
- var main = exports('default', /*#__PURE__*/pureFunc());
+ var main = exports("default", /*#__PURE__*/pureFunc());
})
};
diff --git a/test/form/samples/system-multiple-export-bindings/_expected.js b/test/form/samples/system-multiple-export-bindings/_expected.js
index 33cac3bca..2bf82e554 100644
--- a/test/form/samples/system-multiple-export-bindings/_expected.js
+++ b/test/form/samples/system-multiple-export-bindings/_expected.js
@@ -24,7 +24,7 @@ System.register([], (function (exports) {
let a = 1, b = 2, c = 3; exports({ a: a, a2: a, b: b, c: c, c2: c });
// Export default expression
- var a$1 = exports('default', a);
+ var a$1 = exports("default", a);
// Assignment Expression
a = exports("b", b = (c = 0, exports({ c: c, c2: c }), c)), exports({ a: a, a2: a }), a;
diff --git a/test/form/samples/system-reexports/_expected.js b/test/form/samples/system-reexports/_expected.js
index 803c641e3..d7dedfe30 100644
--- a/test/form/samples/system-reexports/_expected.js
+++ b/test/form/samples/system-reexports/_expected.js
@@ -11,11 +11,11 @@ System.register(['external1', 'external2', 'external3', 'external4', 'external5'
};
return {
setters: [function (module) {
- exports('namedReexport1', module.namedReexport1);
+ exports("namedReexport1", module.namedReexport1);
}, function (module) {
exports({ namedReexport2a: module.namedReexport2a, namedReexport2b: module.default });
}, function (module) {
- exports('namespaceReexport3', module);
+ exports("namespaceReexport3", module);
}, function (module) {
var setter = {};
for (var name in module) {
diff --git a/test/form/samples/system-semicolon/_expected.js b/test/form/samples/system-semicolon/_expected.js
index 7c722d7a5..c47366bdb 100644
--- a/test/form/samples/system-semicolon/_expected.js
+++ b/test/form/samples/system-semicolon/_expected.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- var main = exports('default', typeof global !== "undefined" ? global :
+ var main = exports("default", typeof global !== "undefined" ? global :
typeof self !== "undefined" ? self :
typeof window !== "undefined" ? window : {});
diff --git a/test/form/samples/system-uninitialized/_expected.js b/test/form/samples/system-uninitialized/_expected.js
index c028a9298..d9653c67b 100644
--- a/test/form/samples/system-uninitialized/_expected.js
+++ b/test/form/samples/system-uninitialized/_expected.js
@@ -3,7 +3,7 @@ System.register([], (function (exports) {
return {
execute: (function () {
- exports('q', q);
+ exports("q", q);
var p; exports("p", p);
function q () {
diff --git a/test/form/samples/tree-shake-nested-call-no-module-side-effects/_config.js b/test/form/samples/tree-shake-nested-call-no-module-side-effects/_config.js
new file mode 100644
index 000000000..769c72b1b
--- /dev/null
+++ b/test/form/samples/tree-shake-nested-call-no-module-side-effects/_config.js
@@ -0,0 +1,8 @@
+module.exports = defineTest({
+ description: 'properly tree-shakes nested function calls when moduleSideEffects are disabled',
+ options: {
+ treeshake: {
+ moduleSideEffects: false
+ }
+ }
+});
diff --git a/test/form/samples/tree-shake-nested-call-no-module-side-effects/_expected.js b/test/form/samples/tree-shake-nested-call-no-module-side-effects/_expected.js
new file mode 100644
index 000000000..4f3b74e3c
--- /dev/null
+++ b/test/form/samples/tree-shake-nested-call-no-module-side-effects/_expected.js
@@ -0,0 +1,4 @@
+const main = () => {
+};
+
+export { main };
diff --git a/test/form/samples/tree-shake-nested-call-no-module-side-effects/alpha.js b/test/form/samples/tree-shake-nested-call-no-module-side-effects/alpha.js
new file mode 100644
index 000000000..3c09fc4de
--- /dev/null
+++ b/test/form/samples/tree-shake-nested-call-no-module-side-effects/alpha.js
@@ -0,0 +1,7 @@
+const doNothing = () => {};
+
+const alpha = () => {
+ doNothing();
+};
+
+export { alpha };
diff --git a/test/form/samples/tree-shake-nested-call-no-module-side-effects/main.js b/test/form/samples/tree-shake-nested-call-no-module-side-effects/main.js
new file mode 100644
index 000000000..62daf1e46
--- /dev/null
+++ b/test/form/samples/tree-shake-nested-call-no-module-side-effects/main.js
@@ -0,0 +1,7 @@
+import { alpha } from "./alpha";
+
+const main = () => {
+ alpha();
+};
+
+export { main };
diff --git a/test/form/samples/umd-noconflict-extend/_expected/system.js b/test/form/samples/umd-noconflict-extend/_expected/system.js
index e2efc0b0d..02967f7e9 100644
--- a/test/form/samples/umd-noconflict-extend/_expected/system.js
+++ b/test/form/samples/umd-noconflict-extend/_expected/system.js
@@ -3,7 +3,7 @@ System.register('FooBar', [], (function (exports) {
return {
execute: (function () {
- exports('doThings', doThings);
+ exports("doThings", doThings);
function doThings() {
console.log( 'doing things...' );
diff --git a/test/form/samples/umd-noconflict-namespaced/_expected/system.js b/test/form/samples/umd-noconflict-namespaced/_expected/system.js
index 5df420f2c..afbb47c4b 100644
--- a/test/form/samples/umd-noconflict-namespaced/_expected/system.js
+++ b/test/form/samples/umd-noconflict-namespaced/_expected/system.js
@@ -3,7 +3,7 @@ System.register('my.name.spaced.module', [], (function (exports) {
return {
execute: (function () {
- exports('doThings', doThings);
+ exports("doThings", doThings);
function doThings() {
console.log( 'doing things...' );
diff --git a/test/form/samples/umd-noconflict/_expected/system.js b/test/form/samples/umd-noconflict/_expected/system.js
index e2efc0b0d..02967f7e9 100644
--- a/test/form/samples/umd-noconflict/_expected/system.js
+++ b/test/form/samples/umd-noconflict/_expected/system.js
@@ -3,7 +3,7 @@ System.register('FooBar', [], (function (exports) {
return {
execute: (function () {
- exports('doThings', doThings);
+ exports("doThings", doThings);
function doThings() {
console.log( 'doing things...' );