This repository was archived by the owner on Jul 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit c2828db
Add support for TypeScript+React (tsx) files
Add `tsx` files to TypeScript analysis. Add a test for TypeScript+React
files. Fix a test broken by the parser change.
Ticket: codeclimate/app#6470.1 parent b5b7a4f commit c2828db
File tree
2 files changed
+29
-1
lines changed- lib/cc/engine/analyzers/typescript
- spec/cc/engine/analyzers/typescript
2 files changed
+29
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | + | ||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | - | ||
97 | + | ||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | + | ||
186 | + | ||
187 | + | ||
188 | + | ||
189 | + | ||
190 | + | ||
191 | + | ||
192 | + | ||
193 | + | ||
194 | + | ||
195 | + | ||
196 | + | ||
197 | + | ||
198 | + | ||
199 | + | ||
200 | + | ||
201 | + | ||
202 | + | ||
203 | + | ||
204 | + | ||
205 | + | ||
206 | + | ||
207 | + | ||
208 | + | ||
209 | + | ||
210 | + | ||
211 | + | ||
185 | 212 | | |
186 | 213 | | |
187 | 214 | | |
| |||
0 commit comments