feat(compiler): generate type parameters for generic type references (#14104)

This commit is contained in:
Chuck Jazdzewski
2017-01-30 15:32:08 -08:00
committed by Miško Hevery
parent 1079b9381c
commit 69e14b500b
11 changed files with 118 additions and 32 deletions

View File

@ -27,6 +27,7 @@ class SimpleJsImportGenerator implements ImportResolver {
return importedUrlStr;
}
getImportAs(symbol: StaticSymbol): StaticSymbol { return null; }
getTypeArity(symbol: StaticSymbol): number /*|null*/ { return null; }
}
export function main() {