2025-09-01 21:37:30 +08:00
|
|
|
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
|
2020-10-31 01:24:42 +08:00
|
|
|
|
2020-10-31 22:17:47 +08:00
|
|
|
exports[`browserslist target ["and_chr 80"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 22:17:47 +08:00
|
|
|
"bigIntLiteral": true,
|
|
|
|
"browser": true,
|
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": true,
|
|
|
|
"dynamicImportInWorker": true,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": true,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": true,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": true,
|
2020-10-31 22:17:47 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 22:17:47 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2025-10-03 00:19:35 +08:00
|
|
|
exports[`browserslist target ["and_chr 140","and_ff 142","and_qq 14.9","and_uc 15.5","android 140","chrome 140","chrome 139","chrome 138","chrome 137","chrome 112","chrome 109","chrome 105","edge 140","edge 139","edge 138","firefox 143","firefox 142","firefox 141","firefox 140","ios_saf 26.0","ios_saf 18.5-18.6","kaios 3.0-3.1","node 24.8.0","node 22.19.0","node 20.19.0","op_mob 80","opera 122","opera 121","opera 120","safari 26.0","safari 18.5-18.6","samsung 28","samsung 27"] 1`] = `
|
2020-10-31 22:17:47 +08:00
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 22:17:47 +08:00
|
|
|
"bigIntLiteral": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"browser": null,
|
2020-10-31 22:17:47 +08:00
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"document": null,
|
2020-10-31 22:17:47 +08:00
|
|
|
"dynamicImport": true,
|
|
|
|
"dynamicImportInWorker": true,
|
|
|
|
"electron": false,
|
2025-10-03 00:19:35 +08:00
|
|
|
"fetchWasm": null,
|
2020-10-31 22:17:47 +08:00
|
|
|
"forOf": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"global": null,
|
2020-10-31 22:17:47 +08:00
|
|
|
"globalThis": true,
|
|
|
|
"importScripts": false,
|
2025-10-03 00:19:35 +08:00
|
|
|
"importScriptsInWorker": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"module": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"node": null,
|
|
|
|
"nodeBuiltins": null,
|
|
|
|
"nodePrefixForCoreModules": null,
|
2020-10-31 22:17:47 +08:00
|
|
|
"nwjs": false,
|
2025-10-03 00:19:35 +08:00
|
|
|
"optionalChaining": true,
|
|
|
|
"require": null,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"web": null,
|
2020-10-31 22:17:47 +08:00
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2025-10-03 00:19:35 +08:00
|
|
|
exports[`browserslist target ["and_ff 68"] 1`] = `
|
2020-11-02 22:59:49 +08:00
|
|
|
Object {
|
2020-11-03 00:08:06 +08:00
|
|
|
"arrowFunction": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"asyncFunction": true,
|
|
|
|
"bigIntLiteral": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"browser": true,
|
2020-11-03 00:08:06 +08:00
|
|
|
"const": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"destructuring": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"document": true,
|
2020-11-03 00:08:06 +08:00
|
|
|
"dynamicImport": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"dynamicImportInWorker": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"forOf": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"global": false,
|
2025-10-03 00:19:35 +08:00
|
|
|
"globalThis": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
2020-11-03 00:08:06 +08:00
|
|
|
"module": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2025-10-03 00:19:35 +08:00
|
|
|
exports[`browserslist target ["and_qq 10.4"] 1`] = `
|
2020-11-02 22:59:49 +08:00
|
|
|
Object {
|
2020-11-03 00:08:06 +08:00
|
|
|
"arrowFunction": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"asyncFunction": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
2020-11-03 00:08:06 +08:00
|
|
|
"const": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"destructuring": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"document": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"dynamicImport": true,
|
|
|
|
"dynamicImportInWorker": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"forOf": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"module": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-10-31 22:17:47 +08:00
|
|
|
exports[`browserslist target ["android 4"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": false,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
|
|
|
"const": false,
|
|
|
|
"destructuring": false,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": false,
|
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": false,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": false,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`browserslist target ["android 4.1"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": false,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
|
|
|
"const": false,
|
|
|
|
"destructuring": false,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": false,
|
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": false,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": false,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-11-02 22:59:49 +08:00
|
|
|
exports[`browserslist target ["android 4.4.3-4.4.4"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": false,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
|
|
|
"const": false,
|
|
|
|
"destructuring": false,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": false,
|
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": false,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": false,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-11-02 23:21:37 +08:00
|
|
|
exports[`browserslist target ["android 81"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-11-02 23:21:37 +08:00
|
|
|
"bigIntLiteral": true,
|
|
|
|
"browser": true,
|
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": true,
|
|
|
|
"dynamicImportInWorker": true,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": true,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
2020-11-03 00:08:06 +08:00
|
|
|
"module": true,
|
2020-11-02 23:21:37 +08:00
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-11-02 23:21:37 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": true,
|
2020-11-02 23:21:37 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-11-02 23:21:37 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-11-02 22:59:49 +08:00
|
|
|
exports[`browserslist target ["baidu 7.12"] 1`] = `
|
|
|
|
Object {
|
2020-11-03 00:08:06 +08:00
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
|
|
|
"const": false,
|
|
|
|
"destructuring": false,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": false,
|
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": false,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": false,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`browserslist target ["bb 10"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": false,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
|
|
|
"const": false,
|
|
|
|
"destructuring": false,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": false,
|
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": false,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": false,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-10-31 21:54:47 +08:00
|
|
|
exports[`browserslist target ["chrome 80","node 12.19.0"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 21:54:47 +08:00
|
|
|
"bigIntLiteral": true,
|
|
|
|
"browser": null,
|
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
|
|
|
"document": null,
|
2022-02-21 22:22:42 +08:00
|
|
|
"dynamicImport": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"dynamicImportInWorker": true,
|
2020-10-31 21:54:47 +08:00
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": null,
|
|
|
|
"forOf": true,
|
|
|
|
"global": null,
|
|
|
|
"globalThis": true,
|
|
|
|
"importScripts": false,
|
2025-10-03 00:19:35 +08:00
|
|
|
"importScriptsInWorker": false,
|
|
|
|
"module": true,
|
|
|
|
"node": null,
|
|
|
|
"nodeBuiltins": null,
|
|
|
|
"nodePrefixForCoreModules": null,
|
|
|
|
"nwjs": false,
|
|
|
|
"optionalChaining": false,
|
|
|
|
"require": null,
|
|
|
|
"templateLiteral": true,
|
|
|
|
"web": null,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`browserslist target ["chrome 80","node 13.12.0"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
|
|
|
"asyncFunction": true,
|
|
|
|
"bigIntLiteral": true,
|
|
|
|
"browser": null,
|
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
|
|
|
"document": null,
|
|
|
|
"dynamicImport": true,
|
|
|
|
"dynamicImportInWorker": true,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": null,
|
|
|
|
"forOf": true,
|
|
|
|
"global": null,
|
|
|
|
"globalThis": true,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": false,
|
2022-02-21 22:22:42 +08:00
|
|
|
"module": true,
|
2020-10-31 21:54:47 +08:00
|
|
|
"node": null,
|
|
|
|
"nodeBuiltins": null,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": null,
|
2020-10-31 21:54:47 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 21:54:47 +08:00
|
|
|
"require": null,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 21:54:47 +08:00
|
|
|
"web": null,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-10-31 01:24:42 +08:00
|
|
|
exports[`browserslist target ["chrome 80"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 01:24:42 +08:00
|
|
|
"bigIntLiteral": true,
|
|
|
|
"browser": true,
|
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": true,
|
|
|
|
"dynamicImportInWorker": true,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": true,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": true,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": true,
|
2020-10-31 01:24:42 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 01:24:42 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-10-31 22:17:47 +08:00
|
|
|
exports[`browserslist target ["edge 79"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 22:17:47 +08:00
|
|
|
"bigIntLiteral": true,
|
|
|
|
"browser": true,
|
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"dynamicImportInWorker": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": true,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": true,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 22:17:47 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`browserslist target ["firefox 68"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 22:17:47 +08:00
|
|
|
"bigIntLiteral": true,
|
|
|
|
"browser": true,
|
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"dynamicImportInWorker": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": true,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": true,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 22:17:47 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-10-31 21:54:47 +08:00
|
|
|
exports[`browserslist target ["firefox 80","chrome 80"] 1`] = `
|
2020-10-31 01:24:42 +08:00
|
|
|
Object {
|
2020-10-31 21:54:47 +08:00
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 21:54:47 +08:00
|
|
|
"bigIntLiteral": true,
|
2020-10-31 01:24:42 +08:00
|
|
|
"browser": true,
|
2020-10-31 21:54:47 +08:00
|
|
|
"const": true,
|
2020-10-31 01:24:42 +08:00
|
|
|
"destructuring": true,
|
|
|
|
"document": true,
|
2020-10-31 21:54:47 +08:00
|
|
|
"dynamicImport": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"dynamicImportInWorker": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": true,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
2020-10-31 21:54:47 +08:00
|
|
|
"module": true,
|
2020-10-31 01:24:42 +08:00
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": true,
|
2020-10-31 01:24:42 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 01:24:42 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-10-31 02:16:58 +08:00
|
|
|
exports[`browserslist target ["ie 11"] 1`] = `
|
2020-10-31 01:24:42 +08:00
|
|
|
Object {
|
|
|
|
"arrowFunction": false,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"const": false,
|
|
|
|
"destructuring": false,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": false,
|
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": false,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": false,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`browserslist target ["ie_mob 11"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": false,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
|
|
|
"const": false,
|
|
|
|
"destructuring": false,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": false,
|
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": false,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": false,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`browserslist target ["ios_saf 12.0-12.1"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"const": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"destructuring": true,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"dynamicImportInWorker": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": true,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`browserslist target ["kaios 2.5"] 1`] = `
|
|
|
|
Object {
|
2020-11-03 00:08:06 +08:00
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
2020-11-03 00:08:06 +08:00
|
|
|
"const": true,
|
2023-06-19 00:39:50 +08:00
|
|
|
"destructuring": true,
|
2020-10-31 01:24:42 +08:00
|
|
|
"document": true,
|
|
|
|
"dynamicImport": false,
|
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"forOf": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"global": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"globalThis": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": false,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 01:24:42 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-10-31 02:38:39 +08:00
|
|
|
exports[`browserslist target ["node 0.10.0"] 1`] = `
|
2020-10-31 02:23:14 +08:00
|
|
|
Object {
|
|
|
|
"arrowFunction": false,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": false,
|
2020-10-31 02:23:14 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": false,
|
|
|
|
"const": false,
|
|
|
|
"destructuring": false,
|
|
|
|
"document": false,
|
|
|
|
"dynamicImport": false,
|
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": false,
|
|
|
|
"forOf": false,
|
|
|
|
"global": true,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
2025-10-03 00:19:35 +08:00
|
|
|
"importScriptsInWorker": false,
|
2020-10-31 02:23:14 +08:00
|
|
|
"module": false,
|
|
|
|
"node": true,
|
|
|
|
"nodeBuiltins": true,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 02:23:14 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 02:23:14 +08:00
|
|
|
"require": true,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": false,
|
2020-10-31 02:23:14 +08:00
|
|
|
"web": false,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-10-31 02:38:39 +08:00
|
|
|
exports[`browserslist target ["node 0.12.0"] 1`] = `
|
2020-10-31 01:24:42 +08:00
|
|
|
Object {
|
|
|
|
"arrowFunction": false,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"bigIntLiteral": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"browser": false,
|
|
|
|
"const": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"destructuring": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"document": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"dynamicImport": false,
|
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"fetchWasm": false,
|
|
|
|
"forOf": true,
|
|
|
|
"global": true,
|
2020-10-31 01:24:42 +08:00
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
2025-10-03 00:19:35 +08:00
|
|
|
"importScriptsInWorker": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"module": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"node": true,
|
|
|
|
"nodeBuiltins": true,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"require": true,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"web": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-10-31 02:16:58 +08:00
|
|
|
exports[`browserslist target ["node 10.0.0"] 1`] = `
|
2020-10-31 01:24:42 +08:00
|
|
|
Object {
|
2020-10-31 02:16:58 +08:00
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 01:24:42 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"const": true,
|
2020-10-31 01:24:42 +08:00
|
|
|
"destructuring": true,
|
|
|
|
"document": false,
|
|
|
|
"dynamicImport": false,
|
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": false,
|
|
|
|
"forOf": true,
|
|
|
|
"global": true,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
2025-10-03 00:19:35 +08:00
|
|
|
"importScriptsInWorker": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"module": false,
|
|
|
|
"node": true,
|
|
|
|
"nodeBuiltins": true,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 01:24:42 +08:00
|
|
|
"require": true,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 01:24:42 +08:00
|
|
|
"web": false,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-10-31 02:16:58 +08:00
|
|
|
exports[`browserslist target ["node 10.17.0"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"bigIntLiteral": true,
|
|
|
|
"browser": false,
|
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
|
|
|
"document": false,
|
2020-10-31 21:54:47 +08:00
|
|
|
"dynamicImport": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": false,
|
|
|
|
"forOf": true,
|
|
|
|
"global": true,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
2025-10-03 00:19:35 +08:00
|
|
|
"importScriptsInWorker": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"module": false,
|
|
|
|
"node": true,
|
|
|
|
"nodeBuiltins": true,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"require": true,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"web": false,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-10-31 21:54:47 +08:00
|
|
|
exports[`browserslist target ["node 12.19.0"] 1`] = `
|
2020-10-31 02:16:58 +08:00
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"bigIntLiteral": true,
|
|
|
|
"browser": false,
|
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
|
|
|
"document": false,
|
2022-02-21 22:22:42 +08:00
|
|
|
"dynamicImport": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"dynamicImportInWorker": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": false,
|
|
|
|
"forOf": true,
|
|
|
|
"global": true,
|
|
|
|
"globalThis": true,
|
|
|
|
"importScripts": false,
|
2025-10-03 00:19:35 +08:00
|
|
|
"importScriptsInWorker": false,
|
|
|
|
"module": true,
|
|
|
|
"node": true,
|
|
|
|
"nodeBuiltins": true,
|
|
|
|
"nodePrefixForCoreModules": false,
|
|
|
|
"nwjs": false,
|
|
|
|
"optionalChaining": false,
|
|
|
|
"require": true,
|
|
|
|
"templateLiteral": true,
|
|
|
|
"web": false,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`browserslist target ["node 13.12.0"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
|
|
|
"asyncFunction": true,
|
|
|
|
"bigIntLiteral": true,
|
|
|
|
"browser": false,
|
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
|
|
|
"document": false,
|
|
|
|
"dynamicImport": true,
|
|
|
|
"dynamicImportInWorker": true,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": false,
|
|
|
|
"forOf": true,
|
|
|
|
"global": true,
|
|
|
|
"globalThis": true,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": false,
|
2022-02-21 22:22:42 +08:00
|
|
|
"module": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"node": true,
|
|
|
|
"nodeBuiltins": true,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"require": true,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"web": false,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-11-02 22:59:49 +08:00
|
|
|
exports[`browserslist target ["op_mini all"] 1`] = `
|
2020-10-31 22:17:47 +08:00
|
|
|
Object {
|
|
|
|
"arrowFunction": false,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
|
|
|
"const": false,
|
|
|
|
"destructuring": false,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": false,
|
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": false,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": false,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-11-02 22:59:49 +08:00
|
|
|
exports[`browserslist target ["op_mob 54"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"bigIntLiteral": true,
|
|
|
|
"browser": true,
|
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"dynamicImportInWorker": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": true,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": true,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-10-31 22:17:47 +08:00
|
|
|
exports[`browserslist target ["opera 54"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 22:17:47 +08:00
|
|
|
"bigIntLiteral": true,
|
|
|
|
"browser": true,
|
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"dynamicImportInWorker": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": true,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 22:17:47 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-10-31 02:16:58 +08:00
|
|
|
exports[`browserslist target ["safari 10"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
2020-11-03 00:08:06 +08:00
|
|
|
"const": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"destructuring": true,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": false,
|
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": false,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`browserslist target ["safari 11"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": false,
|
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": true,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-10-31 02:42:58 +08:00
|
|
|
exports[`browserslist target ["safari 12.0"] 1`] = `
|
|
|
|
Object {
|
2020-10-31 21:54:47 +08:00
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 02:42:58 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
2020-10-31 21:54:47 +08:00
|
|
|
"const": true,
|
2020-10-31 02:42:58 +08:00
|
|
|
"destructuring": true,
|
|
|
|
"document": true,
|
2020-10-31 21:54:47 +08:00
|
|
|
"dynamicImport": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"dynamicImportInWorker": false,
|
2020-10-31 02:42:58 +08:00
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
2020-10-31 21:54:47 +08:00
|
|
|
"module": true,
|
2020-10-31 02:42:58 +08:00
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 02:42:58 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 02:42:58 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 02:42:58 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
2020-10-31 02:38:39 +08:00
|
|
|
exports[`browserslist target ["safari 12.1"] 1`] = `
|
2020-10-31 02:42:58 +08:00
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 02:42:58 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"dynamicImportInWorker": false,
|
2020-10-31 02:42:58 +08:00
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": true,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": true,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 02:42:58 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 02:42:58 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 02:42:58 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`browserslist target ["safari 13"] 1`] = `
|
2020-10-31 02:16:58 +08:00
|
|
|
Object {
|
2020-10-31 02:38:39 +08:00
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
2020-10-31 02:38:39 +08:00
|
|
|
"const": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"destructuring": true,
|
|
|
|
"document": true,
|
2020-10-31 02:38:39 +08:00
|
|
|
"dynamicImport": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"dynamicImportInWorker": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": true,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
2020-10-31 02:38:39 +08:00
|
|
|
"module": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`browserslist target ["safari TP"] 1`] = `
|
|
|
|
Object {
|
2020-10-31 22:03:54 +08:00
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 22:03:54 +08:00
|
|
|
"bigIntLiteral": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"browser": true,
|
2020-10-31 22:03:54 +08:00
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"document": true,
|
2020-10-31 22:03:54 +08:00
|
|
|
"dynamicImport": true,
|
|
|
|
"dynamicImportInWorker": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
2020-10-31 22:03:54 +08:00
|
|
|
"forOf": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"global": false,
|
2020-10-31 22:03:54 +08:00
|
|
|
"globalThis": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
2020-10-31 22:03:54 +08:00
|
|
|
"module": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 02:16:58 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 02:16:58 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
2020-10-31 22:17:47 +08:00
|
|
|
|
|
|
|
exports[`browserslist target ["samsung 4"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": false,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"const": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"destructuring": false,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": false,
|
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": false,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 22:17:47 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`browserslist target ["samsung 9.2"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-10-31 22:17:47 +08:00
|
|
|
"bigIntLiteral": true,
|
|
|
|
"browser": true,
|
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"dynamicImportInWorker": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": true,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-10-31 22:17:47 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-10-31 22:17:47 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
2020-11-02 22:59:49 +08:00
|
|
|
|
|
|
|
exports[`browserslist target ["samsung 11.1-11.2"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": true,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"bigIntLiteral": true,
|
|
|
|
"browser": true,
|
|
|
|
"const": true,
|
|
|
|
"destructuring": true,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": true,
|
2025-10-03 00:19:35 +08:00
|
|
|
"dynamicImportInWorker": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": true,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": true,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": true,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": true,
|
2020-11-02 22:59:49 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`browserslist target ["unknown 50"] 1`] = `
|
|
|
|
Object {
|
|
|
|
"arrowFunction": false,
|
2024-01-14 22:37:32 +08:00
|
|
|
"asyncFunction": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"bigIntLiteral": false,
|
|
|
|
"browser": true,
|
|
|
|
"const": false,
|
|
|
|
"destructuring": false,
|
|
|
|
"document": true,
|
|
|
|
"dynamicImport": false,
|
|
|
|
"dynamicImportInWorker": false,
|
|
|
|
"electron": false,
|
|
|
|
"fetchWasm": true,
|
|
|
|
"forOf": false,
|
|
|
|
"global": false,
|
|
|
|
"globalThis": false,
|
|
|
|
"importScripts": false,
|
|
|
|
"importScriptsInWorker": true,
|
|
|
|
"module": false,
|
|
|
|
"node": false,
|
|
|
|
"nodeBuiltins": false,
|
2024-04-12 00:24:59 +08:00
|
|
|
"nodePrefixForCoreModules": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"nwjs": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"optionalChaining": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"require": false,
|
2021-11-22 01:51:36 +08:00
|
|
|
"templateLiteral": false,
|
2020-11-02 22:59:49 +08:00
|
|
|
"web": true,
|
|
|
|
"webworker": false,
|
|
|
|
}
|
|
|
|
`;
|