Move code to a new module documentRegistry.ts

This commit is contained in:
Andy Hanson
2016-09-08 11:54:46 -07:00
parent b5d2707f72
commit 15e01f02be
5 changed files with 243 additions and 239 deletions

View File

@@ -126,6 +126,7 @@ var servicesSources = [
"classifier.ts",
"completions.ts",
"documentHighlights.ts",
"documentRegistry.ts",
"findAllReferences.ts",
"goToDefinition.ts",
"jsDoc.ts",