赵永盛

Results 6 issues of 赵永盛

无类型定义,but works

**Describe the bug** Version: 21.0.1 sourceText: ```typescript declare module '@x/y' {}; ``` judge: ```typescript const modules = sourceFile.getModules(); modules.forEach(m => { if (m.getName() === "'@x/y'") { console.log('enter'); } }); ```...

Suppose I start A and B simultaneously. If A requires a password input midway, how can I prevent the logs of B from covering the input? Or how can I...

help wanted
pending for input

`whistle( { host: '0.0.0.0', realHost: '0.0.0.0' }` 这样设置之后,另一台服务器通过 ip:8899 无法访问 UI 界面,不设置 host 也不能访问,怎么才能访问到

不是直连、也不是系统代理,就是浏览器默认的代理设置,可以通过 `chrome.proxy.settings.clear({ scope: 'regular' });` 清除代理设置。 我理解就是相当于停用/卸载了插件后的代理模式?