feat(compiler): generate type parameters for generic type references (#14104)
This commit is contained in:

committed by
Miško Hevery

parent
1079b9381c
commit
69e14b500b
@ -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() {
|
||||
|
Reference in New Issue
Block a user