Skip to content

Commit 1778f7a

Browse files
committed
minor : rebuild with self 🌹
1 parent b73abed commit 1778f7a

File tree

3 files changed

+5
-102
lines changed

3 files changed

+5
-102
lines changed

lib/globals.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
/// <reference path="./typings/bluebird.d.ts"/>
55
/// <reference path="./typings/codemirror.d.ts"/>
66
/// <reference path="./typings/brackets.d.ts"/>
7-
/// <reference path="./typings/minimatch.d.ts"/>
87
/// <reference path="./typings/mustache.d.ts"/>
98

109
/// <reference path="../views/views.d.ts"/>

lib/tsconfig.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
"./main/atom/views/plainMessageView.ts",
5454
"./main/atom/views/projectSymbolsView.ts",
5555
"./main/atom/views/renameView.ts",
56+
"./main/atom/views/rView.tsx",
57+
"./main/atom/views/semanticView.tsx",
5658
"./main/atom/views/semanticViewGlobals.d.ts",
5759
"./main/atom/views/simpleOverlaySelectionView.ts",
5860
"./main/atom/views/simpleSelectionView.ts",
@@ -65,20 +67,20 @@
6567
"./main/lang/core/project.ts",
6668
"./main/lang/fixmyts/astUtils.ts",
6769
"./main/lang/fixmyts/quickFix.ts",
68-
"./main/lang/fixmyts/quickFixRegistry.ts",
6970
"./main/lang/fixmyts/quickFixes/addClassMember.ts",
7071
"./main/lang/fixmyts/quickFixes/addClassMethod.ts",
7172
"./main/lang/fixmyts/quickFixes/addImportStatement.ts",
7273
"./main/lang/fixmyts/quickFixes/equalsToEquals.ts",
7374
"./main/lang/fixmyts/quickFixes/extractVariable.ts",
7475
"./main/lang/fixmyts/quickFixes/implementInterface.ts",
75-
"./main/lang/fixmyts/quickFixes/quoteToTemplate.ts",
7676
"./main/lang/fixmyts/quickFixes/quotesToQuotes.ts",
77+
"./main/lang/fixmyts/quickFixes/quoteToTemplate.ts",
7778
"./main/lang/fixmyts/quickFixes/singleLineCommentToJsdoc.ts",
7879
"./main/lang/fixmyts/quickFixes/stringConcatToTemplate.ts",
7980
"./main/lang/fixmyts/quickFixes/typeAssertPropertyAccessToAny.ts",
8081
"./main/lang/fixmyts/quickFixes/typeAssertPropertyAccessToType.ts",
8182
"./main/lang/fixmyts/quickFixes/wrapInProperty.ts",
83+
"./main/lang/fixmyts/quickFixRegistry.ts",
8284
"./main/lang/modules/astToText.ts",
8385
"./main/lang/modules/building.ts",
8486
"./main/lang/modules/formatting.ts",
@@ -108,7 +110,6 @@
108110
"./typings/glob/glob.d.ts",
109111
"./typings/htmltojsx/htmltojsx.d.ts",
110112
"./typings/jquery/jquery.d.ts",
111-
"./typings/minimatch.d.ts",
112113
"./typings/minimatch/minimatch.d.ts",
113114
"./typings/mixto/mixto.d.ts",
114115
"./typings/mkdirp/mkdirp.d.ts",
@@ -127,8 +128,6 @@
127128
"./worker/debug.ts",
128129
"./worker/lib/workerLib.ts",
129130
"./worker/parent.ts",
130-
"./worker/queryParent.ts",
131-
"./main/atom/views/rView.tsx",
132-
"./main/atom/views/semanticView.tsx"
131+
"./worker/queryParent.ts"
133132
]
134133
}

lib/typings/minimatch.d.ts

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)