@zzzen/pyright-internal 1.2.0-dev.20240811 → 1.2.0-dev.20240825
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.
- package/dist/analyzer/analyzerFileInfo.d.ts +1 -0
- package/dist/analyzer/analyzerFileInfo.js +1 -1
- package/dist/analyzer/analyzerFileInfo.js.map +1 -1
- package/dist/analyzer/checker.js +4 -4
- package/dist/analyzer/checker.js.map +1 -1
- package/dist/analyzer/codeFlowEngine.js +16 -1
- package/dist/analyzer/codeFlowEngine.js.map +1 -1
- package/dist/analyzer/constraintSolution.d.ts +1 -2
- package/dist/analyzer/constraintSolution.js +1 -4
- package/dist/analyzer/constraintSolution.js.map +1 -1
- package/dist/analyzer/constraintSolver.js +3 -3
- package/dist/analyzer/constraintSolver.js.map +1 -1
- package/dist/analyzer/constraintTracker.js.map +1 -1
- package/dist/analyzer/constructorTransform.d.ts +1 -1
- package/dist/analyzer/constructorTransform.js +8 -8
- package/dist/analyzer/constructorTransform.js.map +1 -1
- package/dist/analyzer/constructors.js +9 -7
- package/dist/analyzer/constructors.js.map +1 -1
- package/dist/analyzer/dataClasses.js +10 -2
- package/dist/analyzer/dataClasses.js.map +1 -1
- package/dist/analyzer/declarationUtils.d.ts +1 -1
- package/dist/analyzer/declarationUtils.js +9 -2
- package/dist/analyzer/declarationUtils.js.map +1 -1
- package/dist/analyzer/enums.js +1 -1
- package/dist/analyzer/enums.js.map +1 -1
- package/dist/analyzer/importResolver.d.ts +1 -1
- package/dist/analyzer/importResolver.js +3 -3
- package/dist/analyzer/importResolver.js.map +1 -1
- package/dist/analyzer/operations.js +136 -117
- package/dist/analyzer/operations.js.map +1 -1
- package/dist/analyzer/parseTreeUtils.js +1 -1
- package/dist/analyzer/parseTreeUtils.js.map +1 -1
- package/dist/analyzer/parseTreeWalker.d.ts +2 -2
- package/dist/analyzer/parseTreeWalker.js +5 -5
- package/dist/analyzer/parseTreeWalker.js.map +1 -1
- package/dist/analyzer/protocols.js +29 -20
- package/dist/analyzer/protocols.js.map +1 -1
- package/dist/analyzer/pythonPathUtils.js +2 -1
- package/dist/analyzer/pythonPathUtils.js.map +1 -1
- package/dist/analyzer/service.d.ts +1 -1
- package/dist/analyzer/service.js +41 -42
- package/dist/analyzer/service.js.map +1 -1
- package/dist/analyzer/sourceFile.d.ts +2 -0
- package/dist/analyzer/sourceFile.js +21 -0
- package/dist/analyzer/sourceFile.js.map +1 -1
- package/dist/analyzer/staticExpressions.js +9 -9
- package/dist/analyzer/staticExpressions.js.map +1 -1
- package/dist/analyzer/tuples.js +3 -3
- package/dist/analyzer/tuples.js.map +1 -1
- package/dist/analyzer/typeEvaluator.js +149 -145
- package/dist/analyzer/typeEvaluator.js.map +1 -1
- package/dist/analyzer/typeEvaluatorTypes.js +1 -1
- package/dist/analyzer/typeEvaluatorTypes.js.map +1 -1
- package/dist/analyzer/typePrinter.js +7 -38
- package/dist/analyzer/typePrinter.js.map +1 -1
- package/dist/analyzer/typePrinterUtils.d.ts +2 -0
- package/dist/analyzer/typePrinterUtils.js +49 -0
- package/dist/analyzer/typePrinterUtils.js.map +1 -0
- package/dist/analyzer/typeUtils.d.ts +4 -3
- package/dist/analyzer/typeUtils.js +25 -10
- package/dist/analyzer/typeUtils.js.map +1 -1
- package/dist/analyzer/types.d.ts +4 -2
- package/dist/analyzer/types.js +6 -3
- package/dist/analyzer/types.js.map +1 -1
- package/dist/backgroundThreadBase.js +0 -7
- package/dist/backgroundThreadBase.js.map +1 -1
- package/dist/common/commandLineOptions.d.ts +4 -0
- package/dist/common/commandLineOptions.js.map +1 -1
- package/dist/common/configOptions.d.ts +5 -2
- package/dist/common/configOptions.js +37 -30
- package/dist/common/configOptions.js.map +1 -1
- package/dist/common/extensions.d.ts +1 -3
- package/dist/common/extensions.js +1 -0
- package/dist/common/extensions.js.map +1 -1
- package/dist/common/fileBasedCancellationUtils.js +3 -0
- package/dist/common/fileBasedCancellationUtils.js.map +1 -1
- package/dist/common/fullAccessHost.d.ts +8 -0
- package/dist/common/fullAccessHost.js +31 -8
- package/dist/common/fullAccessHost.js.map +1 -1
- package/dist/common/languageServerInterface.d.ts +2 -1
- package/dist/common/languageServerInterface.js.map +1 -1
- package/dist/common/lspUtils.d.ts +2 -1
- package/dist/common/lspUtils.js +8 -0
- package/dist/common/lspUtils.js.map +1 -1
- package/dist/common/pythonVersion.d.ts +18 -20
- package/dist/common/pythonVersion.js +96 -84
- package/dist/common/pythonVersion.js.map +1 -1
- package/dist/languageServerBase.d.ts +3 -52
- package/dist/languageServerBase.js +5 -92
- package/dist/languageServerBase.js.map +1 -1
- package/dist/languageService/analyzerServiceExecutor.js +1 -0
- package/dist/languageService/analyzerServiceExecutor.js.map +1 -1
- package/dist/languageService/completionProvider.js +5 -2
- package/dist/languageService/completionProvider.js.map +1 -1
- package/dist/languageService/documentSymbolCollector.js +1 -1
- package/dist/languageService/documentSymbolCollector.js.map +1 -1
- package/dist/languageService/fileWatcherDynamicFeature.d.ts +2 -2
- package/dist/languageService/fileWatcherDynamicFeature.js.map +1 -1
- package/dist/localization/localize.d.ts +12 -8
- package/dist/localization/localize.js +4 -4
- package/dist/localization/localize.js.map +1 -1
- package/dist/localization/package.nls.cs.json +8 -3
- package/dist/localization/package.nls.de.json +8 -3
- package/dist/localization/package.nls.en-us.json +144 -132
- package/dist/localization/package.nls.es.json +9 -4
- package/dist/localization/package.nls.fr.json +10 -5
- package/dist/localization/package.nls.it.json +9 -4
- package/dist/localization/package.nls.ja.json +14 -9
- package/dist/localization/package.nls.ko.json +8 -3
- package/dist/localization/package.nls.pl.json +8 -3
- package/dist/localization/package.nls.pt-br.json +8 -3
- package/dist/localization/package.nls.qps-ploc.json +12 -7
- package/dist/localization/package.nls.ru.json +9 -4
- package/dist/localization/package.nls.tr.json +8 -3
- package/dist/localization/package.nls.zh-cn.json +8 -3
- package/dist/localization/package.nls.zh-tw.json +8 -3
- package/dist/parser/parser.d.ts +7 -6
- package/dist/parser/parser.js +35 -28
- package/dist/parser/parser.js.map +1 -1
- package/dist/parser/tokenizer.js +3 -1
- package/dist/parser/tokenizer.js.map +1 -1
- package/dist/tests/completions.test.js +18 -0
- package/dist/tests/completions.test.js.map +1 -1
- package/dist/tests/config.test.js +7 -16
- package/dist/tests/config.test.js.map +1 -1
- package/dist/tests/fourslash/completions.autoimport.Lib.Found.Type.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.autoimport.Lib.Found.Type.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.autoimport.Lib.Found.Type.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.autoimport.Lib.Found.duplication.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.autoimport.Lib.Found.duplication.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.autoimport.Lib.Found.duplication.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.autoimport.Lib.NotFound.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.autoimport.Lib.NotFound.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.autoimport.Lib.NotFound.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.autoimport.disabled.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.autoimport.disabled.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.autoimport.disabled.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.autoimport.duplicates.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.autoimport.duplicates.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.autoimport.duplicates.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.autoimport.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.autoimport.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.autoimport.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.autoimport.fromImport.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.autoimport.fromImport.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.autoimport.fromImport.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.autoimport.lib.alias.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.autoimport.lib.alias.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.autoimport.lib.alias.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.autoimport.plainText.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.autoimport.plainText.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.autoimport.plainText.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.autoimport.shadow.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.autoimport.shadow.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.autoimport.shadow.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.autoimport.submodule.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.autoimport.submodule.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.autoimport.submodule.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.autoimport.topLevel.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.autoimport.topLevel.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.autoimport.topLevel.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.builtinDocstrings.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.builtinDocstrings.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.builtinDocstrings.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.builtinOverride.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.builtinOverride.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.builtinOverride.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.call.stringLiteral.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.call.stringLiteral.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.call.stringLiteral.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.call.typedDict.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.call.typedDict.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.call.typedDict.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.call.typedDict.list.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.call.typedDict.list.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.call.typedDict.list.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.call.typedDict.states.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.call.typedDict.states.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.call.typedDict.states.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.classVariable.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.classVariable.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.classVariable.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.comment.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.comment.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.comment.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.declNames.class.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.declNames.class.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.declNames.class.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.declNames.exception.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.declNames.exception.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.declNames.exception.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.declNames.for.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.declNames.for.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.declNames.for.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.declNames.importAlias.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.declNames.importAlias.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.declNames.importAlias.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.declNames.lambda.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.declNames.lambda.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.declNames.lambda.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.declNames.method.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.declNames.method.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.declNames.method.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.declNames.overload.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.declNames.overload.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.declNames.overload.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.declNames.topLevelOverload.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.declNames.topLevelOverload.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.declNames.topLevelOverload.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.dictionary.keys.complex.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.dictionary.keys.complex.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.dictionary.keys.complex.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.dictionary.keys.expression.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.dictionary.keys.expression.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.dictionary.keys.expression.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.dictionary.keys.literalTypes.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.dictionary.keys.literalTypes.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.dictionary.keys.literalTypes.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.dictionary.keys.simple.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.dictionary.keys.simple.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.dictionary.keys.simple.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.dictionary.keys.stringLiterals.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.dictionary.keys.stringLiterals.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.dictionary.keys.stringLiterals.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.dictionary.keys.symbols.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.dictionary.keys.symbols.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.dictionary.keys.symbols.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.dunderNew.Inheritance.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.dunderNew.Inheritance.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.dunderNew.Inheritance.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.dunderNew.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.dunderNew.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.dunderNew.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.enums.members.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.enums.members.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.enums.members.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.errorNodes.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.errorNodes.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.errorNodes.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.excluded.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.excluded.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.excluded.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.fstring.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.fstring.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.fstring.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.fstring.stringLiteral.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.fstring.stringLiteral.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.fstring.stringLiteral.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.fuzzyMatching.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.fuzzyMatching.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.fuzzyMatching.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.import.dunderNames.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.import.dunderNames.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.import.dunderNames.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.import.duplicates.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.import.duplicates.fourslash.js +1 -0
- package/dist/tests/fourslash/completions.import.duplicates.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.import.exactMatch.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.import.exactMatch.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.import.exactMatch.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.import.excludeAlreadyImported.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.import.excludeAlreadyImported.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.import.excludeAlreadyImported.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.import.interimFile.fourslash.disabled.d.ts +1 -0
- package/dist/tests/fourslash/completions.import.interimFile.fourslash.disabled.js +2 -1
- package/dist/tests/fourslash/completions.import.interimFile.fourslash.disabled.js.map +1 -1
- package/dist/tests/fourslash/completions.import.privateNoPytyped.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.import.privateNoPytyped.fourslash.js +1 -0
- package/dist/tests/fourslash/completions.import.privateNoPytyped.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.import.pytyped.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.import.pytyped.fourslash.js +1 -0
- package/dist/tests/fourslash/completions.import.pytyped.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.import.pytypedLocal.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.import.pytypedLocal.fourslash.js +1 -0
- package/dist/tests/fourslash/completions.import.pytypedLocal.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.import.submodule.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.import.submodule.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.import.submodule.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.inList.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.inList.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.inList.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.included.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.included.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.included.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.indexer.keys.getitem.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.indexer.keys.getitem.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.indexer.keys.getitem.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.inherited.function.docFromStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.inherited.function.docFromStub.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.inherited.function.docFromStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.inherited.overload.docFromScrWithStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.inherited.overload.docFromScrWithStub.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.inherited.overload.docFromScrWithStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.inherited.overload.docFromStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.inherited.overload.docFromStub.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.inherited.overload.docFromStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.inherited.property.docFromSrc.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.inherited.property.docFromSrc.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.inherited.property.docFromSrc.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.inherited.property.docFromStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.inherited.property.docFromStub.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.inherited.property.docFromStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.keywords.pythonVersion.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.keywords.pythonVersion.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.keywords.pythonVersion.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.libCodeAndStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.libCodeAndStub.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.libCodeAndStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.libCodeNoStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.libCodeNoStub.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.libCodeNoStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.libStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.libStub.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.libStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.literals.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.literals.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.literals.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.localCode.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.localCode.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.localCode.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.moduleContext.UnknownMemberOnInstance.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.moduleContext.UnknownMemberOnInstance.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.moduleContext.UnknownMemberOnInstance.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.moduleContext.UnknownStaticFunctionOnClass.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.moduleContext.UnknownStaticFunctionOnClass.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.moduleContext.UnknownStaticFunctionOnClass.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.moduleContext.libCodeNoStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.moduleContext.libCodeNoStub.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.moduleContext.libCodeNoStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.overloads.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.overloads.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.overloads.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.override.default.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.override.default.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.override.default.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.override.default.importStub.d.ts +1 -0
- package/dist/tests/fourslash/completions.override.default.importStub.js +2 -1
- package/dist/tests/fourslash/completions.override.default.importStub.js.map +1 -1
- package/dist/tests/fourslash/completions.override.default.imported.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.override.default.imported.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.override.default.imported.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.override.default.stub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.override.default.stub.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.override.default.stub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.override.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.override.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.override.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.override.property.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.override.property.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.override.property.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.override.property.stub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.override.property.stub.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.override.property.stub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.override.staticAndClassmethod.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.override.staticAndClassmethod.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.override.staticAndClassmethod.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.override.stub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.override.stub.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.override.stub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.override2.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.override2.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.override2.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.parameters.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.parameters.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.parameters.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.params.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.params.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.params.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.parentFolder.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.parentFolder.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.parentFolder.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.parentFolders.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.parentFolders.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.parentFolders.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.plainText.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.plainText.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.plainText.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.private.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.private.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.private.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.property.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.property.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.property.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.propertyDocStrings.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.propertyDocStrings.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.propertyDocStrings.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.self.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.self.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.self.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.stringLiteral.escape.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.stringLiteral.escape.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.stringLiteral.escape.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.stringLiteral.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.stringLiteral.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.stringLiteral.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.triggers.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.triggers.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.triggers.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.typeAlias.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.typeAlias.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.typeAlias.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.typeshed.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.typeshed.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.typeshed.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.vardecls.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.vardecls.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.vardecls.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.variableDocStrings.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.variableDocStrings.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.variableDocStrings.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.wildcardimports.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.wildcardimports.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.wildcardimports.fourslash.js.map +1 -1
- package/dist/tests/fourslash/completions.with.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/completions.with.fourslash.js +2 -1
- package/dist/tests/fourslash/completions.with.fourslash.js.map +1 -1
- package/dist/tests/fourslash/diagnostics.missingModuleSource.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/diagnostics.missingModuleSource.fourslash.js +2 -1
- package/dist/tests/fourslash/diagnostics.missingModuleSource.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.builtinClass.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.builtinClass.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.builtinClass.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.classes.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.classes.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.classes.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.definitionFilter.preferSource.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.definitionFilter.preferSource.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.definitionFilter.preferSource.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.definitionFilter.preferSource.onlyStubs.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.definitionFilter.preferSource.onlyStubs.js +2 -1
- package/dist/tests/fourslash/findDefinitions.definitionFilter.preferSource.onlyStubs.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.definitionFilter.preferStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.definitionFilter.preferStub.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.definitionFilter.preferStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.definitionFilter.preferStub.onlySource.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.definitionFilter.preferStub.onlySource.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.definitionFilter.preferStub.onlySource.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.fields.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.fields.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.fields.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.functions.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.functions.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.functions.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.methods.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.methods.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.methods.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.modules.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.modules.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.modules.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.namespaceImport.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.namespaceImport.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.namespaceImport.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.namespaceImportWithInit.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.namespaceImportWithInit.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.namespaceImportWithInit.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.overloads.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.overloads.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.overloads.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.parameters.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.parameters.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.parameters.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.function.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.function.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.function.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.innerClass.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.innerClass.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.innerClass.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.innerClassMethod.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.innerClassMethod.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.innerClassMethod.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClass.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClass.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClass.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassMethod.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassMethod.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassMethod.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassPropertyReadOnly.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassPropertyReadOnly.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassPropertyReadOnly.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassPropertyReadWrite.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassPropertyReadWrite.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.sourceAndStub.outerClassPropertyReadWrite.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.sourceOnly.class.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.sourceOnly.class.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.sourceOnly.class.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.sourceOnly.function1.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.sourceOnly.function1.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.sourceOnly.function1.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.sourceOnly.function2.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.sourceOnly.function2.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.sourceOnly.function2.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.sourceOnly.relativeImport1.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.sourceOnly.relativeImport1.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.sourceOnly.relativeImport1.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.sourceOnly.relativeImport2.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.sourceOnly.relativeImport2.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.sourceOnly.relativeImport2.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.stubOnly.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.stubOnly.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.stubOnly.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.stubPackages.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.stubPackages.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.stubPackages.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.typedDict.keys.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.typedDict.keys.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.typedDict.keys.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.variables.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.variables.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.variables.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findDefinitions.wildcardimports.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findDefinitions.wildcardimports.fourslash.js +2 -1
- package/dist/tests/fourslash/findDefinitions.wildcardimports.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findTypeDefinitions.builtinClass.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findTypeDefinitions.builtinClass.fourslash.js +2 -1
- package/dist/tests/fourslash/findTypeDefinitions.builtinClass.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findTypeDefinitions.classes.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findTypeDefinitions.classes.fourslash.js +2 -1
- package/dist/tests/fourslash/findTypeDefinitions.classes.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findTypeDefinitions.unions.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findTypeDefinitions.unions.fourslash.js +2 -1
- package/dist/tests/fourslash/findTypeDefinitions.unions.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findallreferences.classPropertyReadWrite.d.ts +1 -0
- package/dist/tests/fourslash/findallreferences.classPropertyReadWrite.js +2 -1
- package/dist/tests/fourslash/findallreferences.classPropertyReadWrite.js.map +1 -1
- package/dist/tests/fourslash/findallreferences.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findallreferences.fourslash.js +2 -1
- package/dist/tests/fourslash/findallreferences.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findallreferences.importalias.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findallreferences.importalias.fourslash.js +2 -1
- package/dist/tests/fourslash/findallreferences.importalias.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findallreferences.invokedFromLibrary.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findallreferences.invokedFromLibrary.fourslash.js +2 -1
- package/dist/tests/fourslash/findallreferences.invokedFromLibrary.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findallreferences.module.nested.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findallreferences.module.nested.fourslash.js +2 -1
- package/dist/tests/fourslash/findallreferences.module.nested.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findallreferences.modules.duplicated.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findallreferences.modules.duplicated.fourslash.js +2 -1
- package/dist/tests/fourslash/findallreferences.modules.duplicated.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findallreferences.modules.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findallreferences.modules.fourslash.js +2 -1
- package/dist/tests/fourslash/findallreferences.modules.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findallreferences.modules.shadow.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findallreferences.modules.shadow.fourslash.js +2 -1
- package/dist/tests/fourslash/findallreferences.modules.shadow.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findallreferences.openFiles.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findallreferences.openFiles.fourslash.js +2 -1
- package/dist/tests/fourslash/findallreferences.openFiles.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findallreferences.parameter.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findallreferences.parameter.fourslash.js +2 -1
- package/dist/tests/fourslash/findallreferences.parameter.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findallreferences.sourceAndStub.class.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findallreferences.sourceAndStub.class.fourslash.js +2 -1
- package/dist/tests/fourslash/findallreferences.sourceAndStub.class.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findallreferences.sourceAndStub.classMethod.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findallreferences.sourceAndStub.classMethod.fourslash.js +2 -1
- package/dist/tests/fourslash/findallreferences.sourceAndStub.classMethod.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findallreferences.sourceAndStub.classPropertyReadOnly.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findallreferences.sourceAndStub.classPropertyReadOnly.fourslash.js +2 -1
- package/dist/tests/fourslash/findallreferences.sourceAndStub.classPropertyReadOnly.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findallreferences.sourceAndStub.classPropertyReadWrite.fourslash.skip.d.ts +1 -0
- package/dist/tests/fourslash/findallreferences.sourceAndStub.classPropertyReadWrite.fourslash.skip.js +2 -1
- package/dist/tests/fourslash/findallreferences.sourceAndStub.classPropertyReadWrite.fourslash.skip.js.map +1 -1
- package/dist/tests/fourslash/findallreferences.sourceAndStub.function.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findallreferences.sourceAndStub.function.fourslash.js +2 -1
- package/dist/tests/fourslash/findallreferences.sourceAndStub.function.fourslash.js.map +1 -1
- package/dist/tests/fourslash/findallreferences.variable.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/findallreferences.variable.fourslash.js +2 -1
- package/dist/tests/fourslash/findallreferences.variable.fourslash.js.map +1 -1
- package/dist/tests/fourslash/highlightreferences.attributes.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/highlightreferences.attributes.fourslash.js +2 -1
- package/dist/tests/fourslash/highlightreferences.attributes.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.async.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.async.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.async.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByBuiltin.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByBuiltin.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByBuiltin.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByUserCode.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByUserCode.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.builtinDocstrings.builtinInheritedByUserCode.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.builtinDocstrings.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.builtinDocstrings.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.builtinDocstrings.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.class.docString.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.class.docString.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.class.docString.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.classNoInit.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.classNoInit.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.classNoInit.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.docFromSrc.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.docFromSrc.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.docFromSrc.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.docFromSrc.pkg-vs-module1.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.docFromSrc.pkg-vs-module1.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.docFromSrc.pkg-vs-module1.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.docFromSrc.pkg-vs-module2.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.docFromSrc.pkg-vs-module2.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.docFromSrc.pkg-vs-module2.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.docFromSrc.relativeImport1.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.docFromSrc.relativeImport1.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.docFromSrc.relativeImport1.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.docFromSrc.relativeImport2.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.docFromSrc.relativeImport2.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.docFromSrc.relativeImport2.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.docFromSrc.relativeImport3.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.docFromSrc.relativeImport3.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.docFromSrc.relativeImport3.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.docFromSrc.stringFormat.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.docFromSrc.stringFormat.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.docFromSrc.stringFormat.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.docFromSrc.stubs-package.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.docFromSrc.stubs-package.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.docFromSrc.stubs-package.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.docFromSrc.typeshed.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.docFromSrc.typeshed.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.docFromSrc.typeshed.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.docstring.alias.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.docstring.alias.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.docstring.alias.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.docstring.links.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.docstring.links.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.docstring.links.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.docstring.overloads.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.docstring.overloads.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.docstring.overloads.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.docstring.parameter.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.docstring.parameter.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.docstring.parameter.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.docstring.split.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.docstring.split.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.docstring.split.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.dunderNew.basic.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.dunderNew.basic.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.dunderNew.basic.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.dunderNew.inheritance.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.dunderNew.inheritance.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.dunderNew.inheritance.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.dunderNew.inheritance2.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.dunderNew.inheritance2.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.dunderNew.inheritance2.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.dunderNew.overloads.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.dunderNew.overloads.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.dunderNew.overloads.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.dunderNew.withInit.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.dunderNew.withInit.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.dunderNew.withInit.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.formatted.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.formatted.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.formatted.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.import.django.view.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.import.django.view.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.import.django.view.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.import.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.import.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.import.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.inferred.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.inferred.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.inferred.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.inherited.docFromSrc.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.inherited.docFromSrc.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.inherited.docFromSrc.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.inherited.docFromSrcWithStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.inherited.docFromSrcWithStub.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.inherited.docFromSrcWithStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.inherited.docFromStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.inherited.docFromStub.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.inherited.docFromStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.inherited.overload.docFromSrcWithStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.inherited.overload.docFromSrcWithStub.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.inherited.overload.docFromSrcWithStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.inherited.overload.docFromStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.inherited.overload.docFromStub.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.inherited.overload.docFromStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.inherited.property.docFromSrcWithStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.inherited.property.docFromSrcWithStub.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.inherited.property.docFromSrcWithStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.inherited.property.docFromStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.inherited.property.docFromStub.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.inherited.property.docFromStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.init.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.init.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.init.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.libCodeAndStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.libCodeAndStub.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.libCodeAndStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.libCodeNoStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.libCodeNoStub.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.libCodeNoStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.libStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.libStub.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.libStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.optionalAliasParameter.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.optionalAliasParameter.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.optionalAliasParameter.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.overloadedFunction.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.overloadedFunction.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.overloadedFunction.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.plainText.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.plainText.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.plainText.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.slots.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.slots.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.slots.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.typedDict.key.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.typedDict.key.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.typedDict.key.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.unpackedTypedDict.key.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.unpackedTypedDict.key.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.unpackedTypedDict.key.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.variable.docString.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.variable.docString.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.variable.docString.fourslash.js.map +1 -1
- package/dist/tests/fourslash/hover.wildcardimports.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/hover.wildcardimports.fourslash.js +2 -1
- package/dist/tests/fourslash/hover.wildcardimports.fourslash.js.map +1 -1
- package/dist/tests/fourslash/import.multipart.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/import.multipart.fourslash.js +2 -1
- package/dist/tests/fourslash/import.multipart.fourslash.js.map +1 -1
- package/dist/tests/fourslash/import.nameconflict.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/import.nameconflict.fourslash.js +2 -1
- package/dist/tests/fourslash/import.nameconflict.fourslash.js.map +1 -1
- package/dist/tests/fourslash/import.publicSymbols.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/import.publicSymbols.fourslash.js +2 -1
- package/dist/tests/fourslash/import.publicSymbols.fourslash.js.map +1 -1
- package/dist/tests/fourslash/import.pytyped.dunderAll.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/import.pytyped.dunderAll.fourslash.js +2 -1
- package/dist/tests/fourslash/import.pytyped.dunderAll.fourslash.js.map +1 -1
- package/dist/tests/fourslash/import.pytyped.privateSymbols.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/import.pytyped.privateSymbols.fourslash.js +2 -1
- package/dist/tests/fourslash/import.pytyped.privateSymbols.fourslash.js.map +1 -1
- package/dist/tests/fourslash/import.pytyped.typeCheckingBasic.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/import.pytyped.typeCheckingBasic.fourslash.js +2 -1
- package/dist/tests/fourslash/import.pytyped.typeCheckingBasic.fourslash.js.map +1 -1
- package/dist/tests/fourslash/import.pytyped.typeCheckingOff.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/import.pytyped.typeCheckingOff.fourslash.js +2 -1
- package/dist/tests/fourslash/import.pytyped.typeCheckingOff.fourslash.js.map +1 -1
- package/dist/tests/fourslash/import.wildcard.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/import.wildcard.fourslash.js +2 -1
- package/dist/tests/fourslash/import.wildcard.fourslash.js.map +1 -1
- package/dist/tests/fourslash/importnotresolved.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/importnotresolved.fourslash.js +2 -1
- package/dist/tests/fourslash/importnotresolved.fourslash.js.map +1 -1
- package/dist/tests/fourslash/missingModuleSource.disablingInStrictMode.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/missingModuleSource.disablingInStrictMode.fourslash.js +2 -1
- package/dist/tests/fourslash/missingModuleSource.disablingInStrictMode.fourslash.js.map +1 -1
- package/dist/tests/fourslash/missingModuleSource.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/missingModuleSource.fourslash.js +2 -1
- package/dist/tests/fourslash/missingModuleSource.fourslash.js.map +1 -1
- package/dist/tests/fourslash/missingTypeStub.codeAction.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/missingTypeStub.codeAction.fourslash.js +2 -1
- package/dist/tests/fourslash/missingTypeStub.codeAction.fourslash.js.map +1 -1
- package/dist/tests/fourslash/missingTypeStub.command.multipart.fourslash.d.ts +1 -6
- package/dist/tests/fourslash/missingTypeStub.command.multipart.fourslash.js +2 -1
- package/dist/tests/fourslash/missingTypeStub.command.multipart.fourslash.js.map +1 -1
- package/dist/tests/fourslash/missingTypeStub.command.singlefile.fourslash.d.ts +1 -6
- package/dist/tests/fourslash/missingTypeStub.command.singlefile.fourslash.js +2 -1
- package/dist/tests/fourslash/missingTypeStub.command.singlefile.fourslash.js.map +1 -1
- package/dist/tests/fourslash/missingTypeStub.command.singlepart.fourslash.d.ts +1 -6
- package/dist/tests/fourslash/missingTypeStub.command.singlepart.fourslash.js +2 -1
- package/dist/tests/fourslash/missingTypeStub.command.singlepart.fourslash.js.map +1 -1
- package/dist/tests/fourslash/missingTypeStub.command.trycatchImport.fourslash.d.ts +1 -6
- package/dist/tests/fourslash/missingTypeStub.command.trycatchImport.fourslash.js +2 -1
- package/dist/tests/fourslash/missingTypeStub.command.trycatchImport.fourslash.js.map +1 -1
- package/dist/tests/fourslash/missingTypeStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/missingTypeStub.fourslash.js +2 -1
- package/dist/tests/fourslash/missingTypeStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/missingTypeStub.invokeCodeAction.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/missingTypeStub.invokeCodeAction.fourslash.js +2 -1
- package/dist/tests/fourslash/missingTypeStub.invokeCodeAction.fourslash.js.map +1 -1
- package/dist/tests/fourslash/noerrors.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/noerrors.fourslash.js +2 -1
- package/dist/tests/fourslash/noerrors.fourslash.js.map +1 -1
- package/dist/tests/fourslash/orderImports1.command.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/orderImports1.command.fourslash.js +2 -1
- package/dist/tests/fourslash/orderImports1.command.fourslash.js.map +1 -1
- package/dist/tests/fourslash/orderImports2.command.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/orderImports2.command.fourslash.js +2 -1
- package/dist/tests/fourslash/orderImports2.command.fourslash.js.map +1 -1
- package/dist/tests/fourslash/rename.args.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/rename.args.fourslash.js +2 -1
- package/dist/tests/fourslash/rename.args.fourslash.js.map +1 -1
- package/dist/tests/fourslash/rename.externallyHidden.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/rename.externallyHidden.fourslash.js +2 -1
- package/dist/tests/fourslash/rename.externallyHidden.fourslash.js.map +1 -1
- package/dist/tests/fourslash/rename.externallyHidden.params.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/rename.externallyHidden.params.fourslash.js +2 -1
- package/dist/tests/fourslash/rename.externallyHidden.params.fourslash.js.map +1 -1
- package/dist/tests/fourslash/rename.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/rename.fourslash.js +2 -1
- package/dist/tests/fourslash/rename.fourslash.js.map +1 -1
- package/dist/tests/fourslash/rename.function.untitledFile.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/rename.function.untitledFile.fourslash.js +2 -1
- package/dist/tests/fourslash/rename.function.untitledFile.fourslash.js.map +1 -1
- package/dist/tests/fourslash/rename.init.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/rename.init.fourslash.js +2 -1
- package/dist/tests/fourslash/rename.init.fourslash.js.map +1 -1
- package/dist/tests/fourslash/rename.library.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/rename.library.fourslash.js +2 -1
- package/dist/tests/fourslash/rename.library.fourslash.js.map +1 -1
- package/dist/tests/fourslash/rename.library.sourceAndStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/rename.library.sourceAndStub.fourslash.js +2 -1
- package/dist/tests/fourslash/rename.library.sourceAndStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/rename.multipleDecl.fourslash.d.ts +1 -1
- package/dist/tests/fourslash/rename.multipleDecl.fourslash.js +2 -1
- package/dist/tests/fourslash/rename.multipleDecl.fourslash.js.map +1 -1
- package/dist/tests/fourslash/rename.parens.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/rename.parens.fourslash.js +2 -1
- package/dist/tests/fourslash/rename.parens.fourslash.js.map +1 -1
- package/dist/tests/fourslash/rename.sourceAndStub.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/rename.sourceAndStub.fourslash.js +2 -1
- package/dist/tests/fourslash/rename.sourceAndStub.fourslash.js.map +1 -1
- package/dist/tests/fourslash/rename.string.excluded.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/rename.string.excluded.fourslash.js +2 -1
- package/dist/tests/fourslash/rename.string.excluded.fourslash.js.map +1 -1
- package/dist/tests/fourslash/rename.string.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/rename.string.fourslash.js +2 -1
- package/dist/tests/fourslash/rename.string.fourslash.js.map +1 -1
- package/dist/tests/fourslash/shadowedImports.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/shadowedImports.fourslash.js +2 -1
- package/dist/tests/fourslash/shadowedImports.fourslash.js.map +1 -1
- package/dist/tests/fourslash/showcallhierarchy.incomingCalls.aliasedFunction.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/showcallhierarchy.incomingCalls.aliasedFunction.fourslash.js +2 -1
- package/dist/tests/fourslash/showcallhierarchy.incomingCalls.aliasedFunction.fourslash.js.map +1 -1
- package/dist/tests/fourslash/showcallhierarchy.incomingCalls.aliasedVariable.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/showcallhierarchy.incomingCalls.aliasedVariable.fourslash.js +2 -1
- package/dist/tests/fourslash/showcallhierarchy.incomingCalls.aliasedVariable.fourslash.js.map +1 -1
- package/dist/tests/fourslash/showcallhierarchy.incomingCalls.function.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/showcallhierarchy.incomingCalls.function.fourslash.js +2 -1
- package/dist/tests/fourslash/showcallhierarchy.incomingCalls.function.fourslash.js.map +1 -1
- package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.aliasedFunction1.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.aliasedFunction1.fourslash.js +2 -1
- package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.aliasedFunction1.fourslash.js.map +1 -1
- package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.aliasedFunction2.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.aliasedFunction2.fourslash.js +2 -1
- package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.aliasedFunction2.fourslash.js.map +1 -1
- package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.function.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.function.fourslash.js +2 -1
- package/dist/tests/fourslash/showcallhierarchy.outgoingCalls.function.fourslash.js.map +1 -1
- package/dist/tests/fourslash/signature.builtinDocstrings.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/signature.builtinDocstrings.fourslash.js +2 -1
- package/dist/tests/fourslash/signature.builtinDocstrings.fourslash.js.map +1 -1
- package/dist/tests/fourslash/signature.complicated.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/signature.complicated.fourslash.js +2 -1
- package/dist/tests/fourslash/signature.complicated.fourslash.js.map +1 -1
- package/dist/tests/fourslash/signature.cornercases.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/signature.cornercases.fourslash.js +2 -1
- package/dist/tests/fourslash/signature.cornercases.fourslash.js.map +1 -1
- package/dist/tests/fourslash/signature.docstrings.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/signature.docstrings.fourslash.js +2 -1
- package/dist/tests/fourslash/signature.docstrings.fourslash.js.map +1 -1
- package/dist/tests/fourslash/signature.docstrings.overloaded.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/signature.docstrings.overloaded.fourslash.js +2 -1
- package/dist/tests/fourslash/signature.docstrings.overloaded.fourslash.js.map +1 -1
- package/dist/tests/fourslash/signature.docstrings.wildcardimports.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/signature.docstrings.wildcardimports.fourslash.js +2 -1
- package/dist/tests/fourslash/signature.docstrings.wildcardimports.fourslash.js.map +1 -1
- package/dist/tests/fourslash/signature.dunderNew.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/signature.dunderNew.fourslash.js +2 -1
- package/dist/tests/fourslash/signature.dunderNew.fourslash.js.map +1 -1
- package/dist/tests/fourslash/signature.overload.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/signature.overload.fourslash.js +2 -1
- package/dist/tests/fourslash/signature.overload.fourslash.js.map +1 -1
- package/dist/tests/fourslash/signature.simple.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/signature.simple.fourslash.js +2 -1
- package/dist/tests/fourslash/signature.simple.fourslash.js.map +1 -1
- package/dist/tests/fourslash/typeVerifier.fourslash.d.ts +1 -0
- package/dist/tests/fourslash/typeVerifier.fourslash.js +2 -1
- package/dist/tests/fourslash/typeVerifier.fourslash.js.map +1 -1
- package/dist/tests/harness/fourslash/testState.js +11 -9
- package/dist/tests/harness/fourslash/testState.js.map +1 -1
- package/dist/tests/lsp/languageServerTestUtils.js +1 -1
- package/dist/tests/lsp/languageServerTestUtils.js.map +1 -1
- package/dist/tests/testState.test.js +3 -3
- package/dist/tests/typeEvaluator4.test.js +4 -0
- package/dist/tests/typeEvaluator4.test.js.map +1 -1
- package/dist/tests/typeEvaluator7.test.js +2 -2
- package/dist/workspaceFactory.d.ts +12 -12
- package/dist/workspaceFactory.js +21 -141
- package/dist/workspaceFactory.js.map +1 -1
- package/package.json +5 -4
- package/dist/tests/fourslash/fourslash.d.ts +0 -338
- package/dist/tests/fourslash/fourslash.js +0 -25
- package/dist/tests/fourslash/fourslash.js.map +0 -1
@@ -1,9 +1,26 @@
|
|
1
1
|
{
|
2
|
+
"CodeAction": {
|
3
|
+
"createTypeStub": "Create Type Stub",
|
4
|
+
"createTypeStubFor": "Create Type Stub For \"{moduleName}\"",
|
5
|
+
"executingCommand": "Executing command",
|
6
|
+
"filesToAnalyzeCount": "{count} files to analyze",
|
7
|
+
"filesToAnalyzeOne": "1 file to analyze",
|
8
|
+
"findingReferences": "Finding references",
|
9
|
+
"organizeImports": "Organize Imports",
|
10
|
+
"renameShadowedFile": "Rename \"{oldFile}\" to \"{newFile}\""
|
11
|
+
},
|
12
|
+
"Completion": {
|
13
|
+
"autoImportDetail": "Auto-import",
|
14
|
+
"indexValueDetail": "Index value"
|
15
|
+
},
|
2
16
|
"Diagnostic": {
|
3
|
-
"annotatedMetadataInconsistent": "Annotated metadata type \"{metadataType}\" is not compatible with type \"{type}\"",
|
4
17
|
"abstractMethodInvocation": "Method \"{method}\" cannot be called because it is abstract and unimplemented",
|
18
|
+
"annotatedMetadataInconsistent": "Annotated metadata type \"{metadataType}\" is not compatible with type \"{type}\"",
|
5
19
|
"annotatedParamCountMismatch": "Parameter annotation count mismatch: expected {expected} but received {received}",
|
6
|
-
"annotatedTypeArgMissing":
|
20
|
+
"annotatedTypeArgMissing": {
|
21
|
+
"message": "Expected one type argument and one or more annotations for \"Annotated\"",
|
22
|
+
"comment": "{Locked='Annotated'}"
|
23
|
+
},
|
7
24
|
"annotationBytesString": "Type annotations cannot use bytes string literals",
|
8
25
|
"annotationFormatString": "Type annotations cannot use format string literals (f-strings)",
|
9
26
|
"annotationNotSupported": "Type annotation not supported for this statement",
|
@@ -26,10 +43,10 @@
|
|
26
43
|
"assertAlwaysTrue": "Assert expression always evaluates to true",
|
27
44
|
"assertTypeArgs": "\"assert_type\" expects two positional arguments",
|
28
45
|
"assertTypeTypeMismatch": "\"assert_type\" mismatch: expected \"{expected}\" but received \"{received}\"",
|
29
|
-
"assignmentExprContext": "Assignment expression must be within module, function or lambda",
|
30
46
|
"assignmentExprComprehension": "Assignment expression target \"{name}\" cannot use same name as comprehension for target",
|
31
|
-
"
|
47
|
+
"assignmentExprContext": "Assignment expression must be within module, function or lambda",
|
32
48
|
"assignmentExprInSubscript": "Assignment expressions within a subscript are supported only in Python 3.10 and newer",
|
49
|
+
"assignmentInProtocol": "Instance or class variables within a Protocol class must be explicitly declared within the class body",
|
33
50
|
"assignmentTargetExpr": "Expression cannot be assignment target",
|
34
51
|
"asyncNotInAsyncFunction": "Use of \"async\" not allowed outside of async function",
|
35
52
|
"awaitIllegal": "Use of \"await\" requires Python 3.5 or newer",
|
@@ -37,12 +54,12 @@
|
|
37
54
|
"awaitNotInAsync": "\"await\" allowed only within async function",
|
38
55
|
"backticksIllegal": "Expressions surrounded by backticks are not supported in Python 3.x; use repr instead",
|
39
56
|
"baseClassCircular": "Class cannot derive from itself",
|
40
|
-
"baseClassIncompatible": "Base classes of {type} are mutually incompatible",
|
41
57
|
"baseClassFinal": "Base class \"{type}\" is marked final and cannot be subclassed",
|
58
|
+
"baseClassIncompatible": "Base classes of {type} are mutually incompatible",
|
42
59
|
"baseClassInvalid": "Argument to class must be a base class",
|
43
60
|
"baseClassMethodTypeIncompatible": "Base classes for class \"{classType}\" define method \"{name}\" in incompatible way",
|
44
|
-
"baseClassVariableTypeIncompatible": "Base classes for class \"{classType}\" define variable \"{name}\" in incompatible way",
|
45
61
|
"baseClassUnknown": "Base class type is unknown, obscuring type of derived class",
|
62
|
+
"baseClassVariableTypeIncompatible": "Base classes for class \"{classType}\" define variable \"{name}\" in incompatible way",
|
46
63
|
"binaryOperationNotAllowed": "Binary operator not allowed in type annotation",
|
47
64
|
"bindTypeMismatch": "Could not bind method \"{methodName}\" because \"{type}\" is not assignable to parameter \"{paramName}\"",
|
48
65
|
"breakOutsideLoop": "\"break\" can be used only within a loop",
|
@@ -62,8 +79,8 @@
|
|
62
79
|
"classPatternTypeAlias": "\"{type}\" cannot be used in a class pattern because it is a specialized type alias",
|
63
80
|
"classPropertyDeprecated": "Class properties are deprecated in Python 3.11 and will not be supported in Python 3.13",
|
64
81
|
"classTypeParametersIllegal": "Class type parameter syntax requires Python 3.12 or newer",
|
65
|
-
"classVarNotAllowed": "\"ClassVar\" is not allowed in this context",
|
66
82
|
"classVarFirstArgMissing": "Expected a type argument after \"ClassVar\"",
|
83
|
+
"classVarNotAllowed": "\"ClassVar\" is not allowed in this context",
|
67
84
|
"classVarOverridesInstanceVar": "Class variable \"{name}\" overrides instance variable of same name in class \"{className}\"",
|
68
85
|
"classVarTooManyArgs": "Expected only one type argument after \"ClassVar\"",
|
69
86
|
"classVarWithTypeVar": "\"ClassVar\" type cannot include type variables",
|
@@ -91,8 +108,8 @@
|
|
91
108
|
"dataClassConverterOverloads": "No overloads of \"{funcName}\" are valid converters for field \"{fieldName}\" of type \"{fieldType}\"",
|
92
109
|
"dataClassFieldInheritedDefault": "\"{fieldName}\" overrides a field of the same name but is missing a default value",
|
93
110
|
"dataClassFieldWithDefault": "Fields without default values cannot appear after fields with default values",
|
94
|
-
"dataClassFieldWithoutAnnotation": "Dataclass field without type annotation will cause runtime exception",
|
95
111
|
"dataClassFieldWithPrivateName": "Dataclass field cannot use private name",
|
112
|
+
"dataClassFieldWithoutAnnotation": "Dataclass field without type annotation will cause runtime exception",
|
96
113
|
"dataClassPostInitParamCount": "Dataclass __post_init__ incorrect parameter count; number of InitVar fields is {expected}",
|
97
114
|
"dataClassPostInitType": "Dataclass __post_init__ method parameter type mismatch for field \"{fieldName}\"",
|
98
115
|
"dataClassSlotsOverwrite": "__slots__ is already defined in class",
|
@@ -105,6 +122,7 @@
|
|
105
122
|
"declaredReturnTypeUnknown": "Declared return type is unknown",
|
106
123
|
"defaultValueContainsCall": "Function calls and mutable objects not allowed within parameter default value expression",
|
107
124
|
"defaultValueNotAllowed": "Parameter with \"*\" or \"**\" cannot have default value",
|
125
|
+
"delTargetExpr": "Expression cannot be deleted",
|
108
126
|
"deprecatedClass": "The class \"{name}\" is deprecated",
|
109
127
|
"deprecatedConstructor": "The constructor for class \"{name}\" is deprecated",
|
110
128
|
"deprecatedDescriptorDeleter": "The \"__delete__\" method for descriptor \"{name}\" is deprecated",
|
@@ -116,7 +134,6 @@
|
|
116
134
|
"deprecatedPropertyGetter": "The getter for property \"{name}\" is deprecated",
|
117
135
|
"deprecatedPropertySetter": "The setter for property \"{name}\" is deprecated",
|
118
136
|
"deprecatedType": "This type is deprecated as of Python {version}; use \"{replacement}\" instead",
|
119
|
-
"delTargetExpr": "Expression cannot be deleted",
|
120
137
|
"dictExpandIllegalInComprehension": "Dictionary expansion not allowed in comprehension",
|
121
138
|
"dictInAnnotation": "Dictionary expression not allowed in type annotation",
|
122
139
|
"dictKeyValuePairs": "Dictionary entries must contain key/value pairs",
|
@@ -124,17 +141,17 @@
|
|
124
141
|
"dunderAllSymbolNotPresent": "\"{name}\" is specified in __all__ but is not present in module",
|
125
142
|
"duplicateArgsParam": "Only one \"*\" parameter allowed",
|
126
143
|
"duplicateBaseClass": "Duplicate base class not allowed",
|
144
|
+
"duplicateCapturePatternTarget": "Capture target \"{name}\" cannot appear more than once within the same pattern",
|
127
145
|
"duplicateCatchAll": "Only one catch-all except clause allowed",
|
128
146
|
"duplicateEnumMember": "Enum member \"{name}\" is already declared",
|
129
147
|
"duplicateGenericAndProtocolBase": "Only one Generic[...] or Protocol[...] base class allowed",
|
130
148
|
"duplicateImport": "\"{importName}\" is imported more than once",
|
131
|
-
"duplicateKwargsParam": "Only one \"**\" parameter allowed",
|
132
149
|
"duplicateKeywordOnly": "Only one \"*\" separator allowed",
|
150
|
+
"duplicateKwargsParam": "Only one \"**\" parameter allowed",
|
133
151
|
"duplicateParam": "Duplicate parameter \"{name}\"",
|
134
|
-
"
|
152
|
+
"duplicatePositionOnly": "Only one \"/\" parameter allowed",
|
135
153
|
"duplicateStarPattern": "Only one \"*\" pattern allowed in a pattern sequence",
|
136
154
|
"duplicateStarStarPattern": "Only one \"**\" entry allowed",
|
137
|
-
"duplicatePositionOnly": "Only one \"/\" parameter allowed",
|
138
155
|
"duplicateUnpack": "Only one unpack operation allowed in list",
|
139
156
|
"ellipsisAfterUnpacked": "\"...\" cannot be used with an unpacked TypeVarTuple or tuple",
|
140
157
|
"ellipsisContext": "\"...\" is not allowed in this context",
|
@@ -143,8 +160,14 @@
|
|
143
160
|
"enumMemberDelete": "Enum member \"{name}\" cannot be deleted",
|
144
161
|
"enumMemberSet": "Enum member \"{name}\" cannot be assigned",
|
145
162
|
"enumMemberTypeAnnotation": "Type annotations are not allowed for enum members",
|
146
|
-
"exceptionGroupIncompatible":
|
147
|
-
|
163
|
+
"exceptionGroupIncompatible": {
|
164
|
+
"message": "Exception group syntax (\"except*\") requires Python 3.11 or newer",
|
165
|
+
"comment": "{Locked='except*'}"
|
166
|
+
},
|
167
|
+
"exceptionGroupTypeIncorrect": {
|
168
|
+
"message": "Exception type in except* cannot derive from BaseGroupException",
|
169
|
+
"comment": "{Locked='except*','BaseGroupException'}"
|
170
|
+
},
|
148
171
|
"exceptionTypeIncorrect": "\"{type}\" does not derive from BaseException",
|
149
172
|
"exceptionTypeNotClass": "\"{type}\" is not a valid exception class",
|
150
173
|
"exceptionTypeNotInstantiable": "Constructor for exception type \"{type}\" requires one or more arguments",
|
@@ -153,7 +176,10 @@
|
|
153
176
|
"expectedAsAfterException": "Expected \"as\" after exception type",
|
154
177
|
"expectedAssignRightHandExpr": "Expected expression to the right of \"=\"",
|
155
178
|
"expectedBinaryRightHandExpr": "Expected expression to the right of operator",
|
156
|
-
"expectedBoolLiteral":
|
179
|
+
"expectedBoolLiteral": {
|
180
|
+
"message": "Expected True or False",
|
181
|
+
"comment": "{Locked='True','False'}"
|
182
|
+
},
|
157
183
|
"expectedCase": "Expected \"case\" statement",
|
158
184
|
"expectedClassName": "Expected class name",
|
159
185
|
"expectedCloseBrace": "\"{\" was not closed",
|
@@ -170,15 +196,15 @@
|
|
170
196
|
"expectedExceptionClass": "Invalid exception class or object",
|
171
197
|
"expectedExceptionObj": "Expected exception object, exception class or None",
|
172
198
|
"expectedExpr": "Expected expression",
|
199
|
+
"expectedFunctionAfterAsync": "Expected function definition after \"async\"",
|
200
|
+
"expectedFunctionName": "Expected function name after \"def\"",
|
173
201
|
"expectedIdentifier": "Expected identifier",
|
174
202
|
"expectedImport": "Expected \"import\"",
|
175
203
|
"expectedImportAlias": "Expected symbol after \"as\"",
|
176
204
|
"expectedImportSymbols": "Expected one or more symbol names after import",
|
177
|
-
"expectedIndentedBlock": "Expected indented block",
|
178
|
-
"expectedInExpr": "Expected expression after \"in\"",
|
179
205
|
"expectedIn": "Expected \"in\"",
|
180
|
-
"
|
181
|
-
"
|
206
|
+
"expectedInExpr": "Expected expression after \"in\"",
|
207
|
+
"expectedIndentedBlock": "Expected indented block",
|
182
208
|
"expectedMemberName": "Expected attribute name after \".\"",
|
183
209
|
"expectedModuleName": "Expected module name",
|
184
210
|
"expectedNameAfterAs": "Expected symbol name after \"as\"",
|
@@ -210,11 +236,11 @@
|
|
210
236
|
"formatStringDebuggingIllegal": "F-string debugging specifier \"=\" requires Python 3.8 or newer",
|
211
237
|
"formatStringEscape": "Escape sequence (backslash) not allowed in expression portion of f-string prior to Python 3.12",
|
212
238
|
"formatStringExpectedConversion": "Expected a conversion specifier after \"!\" in f-string",
|
239
|
+
"formatStringIllegal": "Format string literals (f-strings) require Python 3.6 or newer",
|
213
240
|
"formatStringInPattern": "Format string not allowed in pattern",
|
214
241
|
"formatStringNestedFormatSpecifier": "Expressions nested too deeply within format string specifier",
|
215
242
|
"formatStringNestedQuote": "Strings nested within an f-string cannot use the same quote character as the f-string prior to Python 3.12",
|
216
243
|
"formatStringUnicode": "Format string literals (f-strings) cannot be unicode",
|
217
|
-
"formatStringIllegal": "Format string literals (f-strings) require Python 3.6 or newer",
|
218
244
|
"formatStringUnterminated": "Unterminated expression in f-string; expecting \"}\"",
|
219
245
|
"functionDecoratorTypeUnknown": "Untyped function decorator obscures type of function; ignoring decorator",
|
220
246
|
"functionInConditionalExpression": "Conditional expression references function which always evaluates to True",
|
@@ -242,11 +268,11 @@
|
|
242
268
|
"importSymbolUnknown": "\"{name}\" is unknown import symbol",
|
243
269
|
"incompatibleMethodOverride": "Method \"{name}\" overrides class \"{className}\" in an incompatible manner",
|
244
270
|
"inconsistentIndent": "Unindent amount does not match previous indent",
|
245
|
-
"initMustReturnNone": "Return type of \"__init__\" must be None",
|
246
271
|
"inconsistentTabs": "Inconsistent use of tabs and spaces in indentation",
|
247
272
|
"initMethodSelfParamTypeVar": "Type annotation for \"self\" parameter of \"__init__\" method cannot contain class-scoped type variables",
|
248
|
-
"
|
273
|
+
"initMustReturnNone": "Return type of \"__init__\" must be None",
|
249
274
|
"initSubclassCallFailed": "Incorrect keyword arguments for __init_subclass__ method",
|
275
|
+
"initSubclassClsParam": "__init_subclass__ override should take a \"cls\" parameter",
|
250
276
|
"initVarNotAllowed": "\"InitVar\" is not allowed in this context",
|
251
277
|
"instanceMethodSelfParam": "Instance methods should take a \"self\" parameter",
|
252
278
|
"instanceVarOverridesClassVar": "Instance variable \"{name}\" overrides class variable of same name in class \"{className}\"",
|
@@ -266,15 +292,15 @@
|
|
266
292
|
"keywordOnlyAfterArgs": "Keyword-only argument separator not allowed after \"*\" parameter",
|
267
293
|
"keywordParameterMissing": "One or more keyword parameters must follow \"*\" parameter",
|
268
294
|
"keywordSubscriptIllegal": "Keyword arguments within subscripts are not supported",
|
269
|
-
"lambdaReturnTypeUnknown": "Return type of lambda is unknown",
|
270
295
|
"lambdaReturnTypePartiallyUnknown": "Return type of lambda, \"{returnType}\", is partially unknown",
|
296
|
+
"lambdaReturnTypeUnknown": "Return type of lambda is unknown",
|
271
297
|
"listAssignmentMismatch": "Expression with type \"{type}\" cannot be assigned to target list",
|
272
298
|
"listInAnnotation": "List expression not allowed in type annotation",
|
273
|
-
"literalUnsupportedType": "Type arguments for \"Literal\" must be None, a literal value (int, bool, str, or bytes), or an enum value",
|
274
|
-
"literalNamedUnicodeEscape": "Named unicode escape sequences are not supported in \"Literal\" string annotations",
|
275
299
|
"literalEmptyArgs": "Expected one or more type arguments after \"Literal\"",
|
300
|
+
"literalNamedUnicodeEscape": "Named unicode escape sequences are not supported in \"Literal\" string annotations",
|
276
301
|
"literalNotAllowed": "\"Literal\" cannot be used in this context without a type argument",
|
277
302
|
"literalNotCallable": "Literal type cannot be instantiated",
|
303
|
+
"literalUnsupportedType": "Type arguments for \"Literal\" must be None, a literal value (int, bool, str, or bytes), or an enum value",
|
278
304
|
"matchIncompatible": "Match statements require Python 3.10 or newer",
|
279
305
|
"matchIsNotExhaustive": "Cases within match statement do not exhaustively handle all values",
|
280
306
|
"maxParseDepthExceeded": "Maximum parse depth exceeded; break expression into smaller sub-expressions",
|
@@ -296,9 +322,9 @@
|
|
296
322
|
"namedExceptAfterCatchAll": "A named except clause cannot appear after catch-all except clause",
|
297
323
|
"namedParamAfterParamSpecArgs": "Keyword parameter \"{name}\" cannot appear in signature after ParamSpec args parameter",
|
298
324
|
"namedTupleEmptyName": "Names within a named tuple cannot be empty",
|
299
|
-
"namedTupleMultipleInheritance": "Multiple inheritance with NamedTuple is not supported",
|
300
325
|
"namedTupleEntryRedeclared": "Cannot override \"{name}\" because parent class \"{className}\" is a named tuple",
|
301
326
|
"namedTupleFirstArg": "Expected named tuple class name as first argument",
|
327
|
+
"namedTupleMultipleInheritance": "Multiple inheritance with NamedTuple is not supported",
|
302
328
|
"namedTupleNameKeyword": "Field names cannot be a keyword",
|
303
329
|
"namedTupleNameType": "Expected two-entry tuple specifying entry name and type",
|
304
330
|
"namedTupleNameUnique": "Names within a named tuple must be unique",
|
@@ -312,21 +338,21 @@
|
|
312
338
|
"newTypeNotAClass": "Expected class as second argument to NewType",
|
313
339
|
"newTypeParamCount": "NewType requires two positional arguments",
|
314
340
|
"newTypeProtocolClass": "NewType cannot be used with structural type (a protocol or TypedDict class)",
|
341
|
+
"noOverload": "No overloads for \"{name}\" match the provided arguments",
|
342
|
+
"noReturnContainsReturn": "Function with declared return type \"NoReturn\" cannot include a return statement",
|
343
|
+
"noReturnContainsYield": "Function with declared return type \"NoReturn\" cannot include a yield statement",
|
344
|
+
"noReturnReturnsNone": "Function with declared return type \"NoReturn\" cannot return \"None\"",
|
315
345
|
"nonDefaultAfterDefault": "Non-default argument follows default argument",
|
346
|
+
"nonLocalInModule": "Nonlocal declaration not allowed at module level",
|
347
|
+
"nonLocalNoBinding": "No binding for nonlocal \"{name}\" found",
|
348
|
+
"nonLocalReassignment": "\"{name}\" is assigned before nonlocal declaration",
|
349
|
+
"nonLocalRedefinition": "\"{name}\" was already declared nonlocal",
|
316
350
|
"noneNotCallable": "Object of type \"None\" cannot be called",
|
317
351
|
"noneNotIterable": "Object of type \"None\" cannot be used as iterable value",
|
318
|
-
"noneOperator": "Operator \"{operator}\" not supported for \"None\"",
|
319
352
|
"noneNotSubscriptable": "Object of type \"None\" is not subscriptable",
|
320
353
|
"noneNotUsableWith": "Object of type \"None\" cannot be used with \"with\"",
|
354
|
+
"noneOperator": "Operator \"{operator}\" not supported for \"None\"",
|
321
355
|
"noneUnknownMember": "\"{name}\" is not a known attribute of \"None\"",
|
322
|
-
"nonLocalNoBinding": "No binding for nonlocal \"{name}\" found",
|
323
|
-
"nonLocalReassignment": "\"{name}\" is assigned before nonlocal declaration",
|
324
|
-
"nonLocalRedefinition": "\"{name}\" was already declared nonlocal",
|
325
|
-
"nonLocalInModule": "Nonlocal declaration not allowed at module level",
|
326
|
-
"noOverload": "No overloads for \"{name}\" match the provided arguments",
|
327
|
-
"noReturnContainsReturn": "Function with declared return type \"NoReturn\" cannot include a return statement",
|
328
|
-
"noReturnContainsYield": "Function with declared return type \"NoReturn\" cannot include a yield statement",
|
329
|
-
"noReturnReturnsNone": "Function with declared return type \"NoReturn\" cannot return \"None\"",
|
330
356
|
"notRequiredArgCount": "Expected a single type argument after \"NotRequired\"",
|
331
357
|
"notRequiredNotInTypedDict": "\"NotRequired\" is not allowed in this context",
|
332
358
|
"objectNotCallable": "Object of type \"{type}\" is not callable",
|
@@ -342,8 +368,8 @@
|
|
342
368
|
"orPatternMissingName": "All subpatterns within an \"or\" pattern must target the same names",
|
343
369
|
"overlappingKeywordArgs": "Typed dictionary overlaps with keyword parameter: {names}",
|
344
370
|
"overlappingOverload": "Overload {obscured} for \"{name}\" will never be used because its parameters overlap overload {obscuredBy}",
|
345
|
-
"overloadAbstractMismatch": "Overloads must all be abstract or not",
|
346
371
|
"overloadAbstractImplMismatch": "Overloads must match abstract status of implementation",
|
372
|
+
"overloadAbstractMismatch": "Overloads must all be abstract or not",
|
347
373
|
"overloadClassMethodInconsistent": "Overloads for \"{name}\" use @classmethod inconsistently",
|
348
374
|
"overloadFinalInconsistencyImpl": "Overload for \"{name}\" is marked @final but implementation is not",
|
349
375
|
"overloadFinalInconsistencyNoImpl": "Overload {index} for \"{name}\" is marked @final but overload 1 is not",
|
@@ -356,6 +382,7 @@
|
|
356
382
|
"paramAfterKwargsParam": "Parameter cannot follow \"**\" parameter",
|
357
383
|
"paramAlreadyAssigned": "Parameter \"{name}\" is already assigned",
|
358
384
|
"paramAnnotationMissing": "Type annotation is missing for parameter \"{name}\"",
|
385
|
+
"paramAssignmentMismatch": "Expression of type \"{sourceType}\" cannot be assigned to parameter of type \"{paramType}\"",
|
359
386
|
"paramNameMissing": "No parameter named \"{name}\"",
|
360
387
|
"paramSpecArgsKwargsUsage": "\"args\" and \"kwargs\" attributes of ParamSpec must both appear within a function signature",
|
361
388
|
"paramSpecArgsMissing": "Arguments for ParamSpec \"{type}\" are missing",
|
@@ -369,19 +396,18 @@
|
|
369
396
|
"paramSpecUnknownArg": "ParamSpec does not support more than one argument",
|
370
397
|
"paramSpecUnknownMember": "\"{name}\" is not a known attribute of ParamSpec",
|
371
398
|
"paramSpecUnknownParam": "\"{name}\" is unknown parameter to ParamSpec",
|
372
|
-
"paramAssignmentMismatch": "Expression of type \"{sourceType}\" cannot be assigned to parameter of type \"{paramType}\"",
|
373
399
|
"paramTypeCovariant": "Covariant type variable cannot be used in parameter type",
|
374
|
-
"paramTypeUnknown": "Type of parameter \"{paramName}\" is unknown",
|
375
400
|
"paramTypePartiallyUnknown": "Type of parameter \"{paramName}\" is partially unknown",
|
401
|
+
"paramTypeUnknown": "Type of parameter \"{paramName}\" is unknown",
|
376
402
|
"parenthesizedContextManagerIllegal": "Parentheses within \"with\" statement requires Python 3.9 or newer",
|
377
403
|
"patternNeverMatches": "Pattern will never be matched for subject type \"{type}\"",
|
378
404
|
"positionArgAfterNamedArg": "Positional argument cannot appear after keyword arguments",
|
379
|
-
"privateImportFromPyTypedModule": "\"{name}\" is not exported from module \"{module}\"",
|
380
405
|
"positionOnlyAfterArgs": "Position-only parameter separator not allowed after \"*\" parameter",
|
381
406
|
"positionOnlyAfterKeywordOnly": "\"/\" parameter must appear before \"*\" parameter",
|
382
407
|
"positionOnlyAfterNon": "Position-only parameter not allowed after parameter that is not position-only",
|
383
|
-
"positionOnlyIncompatible": "Position-only parameter separator requires Python 3.8 or newer",
|
384
408
|
"positionOnlyFirstParam": "Position-only parameter separator not allowed as first parameter",
|
409
|
+
"positionOnlyIncompatible": "Position-only parameter separator requires Python 3.8 or newer",
|
410
|
+
"privateImportFromPyTypedModule": "\"{name}\" is not exported from module \"{module}\"",
|
385
411
|
"privateUsedOutsideOfClass": "\"{name}\" is private and used outside of the class in which it is declared",
|
386
412
|
"privateUsedOutsideOfModule": "\"{name}\" is private and used outside of the module in which it is declared",
|
387
413
|
"propertyOverridden": "\"{name}\" incorrectly overrides property of same name in class \"{className}\"",
|
@@ -400,22 +426,22 @@
|
|
400
426
|
"pyrightCommentInvalidDiagnosticSeverityValue": "Pyright comment directive must be followed by \"=\" and a value of true, false, error, warning, information, or none",
|
401
427
|
"pyrightCommentMissingDirective": "Pyright comment must be followed by a directive (basic or strict) or a diagnostic rule",
|
402
428
|
"pyrightCommentNotOnOwnLine": "Pyright comments used to control file-level settings must appear on their own line",
|
403
|
-
"pyrightCommentUnknownDirective": "\"{directive}\" is an unknown directive for pyright comment; expected \"strict\" or \"basic\"",
|
404
429
|
"pyrightCommentUnknownDiagnosticRule": "\"{rule}\" is an unknown diagnostic rule for pyright comment",
|
405
430
|
"pyrightCommentUnknownDiagnosticSeverityValue": "\"{value}\" is invalid value for pyright comment; expected true, false, error, warning, information, or none",
|
431
|
+
"pyrightCommentUnknownDirective": "\"{directive}\" is an unknown directive for pyright comment; expected \"strict\" or \"basic\"",
|
406
432
|
"readOnlyArgCount": "Expected a single type argument after \"ReadOnly\"",
|
407
433
|
"readOnlyNotInTypedDict": "\"ReadOnly\" is not allowed in this context",
|
408
|
-
"relativeImportNotAllowed": "Relative imports cannot be used with \"import .a\" form; use \"from . import a\" instead",
|
409
434
|
"recursiveDefinition": "Type of \"{name}\" could not be determined because it refers to itself",
|
435
|
+
"relativeImportNotAllowed": "Relative imports cannot be used with \"import .a\" form; use \"from . import a\" instead",
|
410
436
|
"requiredArgCount": "Expected a single type argument after \"Required\"",
|
411
437
|
"requiredNotInTypedDict": "\"Required\" is not allowed in this context",
|
412
438
|
"returnInAsyncGenerator": "Return statement with value is not allowed in async generator",
|
413
|
-
"returnOutsideFunction": "\"return\" can be used only within a function",
|
414
439
|
"returnMissing": "Function with declared return type \"{returnType}\" must return value on all code paths",
|
440
|
+
"returnOutsideFunction": "\"return\" can be used only within a function",
|
415
441
|
"returnTypeContravariant": "Contravariant type variable cannot be used in return type",
|
416
442
|
"returnTypeMismatch": "Expression of type \"{exprType}\" is incompatible with return type \"{returnType}\"",
|
417
|
-
"returnTypeUnknown": "Return type is unknown",
|
418
443
|
"returnTypePartiallyUnknown": "Return type, \"{returnType}\", is partially unknown",
|
444
|
+
"returnTypeUnknown": "Return type is unknown",
|
419
445
|
"revealLocalsArgs": "Expected no arguments for \"reveal_locals\" call",
|
420
446
|
"revealLocalsNone": "No locals in this scope",
|
421
447
|
"revealTypeArgs": "Expected a single positional argument for \"reveal_type\" call",
|
@@ -446,9 +472,9 @@
|
|
446
472
|
"superCallSecondArg": "Second argument to \"super\" call must be object or class that derives from \"{type}\"",
|
447
473
|
"superCallZeroArgForm": "Zero-argument form of \"super\" call is valid only within a method",
|
448
474
|
"superCallZeroArgFormStaticMethod": "Zero-argument form of \"super\" call is not valid within a static method",
|
475
|
+
"symbolIsPossiblyUnbound": "\"{name}\" is possibly unbound",
|
449
476
|
"symbolIsUnbound": "\"{name}\" is unbound",
|
450
477
|
"symbolIsUndefined": "\"{name}\" is not defined",
|
451
|
-
"symbolIsPossiblyUnbound": "\"{name}\" is possibly unbound",
|
452
478
|
"symbolOverridden": "\"{name}\" overrides symbol of same name in class \"{className}\"",
|
453
479
|
"ternaryNotAllowed": "Ternary expression not allowed in type annotation",
|
454
480
|
"totalOrderingMissingMethod": "Class must define one of \"__lt__\", \"__le__\", \"__gt__\", or \"__ge__\" to use total_ordering",
|
@@ -461,17 +487,17 @@
|
|
461
487
|
"typeAliasIsRecursiveDirect": "Type alias \"{name}\" cannot use itself in its definition",
|
462
488
|
"typeAliasNotInModuleOrClass": "A TypeAlias can be defined only within a module or class scope",
|
463
489
|
"typeAliasRedeclared": "\"{name}\" is declared as a TypeAlias and can be assigned only once",
|
464
|
-
"typeAliasStatementIllegal": "Type alias statement requires Python 3.12 or newer",
|
465
490
|
"typeAliasStatementBadScope": "A type statement can be used only within a module or class scope",
|
491
|
+
"typeAliasStatementIllegal": "Type alias statement requires Python 3.12 or newer",
|
466
492
|
"typeAliasTypeBaseClass": "A type alias defined in a \"type\" statement cannot be used as a base class",
|
467
493
|
"typeAliasTypeMustBeAssigned": "TypeAliasType must be assigned to a variable with the same name as the type alias",
|
468
494
|
"typeAliasTypeNameArg": "First argument to TypeAliasType must be a string literal representing the name of the type alias",
|
469
495
|
"typeAliasTypeNameMismatch": "Name of type alias must match the name of the variable to which it is assigned",
|
470
496
|
"typeAliasTypeParamInvalid": "Type parameter list must be a tuple containing only TypeVar, TypeVarTuple, or ParamSpec",
|
471
|
-
"typeArgListExpected": "Expected ParamSpec, ellipsis, or list of types",
|
472
497
|
"typeAnnotationCall": "Call expression not allowed in type expression",
|
473
498
|
"typeAnnotationVariable": "Variable not allowed in type expression",
|
474
499
|
"typeAnnotationWithCallable": "Type argument for \"type\" must be a class; callables are not supported",
|
500
|
+
"typeArgListExpected": "Expected ParamSpec, ellipsis, or list of types",
|
475
501
|
"typeArgListNotAllowed": "List expression not allowed for this type argument",
|
476
502
|
"typeArgsExpectingNone": "Expected no type arguments for class \"{name}\"",
|
477
503
|
"typeArgsMismatchOne": "Expected one type argument but received {received}",
|
@@ -484,27 +510,6 @@
|
|
484
510
|
"typeCallNotAllowed": "type() call should not be used in type annotation",
|
485
511
|
"typeCheckOnly": "\"{name}\" is marked as @type_check_only and can be used only in type annotations",
|
486
512
|
"typeCommentDeprecated": "Use of type comments is deprecated; use type annotation instead",
|
487
|
-
"typedDictAccess": "Could not access item in TypedDict",
|
488
|
-
"typedDictAssignedName": "TypedDict must be assigned to a variable named \"{name}\"",
|
489
|
-
"typedDictBadVar": "TypedDict classes can contain only type annotations",
|
490
|
-
"typedDictBaseClass": "All base classes for TypedDict classes must also be TypedDict classes",
|
491
|
-
"typedDictBoolParam": "Expected \"{name}\" parameter to have a value of True or False",
|
492
|
-
"typedDictClosedExtras": "Base class \"{name}\" is a closed TypedDict; extra items must be type \"{type}\"",
|
493
|
-
"typedDictClosedNoExtras": "Base class \"{name}\" is a closed TypedDict; extra items are not allowed",
|
494
|
-
"typedDictDelete": "Could not delete item in TypedDict",
|
495
|
-
"typedDictEmptyName": "Names within a TypedDict cannot be empty",
|
496
|
-
"typedDictEntryName": "Expected string literal for dictionary entry name",
|
497
|
-
"typedDictEntryUnique": "Names within a dictionary must be unique",
|
498
|
-
"typedDictExtraArgs": "Extra TypedDict arguments not supported",
|
499
|
-
"typedDictFieldNotRequiredRedefinition": "TypedDict item \"{name}\" cannot be redefined as NotRequired",
|
500
|
-
"typedDictFieldReadOnlyRedefinition": "TypedDict item \"{name}\" cannot be redefined as ReadOnly",
|
501
|
-
"typedDictFieldRequiredRedefinition": "TypedDict item \"{name}\" cannot be redefined as Required",
|
502
|
-
"typedDictFirstArg": "Expected TypedDict class name as first argument",
|
503
|
-
"typedDictInitsubclassParameter": "TypedDict does not support __init_subclass__ parameter \"{name}\"",
|
504
|
-
"typedDictNotAllowed": "\"TypedDict\" cannot be used in this context",
|
505
|
-
"typedDictSecondArgDict": "Expected dict or keyword parameter as second parameter",
|
506
|
-
"typedDictSecondArgDictEntry": "Expected simple dictionary entry",
|
507
|
-
"typedDictSet": "Could not assign item in TypedDict",
|
508
513
|
"typeExpectedClass": "Expected class but received \"{type}\"",
|
509
514
|
"typeGuardArgCount": "Expected a single type argument after \"TypeGuard\" or \"TypeIs\"",
|
510
515
|
"typeGuardParamCount": "User-defined type guard functions and methods must have at least one input parameter",
|
@@ -514,16 +519,16 @@
|
|
514
519
|
"typeNotIterable": "\"{type}\" is not iterable",
|
515
520
|
"typeNotSpecializable": "Could not specialize type \"{type}\"",
|
516
521
|
"typeNotSubscriptable": "Object of type \"{type}\" is not subscriptable",
|
517
|
-
"typeNotUsableWith": "Object of type \"{type}\" cannot be used with \"with\" because it does not implement {method}",
|
518
522
|
"typeNotSupportBinaryOperator": "Operator \"{operator}\" not supported for types \"{leftType}\" and \"{rightType}\"",
|
519
523
|
"typeNotSupportBinaryOperatorBidirectional": "Operator \"{operator}\" not supported for types \"{leftType}\" and \"{rightType}\" when expected type is \"{expectedType}\"",
|
520
524
|
"typeNotSupportUnaryOperator": "Operator \"{operator}\" not supported for type \"{type}\"",
|
521
525
|
"typeNotSupportUnaryOperatorBidirectional": "Operator \"{operator}\" not supported for type \"{type}\" when expected type is \"{expectedType}\"",
|
526
|
+
"typeNotUsableWith": "Object of type \"{type}\" cannot be used with \"with\" because it does not implement {method}",
|
522
527
|
"typeParameterBoundNotAllowed": "Bound or constraint cannot be used with a variadic type parameter or ParamSpec",
|
523
528
|
"typeParameterConstraintTuple": "Type parameter constraint must be a tuple of two or more types",
|
524
529
|
"typeParameterExistingTypeParameter": "Type parameter \"{name}\" is already in use",
|
525
|
-
"typeParametersMissing": "At least one type parameter must be specified",
|
526
530
|
"typeParameterNotDeclared": "Type parameter \"{name}\" is not included in the type parameter list for \"{container}\"",
|
531
|
+
"typeParametersMissing": "At least one type parameter must be specified",
|
527
532
|
"typePartiallyUnknown": "Type of \"{name}\" is partially unknown",
|
528
533
|
"typeUnknown": "Type of \"{name}\" is unknown",
|
529
534
|
"typeVarAssignedName": "TypeVar must be assigned to a variable named \"{name}\"",
|
@@ -542,11 +547,10 @@
|
|
542
547
|
"typeVarNotUsedByOuterScope": "Type variable \"{name}\" has no meaning in this context",
|
543
548
|
"typeVarPossiblyUnsolvable": "Type variable \"{name}\" may go unsolved if caller supplies no argument for parameter \"{param}\"",
|
544
549
|
"typeVarSingleConstraint": "TypeVar must have at least two constrained types",
|
545
|
-
"
|
550
|
+
"typeVarTupleConstraints": "TypeVarTuple cannot have value constraints",
|
546
551
|
"typeVarTupleContext": "TypeVarTuple is not allowed in this context",
|
547
552
|
"typeVarTupleDefaultNotUnpacked": "TypeVarTuple default type must be an unpacked tuple or TypeVarTuple",
|
548
553
|
"typeVarTupleMustBeUnpacked": "Unpack operator is required for TypeVarTuple value",
|
549
|
-
"typeVarTupleConstraints": "TypeVarTuple cannot have value constraints",
|
550
554
|
"typeVarTupleUnknownParam": "\"{name}\" is unknown parameter to TypeVarTuple",
|
551
555
|
"typeVarUnknownParam": "\"{name}\" is unknown parameter to TypeVar",
|
552
556
|
"typeVarUsedByOuterScope": "TypeVar \"{name}\" is already in use by an outer scope",
|
@@ -554,6 +558,28 @@
|
|
554
558
|
"typeVarVariance": "TypeVar cannot be both covariant and contravariant",
|
555
559
|
"typeVarWithDefaultFollowsVariadic": "TypeVar \"{typeVarName}\" has a default value and cannot follow TypeVarTuple \"{variadicName}\"",
|
556
560
|
"typeVarWithoutDefault": "\"{name}\" cannot appear after \"{other}\" in type parameter list because it has no default type",
|
561
|
+
"typeVarsNotInGenericOrProtocol": "Generic[] or Protocol[] must include all type variables",
|
562
|
+
"typedDictAccess": "Could not access item in TypedDict",
|
563
|
+
"typedDictAssignedName": "TypedDict must be assigned to a variable named \"{name}\"",
|
564
|
+
"typedDictBadVar": "TypedDict classes can contain only type annotations",
|
565
|
+
"typedDictBaseClass": "All base classes for TypedDict classes must also be TypedDict classes",
|
566
|
+
"typedDictBoolParam": "Expected \"{name}\" parameter to have a value of True or False",
|
567
|
+
"typedDictClosedExtras": "Base class \"{name}\" is a closed TypedDict; extra items must be type \"{type}\"",
|
568
|
+
"typedDictClosedNoExtras": "Base class \"{name}\" is a closed TypedDict; extra items are not allowed",
|
569
|
+
"typedDictDelete": "Could not delete item in TypedDict",
|
570
|
+
"typedDictEmptyName": "Names within a TypedDict cannot be empty",
|
571
|
+
"typedDictEntryName": "Expected string literal for dictionary entry name",
|
572
|
+
"typedDictEntryUnique": "Names within a dictionary must be unique",
|
573
|
+
"typedDictExtraArgs": "Extra TypedDict arguments not supported",
|
574
|
+
"typedDictFieldNotRequiredRedefinition": "TypedDict item \"{name}\" cannot be redefined as NotRequired",
|
575
|
+
"typedDictFieldReadOnlyRedefinition": "TypedDict item \"{name}\" cannot be redefined as ReadOnly",
|
576
|
+
"typedDictFieldRequiredRedefinition": "TypedDict item \"{name}\" cannot be redefined as Required",
|
577
|
+
"typedDictFirstArg": "Expected TypedDict class name as first argument",
|
578
|
+
"typedDictInitsubclassParameter": "TypedDict does not support __init_subclass__ parameter \"{name}\"",
|
579
|
+
"typedDictNotAllowed": "\"TypedDict\" cannot be used in this context",
|
580
|
+
"typedDictSecondArgDict": "Expected dict or keyword parameter as second parameter",
|
581
|
+
"typedDictSecondArgDictEntry": "Expected simple dictionary entry",
|
582
|
+
"typedDictSet": "Could not assign item in TypedDict",
|
557
583
|
"unaccessedClass": "Class \"{name}\" is not accessed",
|
558
584
|
"unaccessedFunction": "Function \"{name}\" is not accessed",
|
559
585
|
"unaccessedImport": "Import \"{name}\" is not accessed",
|
@@ -567,11 +593,11 @@
|
|
567
593
|
"unexpectedUnindent": "Unindent not expected",
|
568
594
|
"unhashableDictKey": "Dictionary key must be hashable",
|
569
595
|
"unhashableSetEntry": "Set entry must be hashable",
|
596
|
+
"uninitializedAbstractVariables": "Variables defined in abstract base class are not initialized in final class \"{classType}\"",
|
597
|
+
"uninitializedInstanceVariable": "Instance variable \"{name}\" is not initialized in the class body or __init__ method",
|
570
598
|
"unionForwardReferenceNotAllowed": "Union syntax cannot be used with string operand; use quotes around entire expression",
|
571
599
|
"unionSyntaxIllegal": "Alternative syntax for unions requires Python 3.10 or newer",
|
572
600
|
"unionTypeArgCount": "Union requires two or more type arguments",
|
573
|
-
"uninitializedAbstractVariables": "Variables defined in abstract base class are not initialized in final class \"{classType}\"",
|
574
|
-
"uninitializedInstanceVariable": "Instance variable \"{name}\" is not initialized in the class body or __init__ method",
|
575
601
|
"unionUnpackedTuple": "Union cannot include an unpacked tuple",
|
576
602
|
"unionUnpackedTypeVarTuple": "Union cannot include an unpacked TypeVarTuple",
|
577
603
|
"unnecessaryCast": "Unnecessary \"cast\" call; type is already \"{type}\"",
|
@@ -581,15 +607,8 @@
|
|
581
607
|
"unnecessaryPyrightIgnoreRule": "Unnecessary \"# pyright: ignore\" rule: \"{name}\"",
|
582
608
|
"unnecessaryTypeIgnore": "Unnecessary \"# type: ignore\" comment",
|
583
609
|
"unpackArgCount": "Expected a single type argument after \"Unpack\"",
|
584
|
-
"unpackedArgInTypeArgument": "Unpacked arguments cannot be used in this context",
|
585
|
-
"unpackedArgWithVariadicParam": "Unpacked argument cannot be used for TypeVarTuple parameter",
|
586
|
-
"unpackedDictArgumentNotMapping": "Argument expression after ** must be a mapping with a \"str\" key type",
|
587
|
-
"unpackedDictSubscriptIllegal": "Dictionary unpack operator in subscript is not allowed",
|
588
|
-
"unpackedSubscriptIllegal": "Unpack operator in subscript requires Python 3.11 or newer",
|
589
|
-
"unpackedTypedDictArgument": "Unable to match unpacked TypedDict argument to parameters",
|
590
|
-
"unpackedTypeVarTupleExpected": "Expected unpacked TypeVarTuple; use Unpack[{name1}] or *{name2}",
|
591
|
-
"unpackExpectedTypedDict": "Expected TypedDict type argument for Unpack",
|
592
610
|
"unpackExpectedTypeVarTuple": "Expected TypeVarTuple or tuple as type argument for Unpack",
|
611
|
+
"unpackExpectedTypedDict": "Expected TypedDict type argument for Unpack",
|
593
612
|
"unpackIllegalInComprehension": "Unpack operation not allowed in comprehension",
|
594
613
|
"unpackInAnnotation": "Unpack operator not allowed in type annotation",
|
595
614
|
"unpackInDict": "Unpack operation not allowed in dictionaries",
|
@@ -597,6 +616,13 @@
|
|
597
616
|
"unpackNotAllowed": "Unpack is not allowed in this context",
|
598
617
|
"unpackOperatorNotAllowed": "Unpack operation is not allowed in this context",
|
599
618
|
"unpackTuplesIllegal": "Unpack operation not allowed in tuples prior to Python 3.8",
|
619
|
+
"unpackedArgInTypeArgument": "Unpacked arguments cannot be used in this context",
|
620
|
+
"unpackedArgWithVariadicParam": "Unpacked argument cannot be used for TypeVarTuple parameter",
|
621
|
+
"unpackedDictArgumentNotMapping": "Argument expression after ** must be a mapping with a \"str\" key type",
|
622
|
+
"unpackedDictSubscriptIllegal": "Dictionary unpack operator in subscript is not allowed",
|
623
|
+
"unpackedSubscriptIllegal": "Unpack operator in subscript requires Python 3.11 or newer",
|
624
|
+
"unpackedTypeVarTupleExpected": "Expected unpacked TypeVarTuple; use Unpack[{name1}] or *{name2}",
|
625
|
+
"unpackedTypedDictArgument": "Unable to match unpacked TypedDict argument to parameters",
|
600
626
|
"unreachableCode": "Code is unreachable",
|
601
627
|
"unreachableCodeType": "Type analysis indicates code is unreachable",
|
602
628
|
"unreachableExcept": "Except clause is unreachable because exception is already handled",
|
@@ -612,9 +638,9 @@
|
|
612
638
|
"walrusIllegal": "Operator \":=\" requires Python 3.8 or newer",
|
613
639
|
"walrusNotAllowed": "Operator \":=\" is not allowed in this context without surrounding parentheses",
|
614
640
|
"wildcardInFunction": "Wildcard import not allowed within a class or function",
|
615
|
-
"wildcardPatternTypeUnknown": "Type captured by wildcard pattern is unknown",
|
616
|
-
"wildcardPatternTypePartiallyUnknown": "Type captured by wildcard pattern is partially unknown",
|
617
641
|
"wildcardLibraryImport": "Wildcard import from a library not allowed",
|
642
|
+
"wildcardPatternTypePartiallyUnknown": "Type captured by wildcard pattern is partially unknown",
|
643
|
+
"wildcardPatternTypeUnknown": "Type captured by wildcard pattern is unknown",
|
618
644
|
"yieldFromIllegal": "Use of \"yield from\" requires Python 3.3 or newer",
|
619
645
|
"yieldFromOutsideAsync": "\"yield from\" not allowed in an async function",
|
620
646
|
"yieldOutsideFunction": "\"yield\" not allowed outside of a function or lambda",
|
@@ -639,10 +665,10 @@
|
|
639
665
|
"bytesTypePromotions": "Set disableBytesTypePromotions to false to enable type promotion behavior for \"bytearray\" and \"memoryview\"",
|
640
666
|
"conditionalRequiresBool": "Method __bool__ for type \"{operandType}\" returns type \"{boolReturnType}\" rather than \"bool\"",
|
641
667
|
"dataClassFieldLocation": "Field declaration",
|
668
|
+
"dataClassFrozen": "\"{name}\" is frozen",
|
642
669
|
"dataProtocolUnsupported": "\"{name}\" is a data protocol",
|
643
670
|
"descriptorAccessBindingFailed": "Failed to bind method \"{name}\" for descriptor class \"{className}\"",
|
644
671
|
"descriptorAccessCallFailed": "Failed to call method \"{name}\" for descriptor class \"{className}\"",
|
645
|
-
"dataClassFrozen": "\"{name}\" is frozen",
|
646
672
|
"finalMethod": "Final method",
|
647
673
|
"functionParamDefaultMissing": "Parameter \"{name}\" is missing default argument",
|
648
674
|
"functionParamName": "Parameter name mismatch: \"{destName}\" versus \"{srcName}\"",
|
@@ -651,43 +677,43 @@
|
|
651
677
|
"functionTooFewParams": "Function accepts too few positional parameters; expected {expected} but received {received}",
|
652
678
|
"functionTooManyParams": "Function accepts too many positional parameters; expected {expected} but received {received}",
|
653
679
|
"genericClassNotAllowed": "Generic type with type arguments not allowed for instance or class checks",
|
654
|
-
"
|
655
|
-
"keyReadOnly": "\"{name}\" is a read-only key in \"{type}\"",
|
656
|
-
"keyRequiredDeleted": "\"{name}\" is a required key and cannot be deleted",
|
657
|
-
"keyUndefined": "\"{name}\" is not a defined key in \"{type}\"",
|
680
|
+
"incompatibleDeleter": "Property deleter method is incompatible",
|
658
681
|
"incompatibleGetter": "Property getter method is incompatible",
|
659
682
|
"incompatibleSetter": "Property setter method is incompatible",
|
660
683
|
"initMethodLocation": "The __init__ method is defined in class \"{type}\"",
|
661
|
-
"incompatibleDeleter": "Property deleter method is incompatible",
|
662
684
|
"initMethodSignature": "Signature of __init__ is \"{type}\"",
|
663
685
|
"initSubclassLocation": "The __init_subclass__ method is defined in class \"{name}\"",
|
664
686
|
"invariantSuggestionDict": "Consider switching from \"dict\" to \"Mapping\" which is covariant in the value type",
|
665
687
|
"invariantSuggestionList": "Consider switching from \"list\" to \"Sequence\" which is covariant",
|
666
688
|
"invariantSuggestionSet": "Consider switching from \"set\" to \"Container\" which is covariant",
|
667
689
|
"isinstanceClassNotSupported": "\"{type}\" is not supported for instance and class checks",
|
690
|
+
"keyNotRequired": "\"{name}\" is not a required key in \"{type}\", so access may result in runtime exception",
|
691
|
+
"keyReadOnly": "\"{name}\" is a read-only key in \"{type}\"",
|
692
|
+
"keyRequiredDeleted": "\"{name}\" is a required key and cannot be deleted",
|
693
|
+
"keyUndefined": "\"{name}\" is not a defined key in \"{type}\"",
|
668
694
|
"kwargsParamMissing": "Parameter \"**{paramName}\" has no corresponding parameter",
|
669
695
|
"listAssignmentMismatch": "Type \"{type}\" is incompatible with target list",
|
670
696
|
"literalAssignmentMismatch": "\"{sourceType}\" is incompatible with type \"{destType}\"",
|
671
|
-
"matchIsNotExhaustiveType": "Unhandled type: \"{type}\"",
|
672
697
|
"matchIsNotExhaustiveHint": "If exhaustive handling is not intended, add \"case _: pass\"",
|
673
|
-
"
|
698
|
+
"matchIsNotExhaustiveType": "Unhandled type: \"{type}\"",
|
674
699
|
"memberAssignment": "Expression of type \"{type}\" cannot be assigned to attribute \"{name}\" of class \"{classType}\"",
|
675
700
|
"memberIsAbstract": "\"{type}.{name}\" is not implemented",
|
676
701
|
"memberIsAbstractMore": "and {count} more...",
|
677
702
|
"memberIsClassVarInProtocol": "\"{name}\" is defined as a ClassVar in protocol",
|
678
|
-
"memberIsFinalInProtocol": "\"{name}\" is marked Final in protocol",
|
679
703
|
"memberIsInitVar": "\"{name}\" is an init-only field",
|
680
704
|
"memberIsInvariant": "\"{name}\" is invariant because it is mutable",
|
681
705
|
"memberIsNotClassVarInClass": "\"{name}\" must be defined as a ClassVar to be compatible with protocol",
|
682
706
|
"memberIsNotClassVarInProtocol": "\"{name}\" is not defined as a ClassVar in protocol",
|
683
|
-
"
|
707
|
+
"memberIsNotReadOnlyInProtocol": "\"{name}\" is not read-only in protocol",
|
708
|
+
"memberIsReadOnlyInProtocol": "\"{name}\" is read-only in protocol",
|
684
709
|
"memberIsWritableInProtocol": "\"{name}\" is writable in protocol",
|
710
|
+
"memberSetClassVar": "Attribute \"{name}\" cannot be assigned through a class instance because it is a ClassVar",
|
685
711
|
"memberTypeMismatch": "\"{name}\" is an incompatible type",
|
686
712
|
"memberUnknown": "Attribute \"{name}\" is unknown",
|
687
713
|
"metaclassConflict": "Metaclass \"{metaclass1}\" conflicts with \"{metaclass2}\"",
|
714
|
+
"missingDeleter": "Property deleter method is missing",
|
688
715
|
"missingGetter": "Property getter method is missing",
|
689
716
|
"missingSetter": "Property setter method is missing",
|
690
|
-
"missingDeleter": "Property deleter method is missing",
|
691
717
|
"namedParamMissingInDest": "Extra parameter \"{name}\"",
|
692
718
|
"namedParamMissingInSource": "Missing keyword parameter \"{name}\"",
|
693
719
|
"namedParamTypeMismatch": "Keyword parameter \"{name}\" of type \"{sourceType}\" is incompatible with type \"{destType}\"",
|
@@ -695,16 +721,16 @@
|
|
695
721
|
"newMethodLocation": "The __new__ method is defined in class \"{type}\"",
|
696
722
|
"newMethodSignature": "Signature of __new__ is \"{type}\"",
|
697
723
|
"newTypeClassNotAllowed": "Class created with NewType cannot be used with instance and class checks",
|
698
|
-
"noneNotAllowed": "None cannot be used for instance or class checks",
|
699
724
|
"noOverloadAssignable": "No overloaded function matches type \"{type}\"",
|
725
|
+
"noneNotAllowed": "None cannot be used for instance or class checks",
|
700
726
|
"orPatternMissingName": "Missing names: {name}",
|
701
727
|
"overloadIndex": "Overload {index} is the closest match",
|
702
|
-
"overloadSignature": "Overload signature is defined here",
|
703
728
|
"overloadNotAssignable": "One or more overloads of \"{name}\" is not assignable",
|
729
|
+
"overloadSignature": "Overload signature is defined here",
|
704
730
|
"overriddenMethod": "Overridden method",
|
705
731
|
"overriddenSymbol": "Overridden symbol",
|
706
|
-
"overrideIsInvariant": "Variable is mutable so its type is invariant",
|
707
732
|
"overrideInvariantMismatch": "Override type \"{overrideType}\" is not the same as base type \"{baseType}\"",
|
733
|
+
"overrideIsInvariant": "Variable is mutable so its type is invariant",
|
708
734
|
"overrideNoOverloadMatches": "No overload signature in override is compatible with base method",
|
709
735
|
"overrideNotClassMethod": "Base method is declared as a classmethod but override is not",
|
710
736
|
"overrideNotInstanceMethod": "Base method is declared as an instance method but override is not",
|
@@ -738,15 +764,15 @@
|
|
738
764
|
"protocolUnsafeOverlap": "Attributes of \"{name}\" have the same names as the protocol",
|
739
765
|
"pyrightCommentIgnoreTip": "Use \"# pyright: ignore[<diagnostic rules>] to suppress diagnostics for a single line",
|
740
766
|
"readOnlyAttribute": "Attribute \"{name}\" is read-only",
|
741
|
-
"seeDeclaration": "See declaration",
|
742
767
|
"seeClassDeclaration": "See class declaration",
|
768
|
+
"seeDeclaration": "See declaration",
|
743
769
|
"seeFunctionDeclaration": "See function declaration",
|
744
770
|
"seeMethodDeclaration": "See method declaration",
|
745
771
|
"seeParameterDeclaration": "See parameter declaration",
|
746
772
|
"seeTypeAliasDeclaration": "See type alias declaration",
|
747
773
|
"seeVariableDeclaration": "See variable declaration",
|
748
|
-
"tupleEntryTypeMismatch": "Tuple entry {entry} is incorrect type",
|
749
774
|
"tupleAssignmentMismatch": "Type \"{type}\" is incompatible with target tuple",
|
775
|
+
"tupleEntryTypeMismatch": "Tuple entry {entry} is incorrect type",
|
750
776
|
"tupleSizeIndeterminateSrc": "Tuple size mismatch; expected {expected} but received indeterminate",
|
751
777
|
"tupleSizeIndeterminateSrcDest": "Tuple size mismatch; expected {expected} or more but received indeterminate",
|
752
778
|
"tupleSizeMismatch": "Tuple size mismatch; expected {expected} but received {received}",
|
@@ -755,37 +781,37 @@
|
|
755
781
|
"typeAssignmentMismatch": "Type \"{sourceType}\" is incompatible with type \"{destType}\"",
|
756
782
|
"typeBound": "Type \"{sourceType}\" is incompatible with bound type \"{destType}\" for type variable \"{name}\"",
|
757
783
|
"typeConstrainedTypeVar": "Type \"{type}\" is incompatible with constrained type variable \"{name}\"",
|
758
|
-
"typedDictBaseClass": "Class \"{type}\" is not a TypedDict",
|
759
|
-
"typedDictClassNotAllowed": "TypedDict class not allowed for instance or class checks",
|
760
|
-
"typedDictExtraFieldNotAllowed": "\"{name}\" is not present in \"{type}\"",
|
761
|
-
"typedDictExtraFieldTypeMismatch": "Type of \"{name}\" is incompatible with type of \"__extra_items__\" in \"{type}\"",
|
762
|
-
"typedDictFieldMissing": "\"{name}\" is missing from \"{type}\"",
|
763
|
-
"typedDictClosedExtraNotAllowed": "Cannot add item \"{name}\"",
|
764
|
-
"typedDictClosedExtraTypeMismatch": "Cannot add item \"{name}\" with type \"{type}\"",
|
765
|
-
"typedDictClosedFieldNotRequired": "Cannot add item \"{name}\" because it must be NotRequired",
|
766
|
-
"typedDictFieldNotReadOnly": "\"{name}\" is not read-only in \"{type}\"",
|
767
|
-
"typedDictFieldNotRequired": "\"{name}\" is not required in \"{type}\"",
|
768
|
-
"typedDictFieldRequired": "\"{name}\" is required in \"{type}\"",
|
769
|
-
"typedDictFieldTypeMismatch": "Type \"{type}\" is not assignable to item \"{name}\"",
|
770
|
-
"typedDictFieldUndefined": "\"{name}\" is an undefined item in type \"{type}\"",
|
771
|
-
"typedDictFinalMismatch": "\"{sourceType}\" is incompatible with \"{destType}\" because of a @final mismatch",
|
772
|
-
"typedDictKeyAccess": "Use [\"{name}\"] to reference item in TypedDict",
|
773
|
-
"typedDictNotAllowed": "TypedDict cannot be used for instance or class checks",
|
774
784
|
"typeIncompatible": "\"{sourceType}\" is incompatible with \"{destType}\"",
|
775
785
|
"typeNotClass": "\"{type}\" is not a class",
|
776
|
-
"typeParamSpec": "Type \"{type}\" is incompatible with ParamSpec \"{name}\"",
|
777
786
|
"typeNotStringLiteral": "\"{type}\" is not a string literal",
|
778
787
|
"typeOfSymbol": "Type of \"{name}\" is \"{type}\"",
|
788
|
+
"typeParamSpec": "Type \"{type}\" is incompatible with ParamSpec \"{name}\"",
|
779
789
|
"typeUnsupported": "Type \"{type}\" is unsupported",
|
780
790
|
"typeVarDefaultOutOfScope": "Type variable \"{name}\" is not in scope",
|
781
791
|
"typeVarIsContravariant": "Type parameter \"{name}\" is contravariant, but \"{sourceType}\" is not a supertype of \"{destType}\"",
|
782
792
|
"typeVarIsCovariant": "Type parameter \"{name}\" is covariant, but \"{sourceType}\" is not a subtype of \"{destType}\"",
|
783
793
|
"typeVarIsInvariant": "Type parameter \"{name}\" is invariant, but \"{sourceType}\" is not the same as \"{destType}\"",
|
784
794
|
"typeVarNotAllowed": "TypeVar not allowed for instance or class checks",
|
795
|
+
"typeVarTupleRequiresKnownLength": "TypeVarTuple cannot be bound to a tuple of unknown length",
|
785
796
|
"typeVarUnnecessarySuggestion": "Use {type} instead",
|
786
797
|
"typeVarUnsolvableRemedy": "Provide an overload that specifies the return type when the argument is not supplied",
|
787
798
|
"typeVarsMissing": "Missing type variables: {names}",
|
788
|
-
"
|
799
|
+
"typedDictBaseClass": "Class \"{type}\" is not a TypedDict",
|
800
|
+
"typedDictClassNotAllowed": "TypedDict class not allowed for instance or class checks",
|
801
|
+
"typedDictClosedExtraNotAllowed": "Cannot add item \"{name}\"",
|
802
|
+
"typedDictClosedExtraTypeMismatch": "Cannot add item \"{name}\" with type \"{type}\"",
|
803
|
+
"typedDictClosedFieldNotRequired": "Cannot add item \"{name}\" because it must be NotRequired",
|
804
|
+
"typedDictExtraFieldNotAllowed": "\"{name}\" is not present in \"{type}\"",
|
805
|
+
"typedDictExtraFieldTypeMismatch": "Type of \"{name}\" is incompatible with type of \"__extra_items__\" in \"{type}\"",
|
806
|
+
"typedDictFieldMissing": "\"{name}\" is missing from \"{type}\"",
|
807
|
+
"typedDictFieldNotReadOnly": "\"{name}\" is not read-only in \"{type}\"",
|
808
|
+
"typedDictFieldNotRequired": "\"{name}\" is not required in \"{type}\"",
|
809
|
+
"typedDictFieldRequired": "\"{name}\" is required in \"{type}\"",
|
810
|
+
"typedDictFieldTypeMismatch": "Type \"{type}\" is not assignable to item \"{name}\"",
|
811
|
+
"typedDictFieldUndefined": "\"{name}\" is an undefined item in type \"{type}\"",
|
812
|
+
"typedDictFinalMismatch": "\"{sourceType}\" is incompatible with \"{destType}\" because of a @final mismatch",
|
813
|
+
"typedDictKeyAccess": "Use [\"{name}\"] to reference item in TypedDict",
|
814
|
+
"typedDictNotAllowed": "TypedDict cannot be used for instance or class checks",
|
789
815
|
"unhashableType": "Type \"{type}\" is not hashable",
|
790
816
|
"uninitializedAbstractVariable": "Instance variable \"{name}\" is defined in abstract base class \"{classType}\" but not initialized",
|
791
817
|
"unreachableExcept": "\"{exceptionType}\" is a subclass of \"{parentType}\"",
|
@@ -796,20 +822,6 @@
|
|
796
822
|
"varianceMismatchForClass": "Variance of type argument \"{typeVarName}\" is incompatible with base class \"{className}\"",
|
797
823
|
"varianceMismatchForTypeAlias": "Variance of type argument \"{typeVarName}\" is incompatible with \"{typeAliasParam}\""
|
798
824
|
},
|
799
|
-
"CodeAction": {
|
800
|
-
"createTypeStub": "Create Type Stub",
|
801
|
-
"createTypeStubFor": "Create Type Stub For \"{moduleName}\"",
|
802
|
-
"executingCommand": "Executing command",
|
803
|
-
"filesToAnalyzeOne": "1 file to analyze",
|
804
|
-
"filesToAnalyzeCount": "{count} files to analyze",
|
805
|
-
"findingReferences": "Finding references",
|
806
|
-
"organizeImports": "Organize Imports",
|
807
|
-
"renameShadowedFile": "Rename \"{oldFile}\" to \"{newFile}\""
|
808
|
-
},
|
809
|
-
"Completion": {
|
810
|
-
"autoImportDetail": "Auto-import",
|
811
|
-
"indexValueDetail": "Index value"
|
812
|
-
},
|
813
825
|
"Service": {
|
814
826
|
"longOperation": "Enumeration of workspace source files is taking a long time. Consider opening a sub-folder instead. [Learn more](https://aka.ms/workspace-too-many-files)"
|
815
827
|
}
|