@zzzen/pyright-internal 1.2.0-dev.20240818 → 1.2.0-dev.20240901

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (877) hide show
  1. package/dist/analyzer/analyzerFileInfo.d.ts +1 -0
  2. package/dist/analyzer/analyzerFileInfo.js.map +1 -1
  3. package/dist/analyzer/checker.js +2 -4
  4. package/dist/analyzer/checker.js.map +1 -1
  5. package/dist/analyzer/codeFlowEngine.js +16 -1
  6. package/dist/analyzer/codeFlowEngine.js.map +1 -1
  7. package/dist/analyzer/constraintSolution.d.ts +1 -2
  8. package/dist/analyzer/constraintSolution.js +1 -4
  9. package/dist/analyzer/constraintSolution.js.map +1 -1
  10. package/dist/analyzer/constraintSolver.js +2 -1
  11. package/dist/analyzer/constraintSolver.js.map +1 -1
  12. package/dist/analyzer/constraintTracker.js.map +1 -1
  13. package/dist/analyzer/constructorTransform.d.ts +1 -1
  14. package/dist/analyzer/constructorTransform.js +8 -8
  15. package/dist/analyzer/constructorTransform.js.map +1 -1
  16. package/dist/analyzer/constructors.js +10 -8
  17. package/dist/analyzer/constructors.js.map +1 -1
  18. package/dist/analyzer/dataClasses.js +9 -1
  19. package/dist/analyzer/dataClasses.js.map +1 -1
  20. package/dist/analyzer/declarationUtils.d.ts +1 -1
  21. package/dist/analyzer/declarationUtils.js +9 -2
  22. package/dist/analyzer/declarationUtils.js.map +1 -1
  23. package/dist/analyzer/importResolver.d.ts +1 -1
  24. package/dist/analyzer/importResolver.js.map +1 -1
  25. package/dist/analyzer/operations.js +58 -53
  26. package/dist/analyzer/operations.js.map +1 -1
  27. package/dist/analyzer/parseTreeUtils.js +1 -1
  28. package/dist/analyzer/parseTreeUtils.js.map +1 -1
  29. package/dist/analyzer/parseTreeWalker.d.ts +2 -2
  30. package/dist/analyzer/parseTreeWalker.js +5 -5
  31. package/dist/analyzer/parseTreeWalker.js.map +1 -1
  32. package/dist/analyzer/service.d.ts +1 -1
  33. package/dist/analyzer/service.js +41 -42
  34. package/dist/analyzer/service.js.map +1 -1
  35. package/dist/analyzer/sourceFile.d.ts +2 -0
  36. package/dist/analyzer/sourceFile.js +21 -0
  37. package/dist/analyzer/sourceFile.js.map +1 -1
  38. package/dist/analyzer/typeEvaluator.js +330 -250
  39. package/dist/analyzer/typeEvaluator.js.map +1 -1
  40. package/dist/analyzer/typeEvaluatorTypes.js +1 -1
  41. package/dist/analyzer/typeEvaluatorTypes.js.map +1 -1
  42. package/dist/analyzer/typePrinter.js +128 -154
  43. package/dist/analyzer/typePrinter.js.map +1 -1
  44. package/dist/analyzer/typePrinterUtils.d.ts +2 -0
  45. package/dist/analyzer/typePrinterUtils.js +49 -0
  46. package/dist/analyzer/typePrinterUtils.js.map +1 -0
  47. package/dist/analyzer/typeUtils.d.ts +4 -4
  48. package/dist/analyzer/typeUtils.js +27 -22
  49. package/dist/analyzer/typeUtils.js.map +1 -1
  50. package/dist/analyzer/types.d.ts +5 -3
  51. package/dist/analyzer/types.js +3 -3
  52. package/dist/analyzer/types.js.map +1 -1
  53. package/dist/common/commandLineOptions.d.ts +4 -0
  54. package/dist/common/commandLineOptions.js.map +1 -1
  55. package/dist/common/configOptions.d.ts +5 -2
  56. package/dist/common/configOptions.js +40 -33
  57. package/dist/common/configOptions.js.map +1 -1
  58. package/dist/common/extensions.d.ts +1 -3
  59. package/dist/common/extensions.js +1 -0
  60. package/dist/common/extensions.js.map +1 -1
  61. package/dist/common/fileBasedCancellationUtils.js +3 -0
  62. package/dist/common/fileBasedCancellationUtils.js.map +1 -1
  63. package/dist/common/fullAccessHost.d.ts +8 -0
  64. package/dist/common/fullAccessHost.js +30 -7
  65. package/dist/common/fullAccessHost.js.map +1 -1
  66. package/dist/common/languageServerInterface.d.ts +2 -1
  67. package/dist/common/languageServerInterface.js.map +1 -1
  68. package/dist/common/lspUtils.d.ts +2 -1
  69. package/dist/common/lspUtils.js +8 -0
  70. package/dist/common/lspUtils.js.map +1 -1
  71. package/dist/common/pythonVersion.d.ts +1 -0
  72. package/dist/common/pythonVersion.js +16 -0
  73. package/dist/common/pythonVersion.js.map +1 -1
  74. package/dist/languageServerBase.d.ts +3 -52
  75. package/dist/languageServerBase.js +5 -92
  76. package/dist/languageServerBase.js.map +1 -1
  77. package/dist/languageService/analyzerServiceExecutor.js +1 -0
  78. package/dist/languageService/analyzerServiceExecutor.js.map +1 -1
  79. package/dist/languageService/completionProvider.js +3 -0
  80. package/dist/languageService/completionProvider.js.map +1 -1
  81. package/dist/languageService/documentSymbolCollector.js +1 -1
  82. package/dist/languageService/documentSymbolCollector.js.map +1 -1
  83. package/dist/languageService/fileWatcherDynamicFeature.d.ts +2 -2
  84. package/dist/languageService/fileWatcherDynamicFeature.js.map +1 -1
  85. package/dist/localization/localize.d.ts +8 -4
  86. package/dist/localization/localize.js +2 -2
  87. package/dist/localization/localize.js.map +1 -1
  88. package/dist/localization/package.nls.cs.json +8 -1
  89. package/dist/localization/package.nls.de.json +8 -1
  90. package/dist/localization/package.nls.en-us.json +166 -154
  91. package/dist/localization/package.nls.es.json +8 -1
  92. package/dist/localization/package.nls.fr.json +10 -3
  93. package/dist/localization/package.nls.it.json +9 -2
  94. package/dist/localization/package.nls.ja.json +14 -7
  95. package/dist/localization/package.nls.ko.json +8 -1
  96. package/dist/localization/package.nls.pl.json +8 -1
  97. package/dist/localization/package.nls.pt-br.json +8 -1
  98. package/dist/localization/package.nls.qps-ploc.json +12 -5
  99. package/dist/localization/package.nls.ru.json +9 -2
  100. package/dist/localization/package.nls.tr.json +8 -1
  101. package/dist/localization/package.nls.zh-cn.json +8 -1
  102. package/dist/localization/package.nls.zh-tw.json +8 -1
  103. package/dist/parser/parser.d.ts +7 -6
  104. package/dist/parser/parser.js +3 -5
  105. package/dist/parser/parser.js.map +1 -1
  106. package/dist/parser/tokenizer.js +3 -1
  107. package/dist/parser/tokenizer.js.map +1 -1
  108. package/dist/tests/completions.test.js +18 -0
  109. package/dist/tests/completions.test.js.map +1 -1
  110. package/dist/tests/config.test.js +7 -16
  111. package/dist/tests/config.test.js.map +1 -1
  112. package/dist/tests/fourslash/completions.autoimport.Lib.Found.Type.fourslash.d.ts +1 -0
  113. package/dist/tests/fourslash/completions.autoimport.Lib.Found.Type.fourslash.js +2 -1
  114. package/dist/tests/fourslash/completions.autoimport.Lib.Found.Type.fourslash.js.map +1 -1
  115. package/dist/tests/fourslash/completions.autoimport.Lib.Found.duplication.fourslash.d.ts +1 -0
  116. package/dist/tests/fourslash/completions.autoimport.Lib.Found.duplication.fourslash.js +2 -1
  117. package/dist/tests/fourslash/completions.autoimport.Lib.Found.duplication.fourslash.js.map +1 -1
  118. package/dist/tests/fourslash/completions.autoimport.Lib.NotFound.fourslash.d.ts +1 -0
  119. package/dist/tests/fourslash/completions.autoimport.Lib.NotFound.fourslash.js +2 -1
  120. package/dist/tests/fourslash/completions.autoimport.Lib.NotFound.fourslash.js.map +1 -1
  121. package/dist/tests/fourslash/completions.autoimport.disabled.fourslash.d.ts +1 -0
  122. package/dist/tests/fourslash/completions.autoimport.disabled.fourslash.js +2 -1
  123. package/dist/tests/fourslash/completions.autoimport.disabled.fourslash.js.map +1 -1
  124. package/dist/tests/fourslash/completions.autoimport.duplicates.fourslash.d.ts +1 -0
  125. package/dist/tests/fourslash/completions.autoimport.duplicates.fourslash.js +2 -1
  126. package/dist/tests/fourslash/completions.autoimport.duplicates.fourslash.js.map +1 -1
  127. package/dist/tests/fourslash/completions.autoimport.fourslash.d.ts +1 -0
  128. package/dist/tests/fourslash/completions.autoimport.fourslash.js +2 -1
  129. package/dist/tests/fourslash/completions.autoimport.fourslash.js.map +1 -1
  130. package/dist/tests/fourslash/completions.autoimport.fromImport.fourslash.d.ts +1 -0
  131. package/dist/tests/fourslash/completions.autoimport.fromImport.fourslash.js +2 -1
  132. package/dist/tests/fourslash/completions.autoimport.fromImport.fourslash.js.map +1 -1
  133. package/dist/tests/fourslash/completions.autoimport.lib.alias.fourslash.d.ts +1 -0
  134. package/dist/tests/fourslash/completions.autoimport.lib.alias.fourslash.js +2 -1
  135. package/dist/tests/fourslash/completions.autoimport.lib.alias.fourslash.js.map +1 -1
  136. package/dist/tests/fourslash/completions.autoimport.plainText.fourslash.d.ts +1 -0
  137. package/dist/tests/fourslash/completions.autoimport.plainText.fourslash.js +2 -1
  138. package/dist/tests/fourslash/completions.autoimport.plainText.fourslash.js.map +1 -1
  139. package/dist/tests/fourslash/completions.autoimport.shadow.fourslash.d.ts +1 -0
  140. package/dist/tests/fourslash/completions.autoimport.shadow.fourslash.js +2 -1
  141. package/dist/tests/fourslash/completions.autoimport.shadow.fourslash.js.map +1 -1
  142. package/dist/tests/fourslash/completions.autoimport.submodule.fourslash.d.ts +1 -0
  143. package/dist/tests/fourslash/completions.autoimport.submodule.fourslash.js +2 -1
  144. package/dist/tests/fourslash/completions.autoimport.submodule.fourslash.js.map +1 -1
  145. package/dist/tests/fourslash/completions.autoimport.topLevel.fourslash.d.ts +1 -0
  146. package/dist/tests/fourslash/completions.autoimport.topLevel.fourslash.js +2 -1
  147. package/dist/tests/fourslash/completions.autoimport.topLevel.fourslash.js.map +1 -1
  148. package/dist/tests/fourslash/completions.builtinDocstrings.fourslash.d.ts +1 -0
  149. package/dist/tests/fourslash/completions.builtinDocstrings.fourslash.js +2 -1
  150. package/dist/tests/fourslash/completions.builtinDocstrings.fourslash.js.map +1 -1
  151. package/dist/tests/fourslash/completions.builtinOverride.fourslash.d.ts +1 -0
  152. package/dist/tests/fourslash/completions.builtinOverride.fourslash.js +2 -1
  153. package/dist/tests/fourslash/completions.builtinOverride.fourslash.js.map +1 -1
  154. package/dist/tests/fourslash/completions.call.stringLiteral.fourslash.d.ts +1 -0
  155. package/dist/tests/fourslash/completions.call.stringLiteral.fourslash.js +2 -1
  156. package/dist/tests/fourslash/completions.call.stringLiteral.fourslash.js.map +1 -1
  157. package/dist/tests/fourslash/completions.call.typedDict.fourslash.d.ts +1 -0
  158. package/dist/tests/fourslash/completions.call.typedDict.fourslash.js +2 -1
  159. package/dist/tests/fourslash/completions.call.typedDict.fourslash.js.map +1 -1
  160. package/dist/tests/fourslash/completions.call.typedDict.list.fourslash.d.ts +1 -0
  161. package/dist/tests/fourslash/completions.call.typedDict.list.fourslash.js +2 -1
  162. package/dist/tests/fourslash/completions.call.typedDict.list.fourslash.js.map +1 -1
  163. package/dist/tests/fourslash/completions.call.typedDict.states.fourslash.d.ts +1 -0
  164. package/dist/tests/fourslash/completions.call.typedDict.states.fourslash.js +2 -1
  165. package/dist/tests/fourslash/completions.call.typedDict.states.fourslash.js.map +1 -1
  166. package/dist/tests/fourslash/completions.classVariable.fourslash.d.ts +1 -0
  167. package/dist/tests/fourslash/completions.classVariable.fourslash.js +2 -1
  168. package/dist/tests/fourslash/completions.classVariable.fourslash.js.map +1 -1
  169. package/dist/tests/fourslash/completions.comment.fourslash.d.ts +1 -0
  170. package/dist/tests/fourslash/completions.comment.fourslash.js +2 -1
  171. package/dist/tests/fourslash/completions.comment.fourslash.js.map +1 -1
  172. package/dist/tests/fourslash/completions.declNames.class.fourslash.d.ts +1 -0
  173. package/dist/tests/fourslash/completions.declNames.class.fourslash.js +2 -1
  174. package/dist/tests/fourslash/completions.declNames.class.fourslash.js.map +1 -1
  175. package/dist/tests/fourslash/completions.declNames.exception.fourslash.d.ts +1 -0
  176. package/dist/tests/fourslash/completions.declNames.exception.fourslash.js +2 -1
  177. package/dist/tests/fourslash/completions.declNames.exception.fourslash.js.map +1 -1
  178. package/dist/tests/fourslash/completions.declNames.for.fourslash.d.ts +1 -0
  179. package/dist/tests/fourslash/completions.declNames.for.fourslash.js +2 -1
  180. package/dist/tests/fourslash/completions.declNames.for.fourslash.js.map +1 -1
  181. package/dist/tests/fourslash/completions.declNames.importAlias.fourslash.d.ts +1 -0
  182. package/dist/tests/fourslash/completions.declNames.importAlias.fourslash.js +2 -1
  183. package/dist/tests/fourslash/completions.declNames.importAlias.fourslash.js.map +1 -1
  184. package/dist/tests/fourslash/completions.declNames.lambda.fourslash.d.ts +1 -0
  185. package/dist/tests/fourslash/completions.declNames.lambda.fourslash.js +2 -1
  186. package/dist/tests/fourslash/completions.declNames.lambda.fourslash.js.map +1 -1
  187. package/dist/tests/fourslash/completions.declNames.method.fourslash.d.ts +1 -0
  188. package/dist/tests/fourslash/completions.declNames.method.fourslash.js +2 -1
  189. package/dist/tests/fourslash/completions.declNames.method.fourslash.js.map +1 -1
  190. package/dist/tests/fourslash/completions.declNames.overload.fourslash.d.ts +1 -0
  191. package/dist/tests/fourslash/completions.declNames.overload.fourslash.js +2 -1
  192. package/dist/tests/fourslash/completions.declNames.overload.fourslash.js.map +1 -1
  193. package/dist/tests/fourslash/completions.declNames.topLevelOverload.fourslash.d.ts +1 -0
  194. package/dist/tests/fourslash/completions.declNames.topLevelOverload.fourslash.js +2 -1
  195. package/dist/tests/fourslash/completions.declNames.topLevelOverload.fourslash.js.map +1 -1
  196. package/dist/tests/fourslash/completions.dictionary.keys.complex.fourslash.d.ts +1 -0
  197. package/dist/tests/fourslash/completions.dictionary.keys.complex.fourslash.js +2 -1
  198. package/dist/tests/fourslash/completions.dictionary.keys.complex.fourslash.js.map +1 -1
  199. package/dist/tests/fourslash/completions.dictionary.keys.expression.fourslash.d.ts +1 -0
  200. package/dist/tests/fourslash/completions.dictionary.keys.expression.fourslash.js +2 -1
  201. package/dist/tests/fourslash/completions.dictionary.keys.expression.fourslash.js.map +1 -1
  202. package/dist/tests/fourslash/completions.dictionary.keys.literalTypes.fourslash.d.ts +1 -0
  203. package/dist/tests/fourslash/completions.dictionary.keys.literalTypes.fourslash.js +2 -1
  204. package/dist/tests/fourslash/completions.dictionary.keys.literalTypes.fourslash.js.map +1 -1
  205. package/dist/tests/fourslash/completions.dictionary.keys.simple.fourslash.d.ts +1 -0
  206. package/dist/tests/fourslash/completions.dictionary.keys.simple.fourslash.js +2 -1
  207. package/dist/tests/fourslash/completions.dictionary.keys.simple.fourslash.js.map +1 -1
  208. package/dist/tests/fourslash/completions.dictionary.keys.stringLiterals.fourslash.d.ts +1 -0
  209. package/dist/tests/fourslash/completions.dictionary.keys.stringLiterals.fourslash.js +2 -1
  210. package/dist/tests/fourslash/completions.dictionary.keys.stringLiterals.fourslash.js.map +1 -1
  211. package/dist/tests/fourslash/completions.dictionary.keys.symbols.fourslash.d.ts +1 -0
  212. package/dist/tests/fourslash/completions.dictionary.keys.symbols.fourslash.js +2 -1
  213. package/dist/tests/fourslash/completions.dictionary.keys.symbols.fourslash.js.map +1 -1
  214. package/dist/tests/fourslash/completions.dunderNew.Inheritance.fourslash.d.ts +1 -0
  215. package/dist/tests/fourslash/completions.dunderNew.Inheritance.fourslash.js +2 -1
  216. package/dist/tests/fourslash/completions.dunderNew.Inheritance.fourslash.js.map +1 -1
  217. package/dist/tests/fourslash/completions.dunderNew.fourslash.d.ts +1 -0
  218. package/dist/tests/fourslash/completions.dunderNew.fourslash.js +2 -1
  219. package/dist/tests/fourslash/completions.dunderNew.fourslash.js.map +1 -1
  220. package/dist/tests/fourslash/completions.enums.members.fourslash.d.ts +1 -0
  221. package/dist/tests/fourslash/completions.enums.members.fourslash.js +2 -1
  222. package/dist/tests/fourslash/completions.enums.members.fourslash.js.map +1 -1
  223. package/dist/tests/fourslash/completions.errorNodes.fourslash.d.ts +1 -0
  224. package/dist/tests/fourslash/completions.errorNodes.fourslash.js +2 -1
  225. package/dist/tests/fourslash/completions.errorNodes.fourslash.js.map +1 -1
  226. package/dist/tests/fourslash/completions.excluded.fourslash.d.ts +1 -0
  227. package/dist/tests/fourslash/completions.excluded.fourslash.js +2 -1
  228. package/dist/tests/fourslash/completions.excluded.fourslash.js.map +1 -1
  229. package/dist/tests/fourslash/completions.fourslash.d.ts +1 -0
  230. package/dist/tests/fourslash/completions.fourslash.js +2 -1
  231. package/dist/tests/fourslash/completions.fourslash.js.map +1 -1
  232. package/dist/tests/fourslash/completions.fstring.fourslash.d.ts +1 -0
  233. package/dist/tests/fourslash/completions.fstring.fourslash.js +2 -1
  234. package/dist/tests/fourslash/completions.fstring.fourslash.js.map +1 -1
  235. package/dist/tests/fourslash/completions.fstring.stringLiteral.fourslash.d.ts +1 -0
  236. package/dist/tests/fourslash/completions.fstring.stringLiteral.fourslash.js +2 -1
  237. package/dist/tests/fourslash/completions.fstring.stringLiteral.fourslash.js.map +1 -1
  238. package/dist/tests/fourslash/completions.fuzzyMatching.fourslash.d.ts +1 -0
  239. package/dist/tests/fourslash/completions.fuzzyMatching.fourslash.js +2 -1
  240. package/dist/tests/fourslash/completions.fuzzyMatching.fourslash.js.map +1 -1
  241. package/dist/tests/fourslash/completions.import.dunderNames.fourslash.d.ts +1 -0
  242. package/dist/tests/fourslash/completions.import.dunderNames.fourslash.js +2 -1
  243. package/dist/tests/fourslash/completions.import.dunderNames.fourslash.js.map +1 -1
  244. package/dist/tests/fourslash/completions.import.duplicates.fourslash.d.ts +1 -0
  245. package/dist/tests/fourslash/completions.import.duplicates.fourslash.js +1 -0
  246. package/dist/tests/fourslash/completions.import.duplicates.fourslash.js.map +1 -1
  247. package/dist/tests/fourslash/completions.import.exactMatch.fourslash.d.ts +1 -0
  248. package/dist/tests/fourslash/completions.import.exactMatch.fourslash.js +2 -1
  249. package/dist/tests/fourslash/completions.import.exactMatch.fourslash.js.map +1 -1
  250. package/dist/tests/fourslash/completions.import.excludeAlreadyImported.fourslash.d.ts +1 -0
  251. package/dist/tests/fourslash/completions.import.excludeAlreadyImported.fourslash.js +2 -1
  252. package/dist/tests/fourslash/completions.import.excludeAlreadyImported.fourslash.js.map +1 -1
  253. package/dist/tests/fourslash/completions.import.interimFile.fourslash.disabled.d.ts +1 -0
  254. package/dist/tests/fourslash/completions.import.interimFile.fourslash.disabled.js +2 -1
  255. package/dist/tests/fourslash/completions.import.interimFile.fourslash.disabled.js.map +1 -1
  256. package/dist/tests/fourslash/completions.import.privateNoPytyped.fourslash.d.ts +1 -0
  257. package/dist/tests/fourslash/completions.import.privateNoPytyped.fourslash.js +1 -0
  258. package/dist/tests/fourslash/completions.import.privateNoPytyped.fourslash.js.map +1 -1
  259. package/dist/tests/fourslash/completions.import.pytyped.fourslash.d.ts +1 -0
  260. package/dist/tests/fourslash/completions.import.pytyped.fourslash.js +1 -0
  261. package/dist/tests/fourslash/completions.import.pytyped.fourslash.js.map +1 -1
  262. package/dist/tests/fourslash/completions.import.pytypedLocal.fourslash.d.ts +1 -0
  263. package/dist/tests/fourslash/completions.import.pytypedLocal.fourslash.js +1 -0
  264. package/dist/tests/fourslash/completions.import.pytypedLocal.fourslash.js.map +1 -1
  265. package/dist/tests/fourslash/completions.import.submodule.fourslash.d.ts +1 -0
  266. package/dist/tests/fourslash/completions.import.submodule.fourslash.js +2 -1
  267. package/dist/tests/fourslash/completions.import.submodule.fourslash.js.map +1 -1
  268. package/dist/tests/fourslash/completions.inList.fourslash.d.ts +1 -0
  269. package/dist/tests/fourslash/completions.inList.fourslash.js +2 -1
  270. package/dist/tests/fourslash/completions.inList.fourslash.js.map +1 -1
  271. package/dist/tests/fourslash/completions.included.fourslash.d.ts +1 -0
  272. package/dist/tests/fourslash/completions.included.fourslash.js +2 -1
  273. package/dist/tests/fourslash/completions.included.fourslash.js.map +1 -1
  274. package/dist/tests/fourslash/completions.indexer.keys.getitem.fourslash.d.ts +1 -0
  275. package/dist/tests/fourslash/completions.indexer.keys.getitem.fourslash.js +2 -1
  276. package/dist/tests/fourslash/completions.indexer.keys.getitem.fourslash.js.map +1 -1
  277. package/dist/tests/fourslash/completions.inherited.function.docFromStub.fourslash.d.ts +1 -0
  278. package/dist/tests/fourslash/completions.inherited.function.docFromStub.fourslash.js +2 -1
  279. package/dist/tests/fourslash/completions.inherited.function.docFromStub.fourslash.js.map +1 -1
  280. package/dist/tests/fourslash/completions.inherited.overload.docFromScrWithStub.fourslash.d.ts +1 -0
  281. package/dist/tests/fourslash/completions.inherited.overload.docFromScrWithStub.fourslash.js +2 -1
  282. package/dist/tests/fourslash/completions.inherited.overload.docFromScrWithStub.fourslash.js.map +1 -1
  283. package/dist/tests/fourslash/completions.inherited.overload.docFromStub.fourslash.d.ts +1 -0
  284. package/dist/tests/fourslash/completions.inherited.overload.docFromStub.fourslash.js +2 -1
  285. package/dist/tests/fourslash/completions.inherited.overload.docFromStub.fourslash.js.map +1 -1
  286. package/dist/tests/fourslash/completions.inherited.property.docFromSrc.fourslash.d.ts +1 -0
  287. package/dist/tests/fourslash/completions.inherited.property.docFromSrc.fourslash.js +2 -1
  288. package/dist/tests/fourslash/completions.inherited.property.docFromSrc.fourslash.js.map +1 -1
  289. package/dist/tests/fourslash/completions.inherited.property.docFromStub.fourslash.d.ts +1 -0
  290. package/dist/tests/fourslash/completions.inherited.property.docFromStub.fourslash.js +2 -1
  291. package/dist/tests/fourslash/completions.inherited.property.docFromStub.fourslash.js.map +1 -1
  292. package/dist/tests/fourslash/completions.keywords.pythonVersion.fourslash.d.ts +1 -0
  293. package/dist/tests/fourslash/completions.keywords.pythonVersion.fourslash.js +2 -1
  294. package/dist/tests/fourslash/completions.keywords.pythonVersion.fourslash.js.map +1 -1
  295. package/dist/tests/fourslash/completions.libCodeAndStub.fourslash.d.ts +1 -0
  296. package/dist/tests/fourslash/completions.libCodeAndStub.fourslash.js +2 -1
  297. package/dist/tests/fourslash/completions.libCodeAndStub.fourslash.js.map +1 -1
  298. package/dist/tests/fourslash/completions.libCodeNoStub.fourslash.d.ts +1 -0
  299. package/dist/tests/fourslash/completions.libCodeNoStub.fourslash.js +2 -1
  300. package/dist/tests/fourslash/completions.libCodeNoStub.fourslash.js.map +1 -1
  301. package/dist/tests/fourslash/completions.libStub.fourslash.d.ts +1 -0
  302. package/dist/tests/fourslash/completions.libStub.fourslash.js +2 -1
  303. package/dist/tests/fourslash/completions.libStub.fourslash.js.map +1 -1
  304. package/dist/tests/fourslash/completions.literals.fourslash.d.ts +1 -0
  305. package/dist/tests/fourslash/completions.literals.fourslash.js +2 -1
  306. package/dist/tests/fourslash/completions.literals.fourslash.js.map +1 -1
  307. package/dist/tests/fourslash/completions.localCode.fourslash.d.ts +1 -0
  308. package/dist/tests/fourslash/completions.localCode.fourslash.js +2 -1
  309. package/dist/tests/fourslash/completions.localCode.fourslash.js.map +1 -1
  310. package/dist/tests/fourslash/completions.moduleContext.UnknownMemberOnInstance.fourslash.d.ts +1 -0
  311. package/dist/tests/fourslash/completions.moduleContext.UnknownMemberOnInstance.fourslash.js +2 -1
  312. package/dist/tests/fourslash/completions.moduleContext.UnknownMemberOnInstance.fourslash.js.map +1 -1
  313. package/dist/tests/fourslash/completions.moduleContext.UnknownStaticFunctionOnClass.fourslash.d.ts +1 -0
  314. package/dist/tests/fourslash/completions.moduleContext.UnknownStaticFunctionOnClass.fourslash.js +2 -1
  315. package/dist/tests/fourslash/completions.moduleContext.UnknownStaticFunctionOnClass.fourslash.js.map +1 -1
  316. package/dist/tests/fourslash/completions.moduleContext.libCodeNoStub.fourslash.d.ts +1 -0
  317. package/dist/tests/fourslash/completions.moduleContext.libCodeNoStub.fourslash.js +2 -1
  318. package/dist/tests/fourslash/completions.moduleContext.libCodeNoStub.fourslash.js.map +1 -1
  319. package/dist/tests/fourslash/completions.overloads.fourslash.d.ts +1 -0
  320. package/dist/tests/fourslash/completions.overloads.fourslash.js +2 -1
  321. package/dist/tests/fourslash/completions.overloads.fourslash.js.map +1 -1
  322. package/dist/tests/fourslash/completions.override.default.fourslash.d.ts +1 -0
  323. package/dist/tests/fourslash/completions.override.default.fourslash.js +2 -1
  324. package/dist/tests/fourslash/completions.override.default.fourslash.js.map +1 -1
  325. package/dist/tests/fourslash/completions.override.default.importStub.d.ts +1 -0
  326. package/dist/tests/fourslash/completions.override.default.importStub.js +2 -1
  327. package/dist/tests/fourslash/completions.override.default.importStub.js.map +1 -1
  328. package/dist/tests/fourslash/completions.override.default.imported.fourslash.d.ts +1 -0
  329. package/dist/tests/fourslash/completions.override.default.imported.fourslash.js +2 -1
  330. package/dist/tests/fourslash/completions.override.default.imported.fourslash.js.map +1 -1
  331. package/dist/tests/fourslash/completions.override.default.stub.fourslash.d.ts +1 -0
  332. package/dist/tests/fourslash/completions.override.default.stub.fourslash.js +2 -1
  333. package/dist/tests/fourslash/completions.override.default.stub.fourslash.js.map +1 -1
  334. package/dist/tests/fourslash/completions.override.fourslash.d.ts +1 -0
  335. package/dist/tests/fourslash/completions.override.fourslash.js +2 -1
  336. package/dist/tests/fourslash/completions.override.fourslash.js.map +1 -1
  337. package/dist/tests/fourslash/completions.override.property.fourslash.d.ts +1 -0
  338. package/dist/tests/fourslash/completions.override.property.fourslash.js +2 -1
  339. package/dist/tests/fourslash/completions.override.property.fourslash.js.map +1 -1
  340. package/dist/tests/fourslash/completions.override.property.stub.fourslash.d.ts +1 -0
  341. package/dist/tests/fourslash/completions.override.property.stub.fourslash.js +2 -1
  342. package/dist/tests/fourslash/completions.override.property.stub.fourslash.js.map +1 -1
  343. package/dist/tests/fourslash/completions.override.staticAndClassmethod.fourslash.d.ts +1 -0
  344. package/dist/tests/fourslash/completions.override.staticAndClassmethod.fourslash.js +2 -1
  345. package/dist/tests/fourslash/completions.override.staticAndClassmethod.fourslash.js.map +1 -1
  346. package/dist/tests/fourslash/completions.override.stub.fourslash.d.ts +1 -0
  347. package/dist/tests/fourslash/completions.override.stub.fourslash.js +2 -1
  348. package/dist/tests/fourslash/completions.override.stub.fourslash.js.map +1 -1
  349. package/dist/tests/fourslash/completions.override2.fourslash.d.ts +1 -0
  350. package/dist/tests/fourslash/completions.override2.fourslash.js +2 -1
  351. package/dist/tests/fourslash/completions.override2.fourslash.js.map +1 -1
  352. package/dist/tests/fourslash/completions.parameters.fourslash.d.ts +1 -0
  353. package/dist/tests/fourslash/completions.parameters.fourslash.js +2 -1
  354. package/dist/tests/fourslash/completions.parameters.fourslash.js.map +1 -1
  355. package/dist/tests/fourslash/completions.params.fourslash.d.ts +1 -0
  356. package/dist/tests/fourslash/completions.params.fourslash.js +2 -1
  357. package/dist/tests/fourslash/completions.params.fourslash.js.map +1 -1
  358. package/dist/tests/fourslash/completions.parentFolder.fourslash.d.ts +1 -0
  359. package/dist/tests/fourslash/completions.parentFolder.fourslash.js +2 -1
  360. package/dist/tests/fourslash/completions.parentFolder.fourslash.js.map +1 -1
  361. package/dist/tests/fourslash/completions.parentFolders.fourslash.d.ts +1 -0
  362. package/dist/tests/fourslash/completions.parentFolders.fourslash.js +2 -1
  363. package/dist/tests/fourslash/completions.parentFolders.fourslash.js.map +1 -1
  364. package/dist/tests/fourslash/completions.plainText.fourslash.d.ts +1 -0
  365. package/dist/tests/fourslash/completions.plainText.fourslash.js +2 -1
  366. package/dist/tests/fourslash/completions.plainText.fourslash.js.map +1 -1
  367. package/dist/tests/fourslash/completions.private.fourslash.d.ts +1 -0
  368. package/dist/tests/fourslash/completions.private.fourslash.js +2 -1
  369. package/dist/tests/fourslash/completions.private.fourslash.js.map +1 -1
  370. package/dist/tests/fourslash/completions.property.fourslash.d.ts +1 -0
  371. package/dist/tests/fourslash/completions.property.fourslash.js +2 -1
  372. package/dist/tests/fourslash/completions.property.fourslash.js.map +1 -1
  373. package/dist/tests/fourslash/completions.propertyDocStrings.fourslash.d.ts +1 -0
  374. package/dist/tests/fourslash/completions.propertyDocStrings.fourslash.js +2 -1
  375. package/dist/tests/fourslash/completions.propertyDocStrings.fourslash.js.map +1 -1
  376. package/dist/tests/fourslash/completions.self.fourslash.d.ts +1 -0
  377. package/dist/tests/fourslash/completions.self.fourslash.js +2 -1
  378. package/dist/tests/fourslash/completions.self.fourslash.js.map +1 -1
  379. package/dist/tests/fourslash/completions.stringLiteral.escape.fourslash.d.ts +1 -0
  380. package/dist/tests/fourslash/completions.stringLiteral.escape.fourslash.js +2 -1
  381. package/dist/tests/fourslash/completions.stringLiteral.escape.fourslash.js.map +1 -1
  382. package/dist/tests/fourslash/completions.stringLiteral.fourslash.d.ts +1 -0
  383. package/dist/tests/fourslash/completions.stringLiteral.fourslash.js +2 -1
  384. package/dist/tests/fourslash/completions.stringLiteral.fourslash.js.map +1 -1
  385. package/dist/tests/fourslash/completions.triggers.fourslash.d.ts +1 -0
  386. package/dist/tests/fourslash/completions.triggers.fourslash.js +2 -1
  387. package/dist/tests/fourslash/completions.triggers.fourslash.js.map +1 -1
  388. package/dist/tests/fourslash/completions.typeAlias.fourslash.d.ts +1 -0
  389. package/dist/tests/fourslash/completions.typeAlias.fourslash.js +2 -1
  390. package/dist/tests/fourslash/completions.typeAlias.fourslash.js.map +1 -1
  391. package/dist/tests/fourslash/completions.typeshed.fourslash.d.ts +1 -0
  392. package/dist/tests/fourslash/completions.typeshed.fourslash.js +2 -1
  393. package/dist/tests/fourslash/completions.typeshed.fourslash.js.map +1 -1
  394. package/dist/tests/fourslash/completions.vardecls.fourslash.d.ts +1 -0
  395. package/dist/tests/fourslash/completions.vardecls.fourslash.js +2 -1
  396. package/dist/tests/fourslash/completions.vardecls.fourslash.js.map +1 -1
  397. package/dist/tests/fourslash/completions.variableDocStrings.fourslash.d.ts +1 -0
  398. package/dist/tests/fourslash/completions.variableDocStrings.fourslash.js +2 -1
  399. package/dist/tests/fourslash/completions.variableDocStrings.fourslash.js.map +1 -1
  400. package/dist/tests/fourslash/completions.wildcardimports.fourslash.d.ts +1 -0
  401. package/dist/tests/fourslash/completions.wildcardimports.fourslash.js +2 -1
  402. package/dist/tests/fourslash/completions.wildcardimports.fourslash.js.map +1 -1
  403. package/dist/tests/fourslash/completions.with.fourslash.d.ts +1 -0
  404. package/dist/tests/fourslash/completions.with.fourslash.js +2 -1
  405. package/dist/tests/fourslash/completions.with.fourslash.js.map +1 -1
  406. package/dist/tests/fourslash/diagnostics.missingModuleSource.fourslash.d.ts +1 -0
  407. package/dist/tests/fourslash/diagnostics.missingModuleSource.fourslash.js +2 -1
  408. package/dist/tests/fourslash/diagnostics.missingModuleSource.fourslash.js.map +1 -1
  409. package/dist/tests/fourslash/findDefinitions.builtinClass.fourslash.d.ts +1 -0
  410. package/dist/tests/fourslash/findDefinitions.builtinClass.fourslash.js +2 -1
  411. package/dist/tests/fourslash/findDefinitions.builtinClass.fourslash.js.map +1 -1
  412. package/dist/tests/fourslash/findDefinitions.classes.fourslash.d.ts +1 -0
  413. package/dist/tests/fourslash/findDefinitions.classes.fourslash.js +2 -1
  414. package/dist/tests/fourslash/findDefinitions.classes.fourslash.js.map +1 -1
  415. package/dist/tests/fourslash/findDefinitions.definitionFilter.preferSource.fourslash.d.ts +1 -0
  416. package/dist/tests/fourslash/findDefinitions.definitionFilter.preferSource.fourslash.js +2 -1
  417. package/dist/tests/fourslash/findDefinitions.definitionFilter.preferSource.fourslash.js.map +1 -1
  418. package/dist/tests/fourslash/findDefinitions.definitionFilter.preferSource.onlyStubs.d.ts +1 -0
  419. package/dist/tests/fourslash/findDefinitions.definitionFilter.preferSource.onlyStubs.js +2 -1
  420. package/dist/tests/fourslash/findDefinitions.definitionFilter.preferSource.onlyStubs.js.map +1 -1
  421. package/dist/tests/fourslash/findDefinitions.definitionFilter.preferStub.fourslash.d.ts +1 -0
  422. package/dist/tests/fourslash/findDefinitions.definitionFilter.preferStub.fourslash.js +2 -1
  423. package/dist/tests/fourslash/findDefinitions.definitionFilter.preferStub.fourslash.js.map +1 -1
  424. package/dist/tests/fourslash/findDefinitions.definitionFilter.preferStub.onlySource.fourslash.d.ts +1 -0
  425. package/dist/tests/fourslash/findDefinitions.definitionFilter.preferStub.onlySource.fourslash.js +2 -1
  426. package/dist/tests/fourslash/findDefinitions.definitionFilter.preferStub.onlySource.fourslash.js.map +1 -1
  427. package/dist/tests/fourslash/findDefinitions.fields.fourslash.d.ts +1 -0
  428. package/dist/tests/fourslash/findDefinitions.fields.fourslash.js +2 -1
  429. package/dist/tests/fourslash/findDefinitions.fields.fourslash.js.map +1 -1
  430. package/dist/tests/fourslash/findDefinitions.functions.fourslash.d.ts +1 -0
  431. package/dist/tests/fourslash/findDefinitions.functions.fourslash.js +2 -1
  432. package/dist/tests/fourslash/findDefinitions.functions.fourslash.js.map +1 -1
  433. package/dist/tests/fourslash/findDefinitions.methods.fourslash.d.ts +1 -0
  434. package/dist/tests/fourslash/findDefinitions.methods.fourslash.js +2 -1
  435. package/dist/tests/fourslash/findDefinitions.methods.fourslash.js.map +1 -1
  436. package/dist/tests/fourslash/findDefinitions.modules.fourslash.d.ts +1 -0
  437. package/dist/tests/fourslash/findDefinitions.modules.fourslash.js +2 -1
  438. package/dist/tests/fourslash/findDefinitions.modules.fourslash.js.map +1 -1
  439. package/dist/tests/fourslash/findDefinitions.namespaceImport.fourslash.d.ts +1 -0
  440. package/dist/tests/fourslash/findDefinitions.namespaceImport.fourslash.js +2 -1
  441. package/dist/tests/fourslash/findDefinitions.namespaceImport.fourslash.js.map +1 -1
  442. package/dist/tests/fourslash/findDefinitions.namespaceImportWithInit.fourslash.d.ts +1 -0
  443. package/dist/tests/fourslash/findDefinitions.namespaceImportWithInit.fourslash.js +2 -1
  444. package/dist/tests/fourslash/findDefinitions.namespaceImportWithInit.fourslash.js.map +1 -1
  445. package/dist/tests/fourslash/findDefinitions.overloads.fourslash.d.ts +1 -0
  446. package/dist/tests/fourslash/findDefinitions.overloads.fourslash.js +2 -1
  447. package/dist/tests/fourslash/findDefinitions.overloads.fourslash.js.map +1 -1
  448. package/dist/tests/fourslash/findDefinitions.parameters.fourslash.d.ts +1 -0
  449. package/dist/tests/fourslash/findDefinitions.parameters.fourslash.js +2 -1
  450. package/dist/tests/fourslash/findDefinitions.parameters.fourslash.js.map +1 -1
  451. package/dist/tests/fourslash/findDefinitions.sourceAndStub.function.fourslash.d.ts +1 -0
  452. package/dist/tests/fourslash/findDefinitions.sourceAndStub.function.fourslash.js +2 -1
  453. package/dist/tests/fourslash/findDefinitions.sourceAndStub.function.fourslash.js.map +1 -1
  454. package/dist/tests/fourslash/findDefinitions.sourceAndStub.innerClass.fourslash.d.ts +1 -0
  455. package/dist/tests/fourslash/findDefinitions.sourceAndStub.innerClass.fourslash.js +2 -1
  456. package/dist/tests/fourslash/findDefinitions.sourceAndStub.innerClass.fourslash.js.map +1 -1
  457. package/dist/tests/fourslash/findDefinitions.sourceAndStub.innerClassMethod.fourslash.d.ts +1 -0
  458. package/dist/tests/fourslash/findDefinitions.sourceAndStub.innerClassMethod.fourslash.js +2 -1
  459. package/dist/tests/fourslash/findDefinitions.sourceAndStub.innerClassMethod.fourslash.js.map +1 -1
  460. package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClass.fourslash.d.ts +1 -0
  461. package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClass.fourslash.js +2 -1
  462. package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClass.fourslash.js.map +1 -1
  463. package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassMethod.fourslash.d.ts +1 -0
  464. package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassMethod.fourslash.js +2 -1
  465. package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassMethod.fourslash.js.map +1 -1
  466. package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassPropertyReadOnly.fourslash.d.ts +1 -0
  467. package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassPropertyReadOnly.fourslash.js +2 -1
  468. package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassPropertyReadOnly.fourslash.js.map +1 -1
  469. package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassPropertyReadWrite.fourslash.d.ts +1 -0
  470. package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassPropertyReadWrite.fourslash.js +2 -1
  471. package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassPropertyReadWrite.fourslash.js.map +1 -1
  472. package/dist/tests/fourslash/findDefinitions.sourceOnly.class.fourslash.d.ts +1 -0
  473. package/dist/tests/fourslash/findDefinitions.sourceOnly.class.fourslash.js +2 -1
  474. package/dist/tests/fourslash/findDefinitions.sourceOnly.class.fourslash.js.map +1 -1
  475. package/dist/tests/fourslash/findDefinitions.sourceOnly.function1.fourslash.d.ts +1 -0
  476. package/dist/tests/fourslash/findDefinitions.sourceOnly.function1.fourslash.js +2 -1
  477. package/dist/tests/fourslash/findDefinitions.sourceOnly.function1.fourslash.js.map +1 -1
  478. package/dist/tests/fourslash/findDefinitions.sourceOnly.function2.fourslash.d.ts +1 -0
  479. package/dist/tests/fourslash/findDefinitions.sourceOnly.function2.fourslash.js +2 -1
  480. package/dist/tests/fourslash/findDefinitions.sourceOnly.function2.fourslash.js.map +1 -1
  481. package/dist/tests/fourslash/findDefinitions.sourceOnly.relativeImport1.fourslash.d.ts +1 -0
  482. package/dist/tests/fourslash/findDefinitions.sourceOnly.relativeImport1.fourslash.js +2 -1
  483. package/dist/tests/fourslash/findDefinitions.sourceOnly.relativeImport1.fourslash.js.map +1 -1
  484. package/dist/tests/fourslash/findDefinitions.sourceOnly.relativeImport2.fourslash.d.ts +1 -0
  485. package/dist/tests/fourslash/findDefinitions.sourceOnly.relativeImport2.fourslash.js +2 -1
  486. package/dist/tests/fourslash/findDefinitions.sourceOnly.relativeImport2.fourslash.js.map +1 -1
  487. package/dist/tests/fourslash/findDefinitions.stubOnly.fourslash.d.ts +1 -0
  488. package/dist/tests/fourslash/findDefinitions.stubOnly.fourslash.js +2 -1
  489. package/dist/tests/fourslash/findDefinitions.stubOnly.fourslash.js.map +1 -1
  490. package/dist/tests/fourslash/findDefinitions.stubPackages.fourslash.d.ts +1 -0
  491. package/dist/tests/fourslash/findDefinitions.stubPackages.fourslash.js +2 -1
  492. package/dist/tests/fourslash/findDefinitions.stubPackages.fourslash.js.map +1 -1
  493. package/dist/tests/fourslash/findDefinitions.typedDict.keys.fourslash.d.ts +1 -0
  494. package/dist/tests/fourslash/findDefinitions.typedDict.keys.fourslash.js +2 -1
  495. package/dist/tests/fourslash/findDefinitions.typedDict.keys.fourslash.js.map +1 -1
  496. package/dist/tests/fourslash/findDefinitions.variables.fourslash.d.ts +1 -0
  497. package/dist/tests/fourslash/findDefinitions.variables.fourslash.js +2 -1
  498. package/dist/tests/fourslash/findDefinitions.variables.fourslash.js.map +1 -1
  499. package/dist/tests/fourslash/findDefinitions.wildcardimports.fourslash.d.ts +1 -0
  500. package/dist/tests/fourslash/findDefinitions.wildcardimports.fourslash.js +2 -1
  501. package/dist/tests/fourslash/findDefinitions.wildcardimports.fourslash.js.map +1 -1
  502. package/dist/tests/fourslash/findTypeDefinitions.builtinClass.fourslash.d.ts +1 -0
  503. package/dist/tests/fourslash/findTypeDefinitions.builtinClass.fourslash.js +2 -1
  504. package/dist/tests/fourslash/findTypeDefinitions.builtinClass.fourslash.js.map +1 -1
  505. package/dist/tests/fourslash/findTypeDefinitions.classes.fourslash.d.ts +1 -0
  506. package/dist/tests/fourslash/findTypeDefinitions.classes.fourslash.js +2 -1
  507. package/dist/tests/fourslash/findTypeDefinitions.classes.fourslash.js.map +1 -1
  508. package/dist/tests/fourslash/findTypeDefinitions.unions.fourslash.d.ts +1 -0
  509. package/dist/tests/fourslash/findTypeDefinitions.unions.fourslash.js +2 -1
  510. package/dist/tests/fourslash/findTypeDefinitions.unions.fourslash.js.map +1 -1
  511. package/dist/tests/fourslash/findallreferences.classPropertyReadWrite.d.ts +1 -0
  512. package/dist/tests/fourslash/findallreferences.classPropertyReadWrite.js +2 -1
  513. package/dist/tests/fourslash/findallreferences.classPropertyReadWrite.js.map +1 -1
  514. package/dist/tests/fourslash/findallreferences.fourslash.d.ts +1 -0
  515. package/dist/tests/fourslash/findallreferences.fourslash.js +2 -1
  516. package/dist/tests/fourslash/findallreferences.fourslash.js.map +1 -1
  517. package/dist/tests/fourslash/findallreferences.importalias.fourslash.d.ts +1 -0
  518. package/dist/tests/fourslash/findallreferences.importalias.fourslash.js +2 -1
  519. package/dist/tests/fourslash/findallreferences.importalias.fourslash.js.map +1 -1
  520. package/dist/tests/fourslash/findallreferences.invokedFromLibrary.fourslash.d.ts +1 -0
  521. package/dist/tests/fourslash/findallreferences.invokedFromLibrary.fourslash.js +2 -1
  522. package/dist/tests/fourslash/findallreferences.invokedFromLibrary.fourslash.js.map +1 -1
  523. package/dist/tests/fourslash/findallreferences.module.nested.fourslash.d.ts +1 -0
  524. package/dist/tests/fourslash/findallreferences.module.nested.fourslash.js +2 -1
  525. package/dist/tests/fourslash/findallreferences.module.nested.fourslash.js.map +1 -1
  526. package/dist/tests/fourslash/findallreferences.modules.duplicated.fourslash.d.ts +1 -0
  527. package/dist/tests/fourslash/findallreferences.modules.duplicated.fourslash.js +2 -1
  528. package/dist/tests/fourslash/findallreferences.modules.duplicated.fourslash.js.map +1 -1
  529. package/dist/tests/fourslash/findallreferences.modules.fourslash.d.ts +1 -0
  530. package/dist/tests/fourslash/findallreferences.modules.fourslash.js +2 -1
  531. package/dist/tests/fourslash/findallreferences.modules.fourslash.js.map +1 -1
  532. package/dist/tests/fourslash/findallreferences.modules.shadow.fourslash.d.ts +1 -0
  533. package/dist/tests/fourslash/findallreferences.modules.shadow.fourslash.js +2 -1
  534. package/dist/tests/fourslash/findallreferences.modules.shadow.fourslash.js.map +1 -1
  535. package/dist/tests/fourslash/findallreferences.openFiles.fourslash.d.ts +1 -0
  536. package/dist/tests/fourslash/findallreferences.openFiles.fourslash.js +2 -1
  537. package/dist/tests/fourslash/findallreferences.openFiles.fourslash.js.map +1 -1
  538. package/dist/tests/fourslash/findallreferences.parameter.fourslash.d.ts +1 -0
  539. package/dist/tests/fourslash/findallreferences.parameter.fourslash.js +2 -1
  540. package/dist/tests/fourslash/findallreferences.parameter.fourslash.js.map +1 -1
  541. package/dist/tests/fourslash/findallreferences.sourceAndStub.class.fourslash.d.ts +1 -0
  542. package/dist/tests/fourslash/findallreferences.sourceAndStub.class.fourslash.js +2 -1
  543. package/dist/tests/fourslash/findallreferences.sourceAndStub.class.fourslash.js.map +1 -1
  544. package/dist/tests/fourslash/findallreferences.sourceAndStub.classMethod.fourslash.d.ts +1 -0
  545. package/dist/tests/fourslash/findallreferences.sourceAndStub.classMethod.fourslash.js +2 -1
  546. package/dist/tests/fourslash/findallreferences.sourceAndStub.classMethod.fourslash.js.map +1 -1
  547. package/dist/tests/fourslash/findallreferences.sourceAndStub.classPropertyReadOnly.fourslash.d.ts +1 -0
  548. package/dist/tests/fourslash/findallreferences.sourceAndStub.classPropertyReadOnly.fourslash.js +2 -1
  549. package/dist/tests/fourslash/findallreferences.sourceAndStub.classPropertyReadOnly.fourslash.js.map +1 -1
  550. package/dist/tests/fourslash/findallreferences.sourceAndStub.classPropertyReadWrite.fourslash.skip.d.ts +1 -0
  551. package/dist/tests/fourslash/findallreferences.sourceAndStub.classPropertyReadWrite.fourslash.skip.js +2 -1
  552. package/dist/tests/fourslash/findallreferences.sourceAndStub.classPropertyReadWrite.fourslash.skip.js.map +1 -1
  553. package/dist/tests/fourslash/findallreferences.sourceAndStub.function.fourslash.d.ts +1 -0
  554. package/dist/tests/fourslash/findallreferences.sourceAndStub.function.fourslash.js +2 -1
  555. package/dist/tests/fourslash/findallreferences.sourceAndStub.function.fourslash.js.map +1 -1
  556. package/dist/tests/fourslash/findallreferences.variable.fourslash.d.ts +1 -0
  557. package/dist/tests/fourslash/findallreferences.variable.fourslash.js +2 -1
  558. package/dist/tests/fourslash/findallreferences.variable.fourslash.js.map +1 -1
  559. package/dist/tests/fourslash/highlightreferences.attributes.fourslash.d.ts +1 -0
  560. package/dist/tests/fourslash/highlightreferences.attributes.fourslash.js +2 -1
  561. package/dist/tests/fourslash/highlightreferences.attributes.fourslash.js.map +1 -1
  562. package/dist/tests/fourslash/hover.async.fourslash.d.ts +1 -0
  563. package/dist/tests/fourslash/hover.async.fourslash.js +2 -1
  564. package/dist/tests/fourslash/hover.async.fourslash.js.map +1 -1
  565. package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByBuiltin.fourslash.d.ts +1 -0
  566. package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByBuiltin.fourslash.js +2 -1
  567. package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByBuiltin.fourslash.js.map +1 -1
  568. package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByUserCode.fourslash.d.ts +1 -0
  569. package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByUserCode.fourslash.js +2 -1
  570. package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByUserCode.fourslash.js.map +1 -1
  571. package/dist/tests/fourslash/hover.builtinDocstrings.fourslash.d.ts +1 -0
  572. package/dist/tests/fourslash/hover.builtinDocstrings.fourslash.js +2 -1
  573. package/dist/tests/fourslash/hover.builtinDocstrings.fourslash.js.map +1 -1
  574. package/dist/tests/fourslash/hover.class.docString.fourslash.d.ts +1 -0
  575. package/dist/tests/fourslash/hover.class.docString.fourslash.js +2 -1
  576. package/dist/tests/fourslash/hover.class.docString.fourslash.js.map +1 -1
  577. package/dist/tests/fourslash/hover.classNoInit.fourslash.d.ts +1 -0
  578. package/dist/tests/fourslash/hover.classNoInit.fourslash.js +2 -1
  579. package/dist/tests/fourslash/hover.classNoInit.fourslash.js.map +1 -1
  580. package/dist/tests/fourslash/hover.docFromSrc.fourslash.d.ts +1 -0
  581. package/dist/tests/fourslash/hover.docFromSrc.fourslash.js +2 -1
  582. package/dist/tests/fourslash/hover.docFromSrc.fourslash.js.map +1 -1
  583. package/dist/tests/fourslash/hover.docFromSrc.pkg-vs-module1.fourslash.d.ts +1 -0
  584. package/dist/tests/fourslash/hover.docFromSrc.pkg-vs-module1.fourslash.js +2 -1
  585. package/dist/tests/fourslash/hover.docFromSrc.pkg-vs-module1.fourslash.js.map +1 -1
  586. package/dist/tests/fourslash/hover.docFromSrc.pkg-vs-module2.fourslash.d.ts +1 -0
  587. package/dist/tests/fourslash/hover.docFromSrc.pkg-vs-module2.fourslash.js +2 -1
  588. package/dist/tests/fourslash/hover.docFromSrc.pkg-vs-module2.fourslash.js.map +1 -1
  589. package/dist/tests/fourslash/hover.docFromSrc.relativeImport1.fourslash.d.ts +1 -0
  590. package/dist/tests/fourslash/hover.docFromSrc.relativeImport1.fourslash.js +2 -1
  591. package/dist/tests/fourslash/hover.docFromSrc.relativeImport1.fourslash.js.map +1 -1
  592. package/dist/tests/fourslash/hover.docFromSrc.relativeImport2.fourslash.d.ts +1 -0
  593. package/dist/tests/fourslash/hover.docFromSrc.relativeImport2.fourslash.js +2 -1
  594. package/dist/tests/fourslash/hover.docFromSrc.relativeImport2.fourslash.js.map +1 -1
  595. package/dist/tests/fourslash/hover.docFromSrc.relativeImport3.fourslash.d.ts +1 -0
  596. package/dist/tests/fourslash/hover.docFromSrc.relativeImport3.fourslash.js +2 -1
  597. package/dist/tests/fourslash/hover.docFromSrc.relativeImport3.fourslash.js.map +1 -1
  598. package/dist/tests/fourslash/hover.docFromSrc.stringFormat.fourslash.d.ts +1 -0
  599. package/dist/tests/fourslash/hover.docFromSrc.stringFormat.fourslash.js +2 -1
  600. package/dist/tests/fourslash/hover.docFromSrc.stringFormat.fourslash.js.map +1 -1
  601. package/dist/tests/fourslash/hover.docFromSrc.stubs-package.fourslash.d.ts +1 -0
  602. package/dist/tests/fourslash/hover.docFromSrc.stubs-package.fourslash.js +2 -1
  603. package/dist/tests/fourslash/hover.docFromSrc.stubs-package.fourslash.js.map +1 -1
  604. package/dist/tests/fourslash/hover.docFromSrc.typeshed.fourslash.d.ts +1 -0
  605. package/dist/tests/fourslash/hover.docFromSrc.typeshed.fourslash.js +2 -1
  606. package/dist/tests/fourslash/hover.docFromSrc.typeshed.fourslash.js.map +1 -1
  607. package/dist/tests/fourslash/hover.docstring.alias.fourslash.d.ts +1 -0
  608. package/dist/tests/fourslash/hover.docstring.alias.fourslash.js +2 -1
  609. package/dist/tests/fourslash/hover.docstring.alias.fourslash.js.map +1 -1
  610. package/dist/tests/fourslash/hover.docstring.links.fourslash.d.ts +1 -0
  611. package/dist/tests/fourslash/hover.docstring.links.fourslash.js +2 -1
  612. package/dist/tests/fourslash/hover.docstring.links.fourslash.js.map +1 -1
  613. package/dist/tests/fourslash/hover.docstring.overloads.fourslash.d.ts +1 -0
  614. package/dist/tests/fourslash/hover.docstring.overloads.fourslash.js +2 -1
  615. package/dist/tests/fourslash/hover.docstring.overloads.fourslash.js.map +1 -1
  616. package/dist/tests/fourslash/hover.docstring.parameter.fourslash.d.ts +1 -0
  617. package/dist/tests/fourslash/hover.docstring.parameter.fourslash.js +2 -1
  618. package/dist/tests/fourslash/hover.docstring.parameter.fourslash.js.map +1 -1
  619. package/dist/tests/fourslash/hover.docstring.split.fourslash.d.ts +1 -0
  620. package/dist/tests/fourslash/hover.docstring.split.fourslash.js +2 -1
  621. package/dist/tests/fourslash/hover.docstring.split.fourslash.js.map +1 -1
  622. package/dist/tests/fourslash/hover.dunderNew.basic.fourslash.d.ts +1 -0
  623. package/dist/tests/fourslash/hover.dunderNew.basic.fourslash.js +2 -1
  624. package/dist/tests/fourslash/hover.dunderNew.basic.fourslash.js.map +1 -1
  625. package/dist/tests/fourslash/hover.dunderNew.inheritance.fourslash.d.ts +1 -0
  626. package/dist/tests/fourslash/hover.dunderNew.inheritance.fourslash.js +2 -1
  627. package/dist/tests/fourslash/hover.dunderNew.inheritance.fourslash.js.map +1 -1
  628. package/dist/tests/fourslash/hover.dunderNew.inheritance2.fourslash.d.ts +1 -0
  629. package/dist/tests/fourslash/hover.dunderNew.inheritance2.fourslash.js +2 -1
  630. package/dist/tests/fourslash/hover.dunderNew.inheritance2.fourslash.js.map +1 -1
  631. package/dist/tests/fourslash/hover.dunderNew.overloads.fourslash.d.ts +1 -0
  632. package/dist/tests/fourslash/hover.dunderNew.overloads.fourslash.js +2 -1
  633. package/dist/tests/fourslash/hover.dunderNew.overloads.fourslash.js.map +1 -1
  634. package/dist/tests/fourslash/hover.dunderNew.withInit.fourslash.d.ts +1 -0
  635. package/dist/tests/fourslash/hover.dunderNew.withInit.fourslash.js +2 -1
  636. package/dist/tests/fourslash/hover.dunderNew.withInit.fourslash.js.map +1 -1
  637. package/dist/tests/fourslash/hover.formatted.fourslash.d.ts +1 -0
  638. package/dist/tests/fourslash/hover.formatted.fourslash.js +2 -1
  639. package/dist/tests/fourslash/hover.formatted.fourslash.js.map +1 -1
  640. package/dist/tests/fourslash/hover.fourslash.d.ts +1 -0
  641. package/dist/tests/fourslash/hover.fourslash.js +2 -1
  642. package/dist/tests/fourslash/hover.fourslash.js.map +1 -1
  643. package/dist/tests/fourslash/hover.import.django.view.fourslash.d.ts +1 -0
  644. package/dist/tests/fourslash/hover.import.django.view.fourslash.js +2 -1
  645. package/dist/tests/fourslash/hover.import.django.view.fourslash.js.map +1 -1
  646. package/dist/tests/fourslash/hover.import.fourslash.d.ts +1 -0
  647. package/dist/tests/fourslash/hover.import.fourslash.js +2 -1
  648. package/dist/tests/fourslash/hover.import.fourslash.js.map +1 -1
  649. package/dist/tests/fourslash/hover.inferred.fourslash.d.ts +1 -0
  650. package/dist/tests/fourslash/hover.inferred.fourslash.js +2 -1
  651. package/dist/tests/fourslash/hover.inferred.fourslash.js.map +1 -1
  652. package/dist/tests/fourslash/hover.inherited.docFromSrc.fourslash.d.ts +1 -0
  653. package/dist/tests/fourslash/hover.inherited.docFromSrc.fourslash.js +2 -1
  654. package/dist/tests/fourslash/hover.inherited.docFromSrc.fourslash.js.map +1 -1
  655. package/dist/tests/fourslash/hover.inherited.docFromSrcWithStub.fourslash.d.ts +1 -0
  656. package/dist/tests/fourslash/hover.inherited.docFromSrcWithStub.fourslash.js +2 -1
  657. package/dist/tests/fourslash/hover.inherited.docFromSrcWithStub.fourslash.js.map +1 -1
  658. package/dist/tests/fourslash/hover.inherited.docFromStub.fourslash.d.ts +1 -0
  659. package/dist/tests/fourslash/hover.inherited.docFromStub.fourslash.js +2 -1
  660. package/dist/tests/fourslash/hover.inherited.docFromStub.fourslash.js.map +1 -1
  661. package/dist/tests/fourslash/hover.inherited.overload.docFromSrcWithStub.fourslash.d.ts +1 -0
  662. package/dist/tests/fourslash/hover.inherited.overload.docFromSrcWithStub.fourslash.js +2 -1
  663. package/dist/tests/fourslash/hover.inherited.overload.docFromSrcWithStub.fourslash.js.map +1 -1
  664. package/dist/tests/fourslash/hover.inherited.overload.docFromStub.fourslash.d.ts +1 -0
  665. package/dist/tests/fourslash/hover.inherited.overload.docFromStub.fourslash.js +2 -1
  666. package/dist/tests/fourslash/hover.inherited.overload.docFromStub.fourslash.js.map +1 -1
  667. package/dist/tests/fourslash/hover.inherited.property.docFromSrcWithStub.fourslash.d.ts +1 -0
  668. package/dist/tests/fourslash/hover.inherited.property.docFromSrcWithStub.fourslash.js +2 -1
  669. package/dist/tests/fourslash/hover.inherited.property.docFromSrcWithStub.fourslash.js.map +1 -1
  670. package/dist/tests/fourslash/hover.inherited.property.docFromStub.fourslash.d.ts +1 -0
  671. package/dist/tests/fourslash/hover.inherited.property.docFromStub.fourslash.js +2 -1
  672. package/dist/tests/fourslash/hover.inherited.property.docFromStub.fourslash.js.map +1 -1
  673. package/dist/tests/fourslash/hover.init.fourslash.d.ts +1 -0
  674. package/dist/tests/fourslash/hover.init.fourslash.js +2 -1
  675. package/dist/tests/fourslash/hover.init.fourslash.js.map +1 -1
  676. package/dist/tests/fourslash/hover.libCodeAndStub.fourslash.d.ts +1 -0
  677. package/dist/tests/fourslash/hover.libCodeAndStub.fourslash.js +2 -1
  678. package/dist/tests/fourslash/hover.libCodeAndStub.fourslash.js.map +1 -1
  679. package/dist/tests/fourslash/hover.libCodeNoStub.fourslash.d.ts +1 -0
  680. package/dist/tests/fourslash/hover.libCodeNoStub.fourslash.js +2 -1
  681. package/dist/tests/fourslash/hover.libCodeNoStub.fourslash.js.map +1 -1
  682. package/dist/tests/fourslash/hover.libStub.fourslash.d.ts +1 -0
  683. package/dist/tests/fourslash/hover.libStub.fourslash.js +2 -1
  684. package/dist/tests/fourslash/hover.libStub.fourslash.js.map +1 -1
  685. package/dist/tests/fourslash/hover.optionalAliasParameter.fourslash.d.ts +1 -0
  686. package/dist/tests/fourslash/hover.optionalAliasParameter.fourslash.js +2 -1
  687. package/dist/tests/fourslash/hover.optionalAliasParameter.fourslash.js.map +1 -1
  688. package/dist/tests/fourslash/hover.overloadedFunction.fourslash.d.ts +1 -0
  689. package/dist/tests/fourslash/hover.overloadedFunction.fourslash.js +2 -1
  690. package/dist/tests/fourslash/hover.overloadedFunction.fourslash.js.map +1 -1
  691. package/dist/tests/fourslash/hover.plainText.fourslash.d.ts +1 -0
  692. package/dist/tests/fourslash/hover.plainText.fourslash.js +2 -1
  693. package/dist/tests/fourslash/hover.plainText.fourslash.js.map +1 -1
  694. package/dist/tests/fourslash/hover.slots.fourslash.d.ts +1 -0
  695. package/dist/tests/fourslash/hover.slots.fourslash.js +2 -1
  696. package/dist/tests/fourslash/hover.slots.fourslash.js.map +1 -1
  697. package/dist/tests/fourslash/hover.typedDict.key.fourslash.d.ts +1 -0
  698. package/dist/tests/fourslash/hover.typedDict.key.fourslash.js +2 -1
  699. package/dist/tests/fourslash/hover.typedDict.key.fourslash.js.map +1 -1
  700. package/dist/tests/fourslash/hover.unpackedTypedDict.key.fourslash.d.ts +1 -0
  701. package/dist/tests/fourslash/hover.unpackedTypedDict.key.fourslash.js +2 -1
  702. package/dist/tests/fourslash/hover.unpackedTypedDict.key.fourslash.js.map +1 -1
  703. package/dist/tests/fourslash/hover.variable.docString.fourslash.d.ts +1 -0
  704. package/dist/tests/fourslash/hover.variable.docString.fourslash.js +2 -1
  705. package/dist/tests/fourslash/hover.variable.docString.fourslash.js.map +1 -1
  706. package/dist/tests/fourslash/hover.wildcardimports.fourslash.d.ts +1 -0
  707. package/dist/tests/fourslash/hover.wildcardimports.fourslash.js +2 -1
  708. package/dist/tests/fourslash/hover.wildcardimports.fourslash.js.map +1 -1
  709. package/dist/tests/fourslash/import.multipart.fourslash.d.ts +1 -0
  710. package/dist/tests/fourslash/import.multipart.fourslash.js +2 -1
  711. package/dist/tests/fourslash/import.multipart.fourslash.js.map +1 -1
  712. package/dist/tests/fourslash/import.nameconflict.fourslash.d.ts +1 -0
  713. package/dist/tests/fourslash/import.nameconflict.fourslash.js +2 -1
  714. package/dist/tests/fourslash/import.nameconflict.fourslash.js.map +1 -1
  715. package/dist/tests/fourslash/import.publicSymbols.fourslash.d.ts +1 -0
  716. package/dist/tests/fourslash/import.publicSymbols.fourslash.js +2 -1
  717. package/dist/tests/fourslash/import.publicSymbols.fourslash.js.map +1 -1
  718. package/dist/tests/fourslash/import.pytyped.dunderAll.fourslash.d.ts +1 -0
  719. package/dist/tests/fourslash/import.pytyped.dunderAll.fourslash.js +2 -1
  720. package/dist/tests/fourslash/import.pytyped.dunderAll.fourslash.js.map +1 -1
  721. package/dist/tests/fourslash/import.pytyped.privateSymbols.fourslash.d.ts +1 -0
  722. package/dist/tests/fourslash/import.pytyped.privateSymbols.fourslash.js +2 -1
  723. package/dist/tests/fourslash/import.pytyped.privateSymbols.fourslash.js.map +1 -1
  724. package/dist/tests/fourslash/import.pytyped.typeCheckingBasic.fourslash.d.ts +1 -0
  725. package/dist/tests/fourslash/import.pytyped.typeCheckingBasic.fourslash.js +2 -1
  726. package/dist/tests/fourslash/import.pytyped.typeCheckingBasic.fourslash.js.map +1 -1
  727. package/dist/tests/fourslash/import.pytyped.typeCheckingOff.fourslash.d.ts +1 -0
  728. package/dist/tests/fourslash/import.pytyped.typeCheckingOff.fourslash.js +2 -1
  729. package/dist/tests/fourslash/import.pytyped.typeCheckingOff.fourslash.js.map +1 -1
  730. package/dist/tests/fourslash/import.wildcard.fourslash.d.ts +1 -0
  731. package/dist/tests/fourslash/import.wildcard.fourslash.js +2 -1
  732. package/dist/tests/fourslash/import.wildcard.fourslash.js.map +1 -1
  733. package/dist/tests/fourslash/importnotresolved.fourslash.d.ts +1 -0
  734. package/dist/tests/fourslash/importnotresolved.fourslash.js +2 -1
  735. package/dist/tests/fourslash/importnotresolved.fourslash.js.map +1 -1
  736. package/dist/tests/fourslash/missingModuleSource.disablingInStrictMode.fourslash.d.ts +1 -0
  737. package/dist/tests/fourslash/missingModuleSource.disablingInStrictMode.fourslash.js +2 -1
  738. package/dist/tests/fourslash/missingModuleSource.disablingInStrictMode.fourslash.js.map +1 -1
  739. package/dist/tests/fourslash/missingModuleSource.fourslash.d.ts +1 -0
  740. package/dist/tests/fourslash/missingModuleSource.fourslash.js +2 -1
  741. package/dist/tests/fourslash/missingModuleSource.fourslash.js.map +1 -1
  742. package/dist/tests/fourslash/missingTypeStub.codeAction.fourslash.d.ts +1 -0
  743. package/dist/tests/fourslash/missingTypeStub.codeAction.fourslash.js +2 -1
  744. package/dist/tests/fourslash/missingTypeStub.codeAction.fourslash.js.map +1 -1
  745. package/dist/tests/fourslash/missingTypeStub.command.multipart.fourslash.d.ts +1 -6
  746. package/dist/tests/fourslash/missingTypeStub.command.multipart.fourslash.js +2 -1
  747. package/dist/tests/fourslash/missingTypeStub.command.multipart.fourslash.js.map +1 -1
  748. package/dist/tests/fourslash/missingTypeStub.command.singlefile.fourslash.d.ts +1 -6
  749. package/dist/tests/fourslash/missingTypeStub.command.singlefile.fourslash.js +2 -1
  750. package/dist/tests/fourslash/missingTypeStub.command.singlefile.fourslash.js.map +1 -1
  751. package/dist/tests/fourslash/missingTypeStub.command.singlepart.fourslash.d.ts +1 -6
  752. package/dist/tests/fourslash/missingTypeStub.command.singlepart.fourslash.js +2 -1
  753. package/dist/tests/fourslash/missingTypeStub.command.singlepart.fourslash.js.map +1 -1
  754. package/dist/tests/fourslash/missingTypeStub.command.trycatchImport.fourslash.d.ts +1 -6
  755. package/dist/tests/fourslash/missingTypeStub.command.trycatchImport.fourslash.js +2 -1
  756. package/dist/tests/fourslash/missingTypeStub.command.trycatchImport.fourslash.js.map +1 -1
  757. package/dist/tests/fourslash/missingTypeStub.fourslash.d.ts +1 -0
  758. package/dist/tests/fourslash/missingTypeStub.fourslash.js +2 -1
  759. package/dist/tests/fourslash/missingTypeStub.fourslash.js.map +1 -1
  760. package/dist/tests/fourslash/missingTypeStub.invokeCodeAction.fourslash.d.ts +1 -0
  761. package/dist/tests/fourslash/missingTypeStub.invokeCodeAction.fourslash.js +2 -1
  762. package/dist/tests/fourslash/missingTypeStub.invokeCodeAction.fourslash.js.map +1 -1
  763. package/dist/tests/fourslash/noerrors.fourslash.d.ts +1 -0
  764. package/dist/tests/fourslash/noerrors.fourslash.js +2 -1
  765. package/dist/tests/fourslash/noerrors.fourslash.js.map +1 -1
  766. package/dist/tests/fourslash/orderImports1.command.fourslash.d.ts +1 -0
  767. package/dist/tests/fourslash/orderImports1.command.fourslash.js +2 -1
  768. package/dist/tests/fourslash/orderImports1.command.fourslash.js.map +1 -1
  769. package/dist/tests/fourslash/orderImports2.command.fourslash.d.ts +1 -0
  770. package/dist/tests/fourslash/orderImports2.command.fourslash.js +2 -1
  771. package/dist/tests/fourslash/orderImports2.command.fourslash.js.map +1 -1
  772. package/dist/tests/fourslash/rename.args.fourslash.d.ts +1 -0
  773. package/dist/tests/fourslash/rename.args.fourslash.js +2 -1
  774. package/dist/tests/fourslash/rename.args.fourslash.js.map +1 -1
  775. package/dist/tests/fourslash/rename.externallyHidden.fourslash.d.ts +1 -0
  776. package/dist/tests/fourslash/rename.externallyHidden.fourslash.js +2 -1
  777. package/dist/tests/fourslash/rename.externallyHidden.fourslash.js.map +1 -1
  778. package/dist/tests/fourslash/rename.externallyHidden.params.fourslash.d.ts +1 -0
  779. package/dist/tests/fourslash/rename.externallyHidden.params.fourslash.js +2 -1
  780. package/dist/tests/fourslash/rename.externallyHidden.params.fourslash.js.map +1 -1
  781. package/dist/tests/fourslash/rename.fourslash.d.ts +1 -0
  782. package/dist/tests/fourslash/rename.fourslash.js +2 -1
  783. package/dist/tests/fourslash/rename.fourslash.js.map +1 -1
  784. package/dist/tests/fourslash/rename.function.untitledFile.fourslash.d.ts +1 -0
  785. package/dist/tests/fourslash/rename.function.untitledFile.fourslash.js +2 -1
  786. package/dist/tests/fourslash/rename.function.untitledFile.fourslash.js.map +1 -1
  787. package/dist/tests/fourslash/rename.init.fourslash.d.ts +1 -0
  788. package/dist/tests/fourslash/rename.init.fourslash.js +2 -1
  789. package/dist/tests/fourslash/rename.init.fourslash.js.map +1 -1
  790. package/dist/tests/fourslash/rename.library.fourslash.d.ts +1 -0
  791. package/dist/tests/fourslash/rename.library.fourslash.js +2 -1
  792. package/dist/tests/fourslash/rename.library.fourslash.js.map +1 -1
  793. package/dist/tests/fourslash/rename.library.sourceAndStub.fourslash.d.ts +1 -0
  794. package/dist/tests/fourslash/rename.library.sourceAndStub.fourslash.js +2 -1
  795. package/dist/tests/fourslash/rename.library.sourceAndStub.fourslash.js.map +1 -1
  796. package/dist/tests/fourslash/rename.multipleDecl.fourslash.d.ts +1 -1
  797. package/dist/tests/fourslash/rename.multipleDecl.fourslash.js +2 -1
  798. package/dist/tests/fourslash/rename.multipleDecl.fourslash.js.map +1 -1
  799. package/dist/tests/fourslash/rename.parens.fourslash.d.ts +1 -0
  800. package/dist/tests/fourslash/rename.parens.fourslash.js +2 -1
  801. package/dist/tests/fourslash/rename.parens.fourslash.js.map +1 -1
  802. package/dist/tests/fourslash/rename.sourceAndStub.fourslash.d.ts +1 -0
  803. package/dist/tests/fourslash/rename.sourceAndStub.fourslash.js +2 -1
  804. package/dist/tests/fourslash/rename.sourceAndStub.fourslash.js.map +1 -1
  805. package/dist/tests/fourslash/rename.string.excluded.fourslash.d.ts +1 -0
  806. package/dist/tests/fourslash/rename.string.excluded.fourslash.js +2 -1
  807. package/dist/tests/fourslash/rename.string.excluded.fourslash.js.map +1 -1
  808. package/dist/tests/fourslash/rename.string.fourslash.d.ts +1 -0
  809. package/dist/tests/fourslash/rename.string.fourslash.js +2 -1
  810. package/dist/tests/fourslash/rename.string.fourslash.js.map +1 -1
  811. package/dist/tests/fourslash/shadowedImports.fourslash.d.ts +1 -0
  812. package/dist/tests/fourslash/shadowedImports.fourslash.js +2 -1
  813. package/dist/tests/fourslash/shadowedImports.fourslash.js.map +1 -1
  814. package/dist/tests/fourslash/showcallhierarchy.incomingCalls.aliasedFunction.fourslash.d.ts +1 -0
  815. package/dist/tests/fourslash/showcallhierarchy.incomingCalls.aliasedFunction.fourslash.js +2 -1
  816. package/dist/tests/fourslash/showcallhierarchy.incomingCalls.aliasedFunction.fourslash.js.map +1 -1
  817. package/dist/tests/fourslash/showcallhierarchy.incomingCalls.aliasedVariable.fourslash.d.ts +1 -0
  818. package/dist/tests/fourslash/showcallhierarchy.incomingCalls.aliasedVariable.fourslash.js +2 -1
  819. package/dist/tests/fourslash/showcallhierarchy.incomingCalls.aliasedVariable.fourslash.js.map +1 -1
  820. package/dist/tests/fourslash/showcallhierarchy.incomingCalls.function.fourslash.d.ts +1 -0
  821. package/dist/tests/fourslash/showcallhierarchy.incomingCalls.function.fourslash.js +2 -1
  822. package/dist/tests/fourslash/showcallhierarchy.incomingCalls.function.fourslash.js.map +1 -1
  823. package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.aliasedFunction1.fourslash.d.ts +1 -0
  824. package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.aliasedFunction1.fourslash.js +2 -1
  825. package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.aliasedFunction1.fourslash.js.map +1 -1
  826. package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.aliasedFunction2.fourslash.d.ts +1 -0
  827. package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.aliasedFunction2.fourslash.js +2 -1
  828. package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.aliasedFunction2.fourslash.js.map +1 -1
  829. package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.function.fourslash.d.ts +1 -0
  830. package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.function.fourslash.js +2 -1
  831. package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.function.fourslash.js.map +1 -1
  832. package/dist/tests/fourslash/signature.builtinDocstrings.fourslash.d.ts +1 -0
  833. package/dist/tests/fourslash/signature.builtinDocstrings.fourslash.js +2 -1
  834. package/dist/tests/fourslash/signature.builtinDocstrings.fourslash.js.map +1 -1
  835. package/dist/tests/fourslash/signature.complicated.fourslash.d.ts +1 -0
  836. package/dist/tests/fourslash/signature.complicated.fourslash.js +2 -1
  837. package/dist/tests/fourslash/signature.complicated.fourslash.js.map +1 -1
  838. package/dist/tests/fourslash/signature.cornercases.fourslash.d.ts +1 -0
  839. package/dist/tests/fourslash/signature.cornercases.fourslash.js +2 -1
  840. package/dist/tests/fourslash/signature.cornercases.fourslash.js.map +1 -1
  841. package/dist/tests/fourslash/signature.docstrings.fourslash.d.ts +1 -0
  842. package/dist/tests/fourslash/signature.docstrings.fourslash.js +2 -1
  843. package/dist/tests/fourslash/signature.docstrings.fourslash.js.map +1 -1
  844. package/dist/tests/fourslash/signature.docstrings.overloaded.fourslash.d.ts +1 -0
  845. package/dist/tests/fourslash/signature.docstrings.overloaded.fourslash.js +2 -1
  846. package/dist/tests/fourslash/signature.docstrings.overloaded.fourslash.js.map +1 -1
  847. package/dist/tests/fourslash/signature.docstrings.wildcardimports.fourslash.d.ts +1 -0
  848. package/dist/tests/fourslash/signature.docstrings.wildcardimports.fourslash.js +2 -1
  849. package/dist/tests/fourslash/signature.docstrings.wildcardimports.fourslash.js.map +1 -1
  850. package/dist/tests/fourslash/signature.dunderNew.fourslash.d.ts +1 -0
  851. package/dist/tests/fourslash/signature.dunderNew.fourslash.js +2 -1
  852. package/dist/tests/fourslash/signature.dunderNew.fourslash.js.map +1 -1
  853. package/dist/tests/fourslash/signature.overload.fourslash.d.ts +1 -0
  854. package/dist/tests/fourslash/signature.overload.fourslash.js +2 -1
  855. package/dist/tests/fourslash/signature.overload.fourslash.js.map +1 -1
  856. package/dist/tests/fourslash/signature.simple.fourslash.d.ts +1 -0
  857. package/dist/tests/fourslash/signature.simple.fourslash.js +2 -1
  858. package/dist/tests/fourslash/signature.simple.fourslash.js.map +1 -1
  859. package/dist/tests/fourslash/typeVerifier.fourslash.d.ts +1 -0
  860. package/dist/tests/fourslash/typeVerifier.fourslash.js +2 -1
  861. package/dist/tests/fourslash/typeVerifier.fourslash.js.map +1 -1
  862. package/dist/tests/harness/fourslash/testState.js +11 -9
  863. package/dist/tests/harness/fourslash/testState.js.map +1 -1
  864. package/dist/tests/lsp/languageServerTestUtils.js +1 -1
  865. package/dist/tests/lsp/languageServerTestUtils.js.map +1 -1
  866. package/dist/tests/testState.test.js +3 -3
  867. package/dist/tests/typeEvaluator2.test.js +2 -2
  868. package/dist/tests/typeEvaluator4.test.js +1 -1
  869. package/dist/tests/typeEvaluator6.test.js +34 -36
  870. package/dist/tests/typeEvaluator6.test.js.map +1 -1
  871. package/dist/workspaceFactory.d.ts +12 -12
  872. package/dist/workspaceFactory.js +21 -141
  873. package/dist/workspaceFactory.js.map +1 -1
  874. package/package.json +5 -4
  875. package/dist/tests/fourslash/fourslash.d.ts +0 -338
  876. package/dist/tests/fourslash/fourslash.js +0 -25
  877. package/dist/tests/fourslash/fourslash.js.map +0 -1
@@ -167,7 +167,7 @@
167
167
  "expectedAsAfterException": "Ожидается \"as\" после типа исключения",
168
168
  "expectedAssignRightHandExpr": "Справа от \"=\" ожидается выражение",
169
169
  "expectedBinaryRightHandExpr": "Справа от оператора ожидается выражение",
170
- "expectedBoolLiteral": "Ожидается ИСТИНА или ЛОЖЬ",
170
+ "expectedBoolLiteral": "Ожидается True или False",
171
171
  "expectedCase": "Ожидается оператор case",
172
172
  "expectedClassName": "Ожидается имя класса",
173
173
  "expectedCloseBrace": "Для скобки \"{\" отсутствует закрывающая скобка",
@@ -211,6 +211,7 @@
211
211
  "expectedYieldExpr": "Ожидаемое выражение в операторе yield",
212
212
  "finalClassIsAbstract": "Класс \"{type}\" помечен как final (окончательный) и должен реализовать все абстрактные символы.",
213
213
  "finalContext": "\"Final\" не допускается в данном контексте",
214
+ "finalInLoop": "Переменная \"Final\" не может быть назначена внутри цикла",
214
215
  "finalMethodOverride": "Метод \"{name}\" не может переопределять окончательный метод, определенный в классе \"{className}\"",
215
216
  "finalNonMethod": "Функцию \"{name}\" нельзя пометить как @окончательную, так как она не является методом",
216
217
  "finalReassigned": "\"{name}\" объявляется окончательным и не может быть переназначено",
@@ -275,6 +276,7 @@
275
276
  "isSubclassInvalidType": "Второй аргумент в \"issubclass\" должен быть классом или кортежем классов",
276
277
  "keyValueInSet": "Пары \"ключ-значение\" не допускаются в наборе",
277
278
  "keywordArgInTypeArgument": "Аргументы ключевых слов нельзя использовать в списках аргументов типа",
279
+ "keywordArgShortcutIllegal": "Ярлык аргумента ключевого слова требует Python 3.14 или более поздней версии",
278
280
  "keywordOnlyAfterArgs": "Разделитель аргументов типа \"только ключевое слово\" не разрешен после параметра \"*\"",
279
281
  "keywordParameterMissing": "За параметром \"*\" должен следовать один или несколько параметров ключевого слова.",
280
282
  "keywordSubscriptIllegal": "Аргументы ключевых слов в нижних индексах не поддерживаются",
@@ -354,7 +356,8 @@
354
356
  "orPatternMissingName": "Все вложенные шаблоны в шаблоне \"or\" должны быть привязаны к одним и тем же именам",
355
357
  "overlappingKeywordArgs": "Типизированный словарь перекрывается с параметром ключевого слова: {names}",
356
358
  "overlappingOverload": "Перегрузка {obscured} для \"{name}\" никогда не будет использоваться, так как ее параметры перекрывают перегрузку {obscuredBy}",
357
- "overloadAbstractMismatch": "Все перегруженные методы должны быть абстрактными или не абстрактными",
359
+ "overloadAbstractImplMismatch": "Перегрузки должны соответствовать абстрактному статусу реализации",
360
+ "overloadAbstractMismatch": "Все перегрузки должны быть абстрактными или не абстрактными",
358
361
  "overloadClassMethodInconsistent": "Перегрузки для \"{name}\" используют @classmethod несогласованно",
359
362
  "overloadFinalInconsistencyImpl": "Перегрузка для \"{name}\" помечена как @окончательная, но реализация — нет",
360
363
  "overloadFinalInconsistencyNoImpl": "Перегрузка {index} для \"{name}\" помечена как @окончательная, но перегрузка 1 — нет",
@@ -526,6 +529,7 @@
526
529
  "typeVarDefaultIllegal": "Для типов переменных по умолчанию требуется версия Python 3.13 или более новая",
527
530
  "typeVarDefaultInvalidTypeVar": "Параметр типа \"{name}\" имеет тип по умолчанию, который ссылается на одну или несколько переменных типа, находящихся вне области",
528
531
  "typeVarFirstArg": "В качестве первого аргумента ожидалось имя TypeVar",
532
+ "typeVarInvalidForMemberVariable": "Тип атрибута не может использовать переменную \"{name}\" в локальном методе",
529
533
  "typeVarNoMember": "У TypeVar \"{type}\" нет атрибута \"{name}\"",
530
534
  "typeVarNotSubscriptable": "Невозможно взять подстроку от \"{type}\" TypeVar",
531
535
  "typeVarNotUsedByOuterScope": "Переменная типа \"{name}\" не имеет смысла в этом контексте",
@@ -608,6 +612,7 @@
608
612
  "unpackedTypeVarTupleExpected": "Ожидается распакованный TypeVarTuple; используйте Unpack[{name1}] или *{name2}",
609
613
  "unpackedTypedDictArgument": "Не удалось сопоставить распакованный аргумент TypedDict с параметрами",
610
614
  "unreachableCode": "Код недоступен",
615
+ "unreachableCodeType": "Анализ типа показывает, что код недоступен",
611
616
  "unreachableExcept": "Предложение Except недоступно, так как исключение уже обработано",
612
617
  "unsupportedDunderAllOperation": "Операция на \"__all__\" не поддерживается, поэтому список экспортируемых символов может быть неправильным",
613
618
  "unusedCallResult": "Результат выражения вызова принадлежит к типу \"{type}\" и не используется. Назначьте переменной \"_\", если это сделано намеренно",
@@ -687,6 +692,8 @@
687
692
  "memberIsInvariant": "Элемент \"{name}\" инвариантен, поскольку помечен как mutable",
688
693
  "memberIsNotClassVarInClass": "Необходимо определить \"{name}\" как ClassVar для совместимости с протоколом.",
689
694
  "memberIsNotClassVarInProtocol": "\"{name}\" не определено как класс ClassVar в протоколе",
695
+ "memberIsNotReadOnlyInProtocol": "\"{name}\" не является элементом только для чтения в протоколе",
696
+ "memberIsReadOnlyInProtocol": "\"{name}\" в протоколе только для чтения",
690
697
  "memberIsWritableInProtocol": "\"{name}\" доступно для записи в протоколе",
691
698
  "memberSetClassVar": "Атрибут \"{name}\" не может быть назначен через экземпляр класса, так как это ClassVar",
692
699
  "memberTypeMismatch": "\"{name}\" является несовместимым типом",
@@ -211,6 +211,7 @@
211
211
  "expectedYieldExpr": "Yield deyiminde ifade bekleniyordu",
212
212
  "finalClassIsAbstract": "\"{type}\" sınıfı son olarak işaretlendi ve tüm soyut sembolleri uygulamalıdır",
213
213
  "finalContext": "Bu bağlamda \"Final\" kullanılamaz",
214
+ "finalInLoop": "Bir döngü içinde “Son” değişkeni atanamaz",
214
215
  "finalMethodOverride": "\"{name}\" yöntemi \"{className}\" sınıfı içinde tanımlanan final metodu geçersiz kılamaz",
215
216
  "finalNonMethod": "\"{name}\" işlevi bir yöntem olmadığından @final olarak işaretlenemez",
216
217
  "finalReassigned": "\"{name}\" Son olarak bildirildi ve yeniden atanamaz",
@@ -275,6 +276,7 @@
275
276
  "isSubclassInvalidType": "\"issubclass\" için ikinci bağımsız değişken bir sınıf veya sınıflar demeti olmalıdır",
276
277
  "keyValueInSet": "Küme içinde anahtar/değer çiftlerine izin verilmiyor",
277
278
  "keywordArgInTypeArgument": "Anahtar sözcük bağımsız değişkenleri tür bağımsız değişken listelerinde kullanılamaz",
279
+ "keywordArgShortcutIllegal": "Anahtar sözcük bağımsız değişkeni kısayolu için Python 3.14 veya daha yenisini gereklidir.",
278
280
  "keywordOnlyAfterArgs": "\"*\" parametresinden sonra keyword-only bağımsız değişken ayırıcısı kullanılamaz",
279
281
  "keywordParameterMissing": "Bir veya daha fazla anahtar sözcük parametresi \"*\" parametresini izlemeli",
280
282
  "keywordSubscriptIllegal": "Alt simge içindeki anahtar sözcük bağımsız değişkenleri desteklenmiyor",
@@ -354,7 +356,8 @@
354
356
  "orPatternMissingName": "Bir \"or\" deseni içindeki tüm alt desenlerde aynı adlar hedeflenmeli",
355
357
  "overlappingKeywordArgs": "Türü belirlenmiş sözlük anahtar sözcük parametresiyle çakışıyor: {names}",
356
358
  "overlappingOverload": "Parametreleri {obscuredBy} aşırı yüklemesi ile çakıştığından \"{name}\" {obscured} aşırı yüklemesi hiçbir zaman kullanılmayacak",
357
- "overloadAbstractMismatch": "Aşırı yüklenmiş metotların tümü soyut olmalı veya tümü olmamalıdır",
359
+ "overloadAbstractImplMismatch": "Aşırı yüklemeler uygulamanın özet durumuyla eşleşmelidir",
360
+ "overloadAbstractMismatch": "Aşırı yüklemelerin tümü soyut olmalı veya tümü olmamalıdır",
358
361
  "overloadClassMethodInconsistent": "\"{name}\" için aşırı yüklemeler, @classmethod yöntemini tutarlı kullanıyor",
359
362
  "overloadFinalInconsistencyImpl": "\"{name}\" için aşırı yükleme @final olarak işaretlendi ancak uygulama işaretlenmedi",
360
363
  "overloadFinalInconsistencyNoImpl": "\"{name}\" için aşırı yükleme {index} @final olarak işaretlendi ancak aşırı yükleme 1 işaretlenmedi",
@@ -526,6 +529,7 @@
526
529
  "typeVarDefaultIllegal": "Tür değişkeni varsayılan türleri Python 3.13 veya daha yeni bir sürüm gerektirir",
527
530
  "typeVarDefaultInvalidTypeVar": "\"{name}\" tür parametresi, kapsam dışı bir veya daha fazla tür değişkenine başvuran varsayılan bir türe sahip",
528
531
  "typeVarFirstArg": "İlk bağımsız değişken olarak TypeVar adı bekleniyordu",
532
+ "typeVarInvalidForMemberVariable": "Öznitelik türü, yerel yöntem kapsamına alınan \"{name}\" tür değişkenini kullanamaz",
529
533
  "typeVarNoMember": "TypeVar \"{type}\", \"{name}\" özniteliğine sahip değil",
530
534
  "typeVarNotSubscriptable": "TypeVar \"{type}\" alt yazılabilir değil",
531
535
  "typeVarNotUsedByOuterScope": "\"{name}\" tür değişkeni bu bağlamda bir anlam ifade etmiyor",
@@ -608,6 +612,7 @@
608
612
  "unpackedTypeVarTupleExpected": "Paketlenmemiş TypeVarTuple bekleniyordu; Unpack[{name1}] veya *{name2} kullanın",
609
613
  "unpackedTypedDictArgument": "Paketlenmemiş TypedDict bağımsız değişkeni parametrelerle eşlenemiyor",
610
614
  "unreachableCode": "Koda ulaşılamıyor",
615
+ "unreachableCodeType": "Tür analizi koda erişilemediğini gösteriyor",
611
616
  "unreachableExcept": "Özel durum zaten işlenmiş olduğundan özel durum yan tümcesi erişilebilir değil",
612
617
  "unsupportedDunderAllOperation": "\"__all__\" üzerinde işlem desteklenmiyor, bu nedenle dışarı aktarılan sembol listesi yanlış olabilir",
613
618
  "unusedCallResult": "Çağrı ifadesinin sonucu \"{type}\" türünde ve kullanılmıyor; bilerek yapıldıysa \"_\" değişkenine atayın",
@@ -687,6 +692,8 @@
687
692
  "memberIsInvariant": "\"{name}\" değiştirilebilir olduğundan sabit ayarlanır",
688
693
  "memberIsNotClassVarInClass": "\"{name}\" protokolle uyumlu olması için ClassVar olarak tanımlanmalıdır",
689
694
  "memberIsNotClassVarInProtocol": "\"{name}\" protokolde ClassVar olarak tanımlanmadı",
695
+ "memberIsNotReadOnlyInProtocol": "\"{name}\" protokolde salt okunur durumda değil",
696
+ "memberIsReadOnlyInProtocol": "\"{name}\" protokolde salt okunur durumda",
690
697
  "memberIsWritableInProtocol": "\"{name}\" protokolde yazılabilir",
691
698
  "memberSetClassVar": "\"{name}\" özniteliği bir ClassVar olduğundan sınıf örneği aracılığıyla atanamaz",
692
699
  "memberTypeMismatch": "\"{name}\" uyumsuz bir tür",
@@ -211,6 +211,7 @@
211
211
  "expectedYieldExpr": "yield 语句中的预期表达式",
212
212
  "finalClassIsAbstract": "类“{type}”被标记为 final,并且必须实现所有抽象符号",
213
213
  "finalContext": "不允许在此上下文中使用 \"Final\"",
214
+ "finalInLoop": "无法在循环中分配 \"Final\" 变量",
214
215
  "finalMethodOverride": "方法\"{name}\"无法替代在类\"{className}\"中定义的最终方法",
215
216
  "finalNonMethod": "不能将函数“{name}”标记为 @final,因为它不是方法",
216
217
  "finalReassigned": "\"{name}\"声明为 Final,无法重新分配",
@@ -275,6 +276,7 @@
275
276
  "isSubclassInvalidType": "“issubclass”的第二个参数必须是类的类或元组",
276
277
  "keyValueInSet": "不允许在集内使用键/值对",
277
278
  "keywordArgInTypeArgument": "关键字参数不能在类型参数列表中使用",
279
+ "keywordArgShortcutIllegal": "关键字参数快捷方式需要 Python 3.14 或更高版本",
278
280
  "keywordOnlyAfterArgs": "“*”参数后不允许使用仅限关键字的参数分隔符",
279
281
  "keywordParameterMissing": "一个或多个关键字参数必须遵循 \"*\"参数",
280
282
  "keywordSubscriptIllegal": "不支持下标中的关键字参数",
@@ -354,7 +356,8 @@
354
356
  "orPatternMissingName": "“or”模式中的所有子节点必须以相同的名称为目标",
355
357
  "overlappingKeywordArgs": "类型化字典与以下关键字参数重叠: {names}",
356
358
  "overlappingOverload": "永远不会使用“{name}”的重载 {obscured},因为其参数与重载 {obscuredBy} 重叠",
357
- "overloadAbstractMismatch": "重载的方法必须全部为抽象方法或不为抽象方法",
359
+ "overloadAbstractImplMismatch": "重载必须与实现的抽象状态匹配",
360
+ "overloadAbstractMismatch": "重载必须全是抽象重载,或者全都不是抽象重载",
358
361
  "overloadClassMethodInconsistent": "“{name}”的重载使用 @classmethod 的方式不一致",
359
362
  "overloadFinalInconsistencyImpl": "“{name}”的重载被标记为 @final,但实施未被标记",
360
363
  "overloadFinalInconsistencyNoImpl": "“{name}”的重载 {index} 被标记为 @final,但重载 1 未被标记",
@@ -526,6 +529,7 @@
526
529
  "typeVarDefaultIllegal": "类型变量默认类型需要 Python 3.13 或更高版本",
527
530
  "typeVarDefaultInvalidTypeVar": "类型参数“{name}”的默认类型是指超出范围的一个或多个类型变量",
528
531
  "typeVarFirstArg": "TypeVar 作为第一个参数的预期名称",
532
+ "typeVarInvalidForMemberVariable": "属性类型不能使用作用域为本地方法的类型变量\"{name}\"",
529
533
  "typeVarNoMember": "TypeVar“{type}”没有属性“{name}”",
530
534
  "typeVarNotSubscriptable": "TypeVar“{type}”不可下标",
531
535
  "typeVarNotUsedByOuterScope": "类型变量“{name}”在此上下文中没有意义",
@@ -608,6 +612,7 @@
608
612
  "unpackedTypeVarTupleExpected": "应为未打包的 TypeVarTuple;使用 Unpack[{name1}] 或 *{name2}",
609
613
  "unpackedTypedDictArgument": "无法将解压缩的 TypedDict 参数与参数匹配",
610
614
  "unreachableCode": "代码无法访问",
615
+ "unreachableCodeType": "类型分析指示代码不可访问",
611
616
  "unreachableExcept": "无法访问 Except 子句,因为已处理异常",
612
617
  "unsupportedDunderAllOperation": "不支持对“__all__”执行操作,因此导出的符号列表可能不正确",
613
618
  "unusedCallResult": "调用表达式的结果类型为 \"{type}\" 且未使用;如果这是有意为之,则分配给变量 “_”",
@@ -687,6 +692,8 @@
687
692
  "memberIsInvariant": "“{name}”是固定的,因为它是可变的",
688
693
  "memberIsNotClassVarInClass": "“{name}”必须定义为 ClassVar 才能与协议兼容",
689
694
  "memberIsNotClassVarInProtocol": "“{name}”未在协议中定义为 ClassVar",
695
+ "memberIsNotReadOnlyInProtocol": "“{name}”在协议中不是只读的",
696
+ "memberIsReadOnlyInProtocol": "“{name}”在协议中是只读的",
690
697
  "memberIsWritableInProtocol": "“{name}”在协议中是可写入的",
691
698
  "memberSetClassVar": "无法通过类实例分配属性“{name}”,因为它是 ClassVar",
692
699
  "memberTypeMismatch": "\"{name}\"是不兼容的类型",
@@ -211,6 +211,7 @@
211
211
  "expectedYieldExpr": "yield 陳述式中應有運算式",
212
212
  "finalClassIsAbstract": "類別 \"{type}\" 標示為 Final,且必須實作所有抽象符號",
213
213
  "finalContext": "此內容中不允許 \"Final\"",
214
+ "finalInLoop": "無法在迴圈內指派 \"Final\" 變數",
214
215
  "finalMethodOverride": "方法 \"{name}\" 不能覆寫類別 \"{className}\" 中定義的 Final 方法",
215
216
  "finalNonMethod": "無法將函式 \"{name}\" 標示為 @final,因為它不是方法",
216
217
  "finalReassigned": "\"{name}\" 已宣告為 Final,因此無法重新指派",
@@ -275,6 +276,7 @@
275
276
  "isSubclassInvalidType": "\"issubclass\" 的第二個引數必須是類別的類別或 Tuple",
276
277
  "keyValueInSet": "組合內不允許金鑰/值組",
277
278
  "keywordArgInTypeArgument": "關鍵字引數無法用於型別引數清單",
279
+ "keywordArgShortcutIllegal": "關鍵字引數快速鍵需要 Python 3.14 或更新版本",
278
280
  "keywordOnlyAfterArgs": "\"*\" 參數之後不允許僅限關鍵字的引數分隔符號",
279
281
  "keywordParameterMissing": "一或多個關鍵字參數必須接在 \"*\" 參數後面",
280
282
  "keywordSubscriptIllegal": "不支援下標內的關鍵字引數",
@@ -354,7 +356,8 @@
354
356
  "orPatternMissingName": "\"or\" 模式內的所有子模式都必須以相同的名稱為目標",
355
357
  "overlappingKeywordArgs": "輸入的字典與關鍵字參數重疊:: {names}",
356
358
  "overlappingOverload": "\"{name}\" 的多載 {obscured} 將永遠不會使用,因為它的參數與多載 {obscuredBy} 重疊",
357
- "overloadAbstractMismatch": "多載方法必須全為抽象或不抽象",
359
+ "overloadAbstractImplMismatch": "多載必須符合實作的抽象狀態",
360
+ "overloadAbstractMismatch": "多載必須全為抽象或不抽象",
358
361
  "overloadClassMethodInconsistent": "\"{name}\" 的多載不一致地使用 @classmethod",
359
362
  "overloadFinalInconsistencyImpl": "\"{name}\" 的多載已標示為 @final 但未實作",
360
363
  "overloadFinalInconsistencyNoImpl": "\"{name}\" 的多載 {index} 標示為 @final 但多載 1 未標示",
@@ -526,6 +529,7 @@
526
529
  "typeVarDefaultIllegal": "型別變數預設型別需要 Python 3.13 或較新的版本",
527
530
  "typeVarDefaultInvalidTypeVar": "類型參數 \"{name}\" 的預設類型參考不在範圍的一或多個類型變數",
528
531
  "typeVarFirstArg": "預期為 TypeVar 的名稱作為第一個引數",
532
+ "typeVarInvalidForMemberVariable": "屬性類型不能使用範圍為 local 方法的類型變數 \"{name}\"",
529
533
  "typeVarNoMember": "TypeVar \"{type}\" 沒有屬性 \"{name}\"",
530
534
  "typeVarNotSubscriptable": "TypeVar \"{type}\" 不能下標",
531
535
  "typeVarNotUsedByOuterScope": "類型變數 \"{name}\" 在此內容中沒有意義",
@@ -608,6 +612,7 @@
608
612
  "unpackedTypeVarTupleExpected": "預期為解壓縮的 TypeVarTuple; 使用 Unpack[{name1}] 或 *{name2}",
609
613
  "unpackedTypedDictArgument": "無法比對解壓縮的 TypedDict 引數與參數",
610
614
  "unreachableCode": "無法連線到程式碼",
615
+ "unreachableCodeType": "類型分析指出程式碼無法連線",
611
616
  "unreachableExcept": "無法連接 Except 子句,因為例外已處理",
612
617
  "unsupportedDunderAllOperation": "不支援 \"__all__\" 上的作業,因此匯出的符號清單可能不正確",
613
618
  "unusedCallResult": "呼叫運算式的結果是 \"{type}\" 型別,而且未使用; 如果這是刻意的,則指派給變數 \"_\"",
@@ -687,6 +692,8 @@
687
692
  "memberIsInvariant": "\"{name}\" 為不變數,因為它可變動",
688
693
  "memberIsNotClassVarInClass": "\"{name}\" 必須定義為 ClassVar,才能與通訊協定相容",
689
694
  "memberIsNotClassVarInProtocol": "\"{name}\" 未定義為通訊協定中的 ClassVar",
695
+ "memberIsNotReadOnlyInProtocol": "通訊協定中的 “{name}” 不是唯讀的",
696
+ "memberIsReadOnlyInProtocol": "通訊協定中的 “{name}” 是唯讀的",
690
697
  "memberIsWritableInProtocol": "\"{name}\" 在通訊協定中是可寫入的",
691
698
  "memberSetClassVar": "無法透過類別執行個體指派屬性 \"{name}\",因為它是 ClassVar",
692
699
  "memberTypeMismatch": "\"{name}\" 是不相容的類型",
@@ -4,7 +4,7 @@ import { DiagnosticSink } from '../common/diagnosticSink';
4
4
  import { PythonVersion } from '../common/pythonVersion';
5
5
  import { TextRange } from '../common/textRange';
6
6
  import { TextRangeCollection } from '../common/textRangeCollection';
7
- import { ArgumentNode, ExpressionNode, FunctionAnnotationNode, ModuleNameNode, ModuleNode } from './parseNodes';
7
+ import { ArgumentNode, ExpressionNode, FunctionAnnotationNode, ModuleNameNode, ModuleNode, ParseNode } from './parseNodes';
8
8
  import { TokenizerOutput } from './tokenizer';
9
9
  export declare class ParseOptions {
10
10
  isStubFile: boolean;
@@ -27,8 +27,8 @@ export interface ParseFileResults {
27
27
  parserOutput: ParserOutput;
28
28
  tokenizerOutput: TokenizerOutput;
29
29
  }
30
- export interface ParseExpressionTextResults {
31
- parseTree?: ExpressionNode | FunctionAnnotationNode | undefined;
30
+ export interface ParseExpressionTextResults<T extends ParseNode> {
31
+ parseTree?: T | undefined;
32
32
  lines: TextRangeCollection<TextRange>;
33
33
  diagnostics: Diagnostic[];
34
34
  }
@@ -42,7 +42,7 @@ export interface ArgListResult {
42
42
  args: ArgumentNode[];
43
43
  trailingComma: boolean;
44
44
  }
45
- declare const enum ParseTextMode {
45
+ export declare const enum ParseTextMode {
46
46
  Expression = 0,
47
47
  VariableAnnotation = 1,
48
48
  FunctionAnnotation = 2
@@ -68,7 +68,9 @@ export declare class Parser {
68
68
  private _typingSymbolAliases;
69
69
  private _maxChildDepthMap;
70
70
  parseSourceFile(fileContents: string, parseOptions: ParseOptions, diagSink: DiagnosticSink): ParseFileResults;
71
- parseTextExpression(fileContents: string, textOffset: number, textLength: number, parseOptions: ParseOptions, parseTextMode?: ParseTextMode, initialParenDepth?: number, typingSymbolAliases?: Map<string, string>): ParseExpressionTextResults;
71
+ parseTextExpression(fileContents: string, textOffset: number, textLength: number, parseOptions: ParseOptions, parseTextMode: ParseTextMode.Expression, initialParenDepth?: number, typingSymbolAliases?: Map<string, string>): ParseExpressionTextResults<ExpressionNode>;
72
+ parseTextExpression(fileContents: string, textOffset: number, textLength: number, parseOptions: ParseOptions, parseTextMode: ParseTextMode.VariableAnnotation, initialParenDepth?: number, typingSymbolAliases?: Map<string, string>): ParseExpressionTextResults<ExpressionNode>;
73
+ parseTextExpression(fileContents: string, textOffset: number, textLength: number, parseOptions: ParseOptions, parseTextMode: ParseTextMode.FunctionAnnotation, initialParenDepth?: number, typingSymbolAliases?: Map<string, string>): ParseExpressionTextResults<FunctionAnnotationNode>;
72
74
  private _startNewParse;
73
75
  private _parseStatement;
74
76
  private _parseAsyncStatement;
@@ -197,4 +199,3 @@ export declare class Parser {
197
199
  private _suppressErrors;
198
200
  private _addSyntaxError;
199
201
  }
200
- export {};
@@ -35,7 +35,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
35
35
  return result;
36
36
  };
37
37
  Object.defineProperty(exports, "__esModule", { value: true });
38
- exports.Parser = exports.ParseOptions = void 0;
38
+ exports.Parser = exports.ParseTextMode = exports.ParseOptions = void 0;
39
39
  const sourceFile_1 = require("../analyzer/sourceFile");
40
40
  const collectionUtils_1 = require("../common/collectionUtils");
41
41
  const debug_1 = require("../common/debug");
@@ -66,7 +66,7 @@ var ParseTextMode;
66
66
  ParseTextMode[ParseTextMode["Expression"] = 0] = "Expression";
67
67
  ParseTextMode[ParseTextMode["VariableAnnotation"] = 1] = "VariableAnnotation";
68
68
  ParseTextMode[ParseTextMode["FunctionAnnotation"] = 2] = "FunctionAnnotation";
69
- })(ParseTextMode || (ParseTextMode = {}));
69
+ })(ParseTextMode || (exports.ParseTextMode = ParseTextMode = {}));
70
70
  // Limit the max child node depth to prevent stack overflows.
71
71
  const maxChildNodeDepth = 256;
72
72
  class Parser {
@@ -3686,7 +3686,6 @@ class Parser {
3686
3686
  if (!parseResults.parseTree) {
3687
3687
  return undefined;
3688
3688
  }
3689
- (0, debug_1.assert)(parseResults.parseTree.nodeType !== 62 /* ParseNodeType.FunctionAnnotation */);
3690
3689
  return parseResults.parseTree;
3691
3690
  }
3692
3691
  _parseFunctionTypeAnnotationComment(stringToken, functionNode) {
@@ -3698,7 +3697,7 @@ class Parser {
3698
3697
  parseResults.diagnostics.forEach((diag) => {
3699
3698
  this._addSyntaxError(diag.message, stringListNode);
3700
3699
  });
3701
- if (!parseResults.parseTree || parseResults.parseTree.nodeType !== 62 /* ParseNodeType.FunctionAnnotation */) {
3700
+ if (!parseResults.parseTree) {
3702
3701
  return;
3703
3702
  }
3704
3703
  const functionAnnotation = parseResults.parseTree;
@@ -3905,7 +3904,6 @@ class Parser {
3905
3904
  this._addSyntaxError(diag.message, stringNode);
3906
3905
  });
3907
3906
  if (parseResults.parseTree) {
3908
- (0, debug_1.assert)(parseResults.parseTree.nodeType !== 62 /* ParseNodeType.FunctionAnnotation */);
3909
3907
  stringNode.d.annotation = parseResults.parseTree;
3910
3908
  stringNode.d.annotation.parent = stringNode;
3911
3909
  }