stc
stc copied to clipboard
Make it work for `express`
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'
ordeclare namespace NodeJs
.
Was it fixed because of #99? If not, can you indicate what work remains?
@kdy1
@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'
ordeclare namespace NodeJs
. - [ ] Handle
declare module "http"
.
I updated the issue