build: prepare for TypeScript 3.9 (#36989)
- Fix several compilation errors - Update @microsoft/api-extractor to be compatible with TypeScript 3.9 PR Close #36989
This commit is contained in:

committed by
Kara Erickson

parent
b58bd2bb91
commit
13ba84731f
@ -277,7 +277,7 @@ export function propertyDescriptorPatch(api: _ZonePrivate, _global: any) {
|
||||
if (isBrowser) {
|
||||
const internalWindow: any = window;
|
||||
const ignoreErrorProperties =
|
||||
isIE ? [{target: internalWindow, ignoreProperties: ['error']}] : [];
|
||||
isIE() ? [{target: internalWindow, ignoreProperties: ['error']}] : [];
|
||||
// in IE/Edge, onProp not exist in window object, but in WindowPrototype
|
||||
// so we need to pass WindowPrototype to check onProp exist or not
|
||||
patchFilteredProperties(
|
||||
|
Reference in New Issue
Block a user