TypeScript 5.3 正式发布
TypeScript 5.3 已正式发布。 主要变化 支持import attributes提案的最近更新 在 Import Types中提供对resolution-mode的稳定支持 为所有 Module Modes提供resolution-mode支持 switch (true)Narrowing Narrowing On Comparisons to Booleans 检查对实例字段的super属性访问 针对类型的交互式嵌套提示 (Interactive Inlay Hints) 跳过 JSDoc 解析以进行优化 合并tsserverlibrary.js和typescript.js import attributes import attributes 的一个用例是向运行时提供有关模块预期格式的信息。 // We only want this to be interpreted as JSON, // not a runnable/malicious JavaScript file with a `.json` extension. import obj from "./...