typecript compiler API, checker, getTypeCatalog? Is there a declared types table availble from checker of why not?

前端 未结 0 1979
盖世英雄少女心
盖世英雄少女心 2020-12-28 14:51

After intialize the typescript compiler API like this ...

 const program = ts.createProgram(fileNames, options);
 const checker = program.getTypeChecker();


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题