stc icon indicating copy to clipboard operation
stc copied to clipboard

Make it work for `express`

Open kdy1 opened this issue 3 years ago • 3 comments

stc_ts_file_analyzer:

  • [ ] find_imported_var: Support namespace imports.

stc_ts_type_checker:

  • [ ] Process all typings before processing user-specified files. This is required to handle modules created using declare module 'http' or declare namespace NodeJs.

kdy1 avatar Nov 17 '21 13:11 kdy1

Was it fixed because of #99? If not, can you indicate what work remains?

@kdy1

sunrabbit123 avatar Aug 14 '23 15:08 sunrabbit123

@sunrabbit123

stc_ts_file_analyzer:

  • [ ] find_imported_var: Support namespace imports.

stc_ts_type_checker:

  • [ ] Process all typings before processing user-specified files. This is required to handle modules created using declare module 'http' or declare namespace NodeJs.
  • [ ] Handle declare module "http".

kdy1 avatar Aug 14 '23 15:08 kdy1

I updated the issue

kdy1 avatar Aug 14 '23 15:08 kdy1