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
@ -1198,9 +1198,7 @@ describe('Undecorated classes with DI migration', () => {
|
||||
@Directive({
|
||||
selector: 'my-dir',
|
||||
template: SHARED_TEMPLATE_URL,
|
||||
styleUrls: [
|
||||
LOCAL_NAME
|
||||
]
|
||||
styleUrls: [LOCAL_NAME]
|
||||
})
|
||||
export class MyDir extends BaseClass {}`);
|
||||
});
|
||||
|
Reference in New Issue
Block a user