TypeScript/tests/cases/fourslash/server
Andrew Branch 304fcee09b
Updated: Only auto-import from package.json (#32517)
* Move package.json related utils to utilities

* Add failing test

* Make first test pass

* Don’t filter when there’s no package.json, fix scoped package imports

* Use type acquisition as a heuristic for whether a JS project is using node core

* Make same fix in getCompletionDetails

* Fix re-exporting

* Change JS node core module heuristic to same-file utilization

* Remove unused method

* Remove other unused method

* Remove unused triple-slash ref

* Update comment

* Refactor findAlias to forEachAlias to reduce iterations

* Really fix re-exporting

* Use getModuleSpecifier instead of custom hack

* Fix offering auto imports to paths within node modules

* Rename things and make comments better

* Add another reexport test

* Inline `symbolHasBeenSeen`

* Simplify forEachAlias to findAlias

* Add note that symbols is mutated

* Symbol order doesn’t matter here

* Style nits

* Add test with nested package.jsons

* Fix and add tests for export * re-exports

* Don’t fail when alias isn’t found

* Make some easy optimizations

* Clean up memoization when done

* Remove unnecessary semicolon

* Make getSymbolsFromOtherSourceFileExports pure

* Cache auto imports

* Revert "Cache auto imports"

This reverts commit 8ea4829587.

* Handle merged symbols through cache

* Be safer with symbol declarations, add logging

* Improve cache invalidation for imports and exports

* Check symbol presence first

* Only run cache invalidation logic if there’s something to clear

* Consolidate cache invalidation logic

* Fix reuseProgramStructure test

* Add more logging

* Only clear cache if symbols are different

* Refactor ambient module handling

* Start caching package.json stuff

* Support package.json searching in fourslash

* Move import suggestions cache to Project

* Start making more module specifier work available without having the importing file

* Going to backtrack some from here

* Get rid of dumb cache, fix node core modules stuff

* Start determining changes to a file have invalidated its own auto imports

* Move package.json related utils to utilities

* Add failing test

* Make first test pass

* Don’t filter when there’s no package.json, fix scoped package imports

* Use type acquisition as a heuristic for whether a JS project is using node core

* Make same fix in getCompletionDetails

* Fix re-exporting

* Change JS node core module heuristic to same-file utilization

* Remove unused method

* Remove other unused method

* Remove unused triple-slash ref

* Update comment

* Refactor findAlias to forEachAlias to reduce iterations

* Really fix re-exporting

* Use getModuleSpecifier instead of custom hack

* Fix offering auto imports to paths within node modules

* Rename things and make comments better

* Add another reexport test

* Inline `symbolHasBeenSeen`

* Simplify forEachAlias to findAlias

* Add note that symbols is mutated

* Symbol order doesn’t matter here

* Style nits

* Add test with nested package.jsons

* Fix and add tests for export * re-exports

* Don’t fail when alias isn’t found

* Make some easy optimizations

* Clean up memoization when done

* Remove unnecessary semicolon

* Make getSymbolsFromOtherSourceFileExports pure

* Cache auto imports

* Revert "Cache auto imports"

This reverts commit 8ea4829587.

* Handle merged symbols through cache

* Be safer with symbol declarations, add logging

* Improve cache invalidation for imports and exports

* Check symbol presence first

* Only run cache invalidation logic if there’s something to clear

* Consolidate cache invalidation logic

* Fix reuseProgramStructure test

* Add more logging

* Only clear cache if symbols are different

* Refactor ambient module handling

* Finish(?) sourceFileHasChangedOwnImportSuggestions

* Make package.json info model better

* Fix misplaced paren

* Use file structure cache for package.json detection when possible

* Revert unnecessary changes in moduleSpecifiers

* Revert more unnecessary changes

* Don’t watch package.jsons inside node_modules, fix tests

* Work around declaration emit bug

* Sync submodules?

* Delete unused type

* Add server cache tests

* Fix server fourslash editing

* Fix packageJsonInfo tests

* Add node core modules cache test and fix more fourslash

* Clean up symlink caching

* Improve logging

* Function name doesn’t make any sense anymore

* Move symlinks cache to host

* Fix markFileAsDirty from ScriptInfo

* Mark new Project members internal

* Use Path instead of fileName

* Rename AutoImportSuggestionsCache

* Improve WatchType description

* Remove entries() from packageJsonCache

* Fix path/fileName bug

* Also cache symlinks on Program for benefit of d.ts emit

* Let language service use Program’s symlink cache
2019-09-27 13:38:31 -07:00
..
brace01.ts
completionEntryDetailAcrossFiles01.ts
completionEntryDetailAcrossFiles02.ts
completions01.ts
completions02.ts
completions03.ts
configurePlugin.ts
convertFunctionToEs6Class-server.ts
declarationMapGoToDefinition.ts
declarationMapsEnableMapping_NoInline.ts
declarationMapsEnableMapping_NoInlineSources.ts
declarationMapsGeneratedMapsEnableMapping.ts
declarationMapsGeneratedMapsEnableMapping2.ts
declarationMapsGeneratedMapsEnableMapping3.ts
declarationMapsGoToDefinitionRelativeSourceRoot.ts
declarationMapsGoToDefinitionSameNameDifferentDirectory.ts
declarationMapsOutOfDateMapping.ts
definition01.ts
documentHighlights01.ts
documentHighlights02.ts
documentHighlightsTypeParameterInHeritageClause01.ts
findAllRefsForStringLiteralTypes.ts
format01.ts
formatBracketInSwitchCase.ts
formatOnEnter.ts
formatonkey01.ts
formatSpaceBetweenFunctionAndArrayIndex.ts
getJavaScriptSyntacticDiagnostics01.ts
getJavaScriptSyntacticDiagnostics02.ts
getOutliningSpansForComments.ts
getOutliningSpansForRegions.ts
getOutliningSpansForRegionsNoSingleLineFolds.ts
goToImplementation_inDifferentFiles.ts
implementation01.ts
importSuggestionsCache_ambient.ts Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
importSuggestionsCache_coreNodeModules.ts Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
importSuggestionsCache_moduleAugmentation.ts Updated: Only auto-import from package.json (#32517) 2019-09-27 13:38:31 -07:00
jsdocCallbackTag.ts Use only immediately preceding JSDoc 2019-06-29 08:05:10 -07:00
jsdocCallbackTagNavigateTo.ts
jsdocCallbackTagRename01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
jsdocParamTagSpecialKeywords.ts
jsdocTypedefTag.ts
jsdocTypedefTag1.ts
jsdocTypedefTag2.ts
jsdocTypedefTagGoToDefinition.ts
jsdocTypedefTagNamespace.ts
jsdocTypedefTagNavigateTo.ts
jsdocTypedefTagRename01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
jsdocTypedefTagRename02.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
jsdocTypedefTagRename03.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
jsdocTypedefTagRename04.ts
navbar01.ts
navto01.ts
ngProxy1.ts
ngProxy2.ts
ngProxy3.ts
ngProxy4.ts
occurrences01.ts
occurrences02.ts
openFile.ts
openFileWithSyntaxKind.ts
projectInfo01.ts
projectInfo02.ts
projectWithNonExistentFiles.ts
quickinfo01.ts
references01.ts
referencesInConfiguredProject.ts
rename01.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
renameInConfiguredProject.ts Rename to use contextSpan 2019-06-13 12:41:21 -07:00
signatureHelp01.ts
tsxIncrementalServer.ts
typedefinition01.ts
typeReferenceOnServer.ts