未验证 提交 99b8caf9 编写于 作者: M Michael Herzog 提交者: GitHub

Merge pull request #18173 from OndrejSpanel/prPolyfillUnion

Do not start a union type with |
...@@ -5,7 +5,7 @@ export function log( message?: any, ...optionalParams: any[] ): void; ...@@ -5,7 +5,7 @@ export function log( message?: any, ...optionalParams: any[] ): void;
// typed array parameters // typed array parameters
export type TypedArray = export type TypedArray =
| Int8Array Int8Array
| Uint8Array | Uint8Array
| Uint8ClampedArray | Uint8ClampedArray
| Int16Array | Int16Array
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册