fix(ivy): handle class declarations consistently in ES5 code (#29209)

PR Close #29209
This commit is contained in:
George Kalpakas
2019-03-20 12:10:58 +02:00
committed by Miško Hevery
parent 2790352d04
commit 21835af70c
7 changed files with 332 additions and 205 deletions

View File

@ -1536,7 +1536,7 @@ describe('Esm2015ReflectionHost', () => {
});
});
describe('getModuleWithProvidersFunctions', () => {
describe('getModuleWithProvidersFunctions()', () => {
it('should find every exported function that returns an object that looks like a ModuleWithProviders object',
() => {
const srcProgram = makeTestProgram(...MODULE_WITH_PROVIDERS_PROGRAM);