Skip to content

Commit c3e63ee

Browse files
author
Andy Hanson
committed
Move allocators.ts to services.ts, meaning.ts to utilities.ts, and transpile functions to a new file transpile.ts
1 parent 67c2ed6 commit c3e63ee

File tree

11 files changed

+962
-968
lines changed

11 files changed

+962
-968
lines changed

Jakefile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ var servicesSources = [
122122
}).concat([
123123
"types.ts",
124124
"utilities.ts",
125-
"allocators.ts",
126125
"breakpoints.ts",
127126
"classifier.ts",
128127
"completions.ts",
@@ -131,7 +130,6 @@ var servicesSources = [
131130
"goToDefinition.ts",
132131
"jsDoc.ts",
133132
"jsTyping.ts",
134-
"meaning.ts",
135133
"navigateTo.ts",
136134
"navigationBar.ts",
137135
"outliningElementsCollector.ts",
@@ -142,6 +140,7 @@ var servicesSources = [
142140
"shims.ts",
143141
"signatureHelp.ts",
144142
"symbolDisplay.ts",
143+
"transpile.ts",
145144
"formatting/formatting.ts",
146145
"formatting/formattingContext.ts",
147146
"formatting/formattingRequestKind.ts",

0 commit comments

Comments
 (0)