Microsoft/TypeScript
在 GitHub 查看Fix/fix all to remove TS-specific constructs in JS files
Open
#40,599 创建于 2020年9月16日
Domain: LS: Quick FixesEffort: ModerateHelp WantedNeeds ProposalSuggestion
仓库指标
- Star
- (48,455 star)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 9 个 PR)
描述
Today in a JS file, if you write something like
function foo(x: string) {
}
Type annotations can only be used in TypeScript files.
We should provide a quick fix for these