-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ enable speedy sandbox mode by default (#2320)
- Loading branch information
Showing
7 changed files
with
82 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,63 @@ | ||
// generated from https://github.com/sindresorhus/globals/blob/main/globals.json builtin part | ||
export const globals = [ | ||
'AggregateError', | ||
'Array', | ||
'ArrayBuffer', | ||
'Atomics', | ||
'BigInt', | ||
'BigInt64Array', | ||
'BigUint64Array', | ||
'Boolean', | ||
'constructor', | ||
'DataView', | ||
'Date', | ||
'decodeURI', | ||
'decodeURIComponent', | ||
'encodeURI', | ||
'encodeURIComponent', | ||
'Error', | ||
'escape', | ||
'eval', | ||
'EvalError', | ||
'FinalizationRegistry', | ||
'Float32Array', | ||
'Float64Array', | ||
'Function', | ||
'globalThis', | ||
'hasOwnProperty', | ||
'Infinity', | ||
'Int16Array', | ||
'Int32Array', | ||
'Int8Array', | ||
'isFinite', | ||
'isNaN', | ||
'isPrototypeOf', | ||
'JSON', | ||
'Map', | ||
'Math', | ||
'NaN', | ||
'Number', | ||
'Object', | ||
'parseFloat', | ||
'parseInt', | ||
'Promise', | ||
'propertyIsEnumerable', | ||
'Proxy', | ||
'RangeError', | ||
'ReferenceError', | ||
'Reflect', | ||
'RegExp', | ||
'Set', | ||
'SharedArrayBuffer', | ||
'String', | ||
'Symbol', | ||
'SyntaxError', | ||
'toLocaleString', | ||
'toString', | ||
'TypeError', | ||
'Uint16Array', | ||
'Uint32Array', | ||
'Uint8Array', | ||
'Uint8ClampedArray', | ||
'undefined', | ||
'unescape', | ||
'URIError', | ||
'valueOf', | ||
'WeakMap', | ||
'WeakRef', | ||
'WeakSet', | ||
]; | ||
// generated from https://github.com/sindresorhus/globals/blob/main/globals.json es2015 part | ||
// only init its values while Proxy is supported | ||
export const globals = window.Proxy | ||
? [ | ||
'Array', | ||
'ArrayBuffer', | ||
'Boolean', | ||
'constructor', | ||
'DataView', | ||
'Date', | ||
'decodeURI', | ||
'decodeURIComponent', | ||
'encodeURI', | ||
'encodeURIComponent', | ||
'Error', | ||
'escape', | ||
'eval', | ||
'EvalError', | ||
'Float32Array', | ||
'Float64Array', | ||
'Function', | ||
'hasOwnProperty', | ||
'Infinity', | ||
'Int16Array', | ||
'Int32Array', | ||
'Int8Array', | ||
'isFinite', | ||
'isNaN', | ||
'isPrototypeOf', | ||
'JSON', | ||
'Map', | ||
'Math', | ||
'NaN', | ||
'Number', | ||
'Object', | ||
'parseFloat', | ||
'parseInt', | ||
'Promise', | ||
'propertyIsEnumerable', | ||
'Proxy', | ||
'RangeError', | ||
'ReferenceError', | ||
'Reflect', | ||
'RegExp', | ||
'Set', | ||
'String', | ||
'Symbol', | ||
'SyntaxError', | ||
'toLocaleString', | ||
'toString', | ||
'TypeError', | ||
'Uint16Array', | ||
'Uint32Array', | ||
'Uint8Array', | ||
'Uint8ClampedArray', | ||
'undefined', | ||
'unescape', | ||
'URIError', | ||
'valueOf', | ||
'WeakMap', | ||
'WeakSet', | ||
] | ||
: []; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
743473a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
qiankun – ./
qiankun.vercel.app
qiankun-git-master-chencheng.vercel.app
qiankun-chencheng.vercel.app
qiankun.umijs.org