Commit 3db01fb
committed
named export + remove this.
Since this is was a module, it remained a module
I analyzed these files. All except debugger (updated here) and julia-client (updated in other PR) use named import:
File
connection.js
Found usages (24 usages found)
Unclassified usage (17 usages found)
lib\runtime (16 usages found)
completions.js (1 usage found)
10 import { client } from '../connection'
console.js (1 usage found)
3 import { client } from '../connection'
datatip.js (1 usage found)
11 import { client } from '../connection'
debugger.js (2 usages found)
6 import { client } from '../connection'
7 import connection from '../connection'
debuginfo.js (1 usage found)
3 import { client } from '../connection'
environments.js (1 usage found)
6 import { client } from '../connection'
formatter.js (1 usage found)
4 import { client } from '../connection'
frontend.js (1 usage found)
3 import { client } from '../connection'
goto.js (1 usage found)
7 import { client } from '../connection'
linter.js (1 usage found)
4 import { client } from '../connection'
outline.js (1 usage found)
5 import { client } from '../connection'
packages.js (1 usage found)
3 import { client } from '../connection'
plots.js (1 usage found)
3 import { client } from '../connection'
profiler.js (1 usage found)
3 import { client } from '../connection'
urihandler.js (1 usage found)
3 import { client } from '../connection'
lib\ui (1 usage found)
docs.js (1 usage found)
4 import { client } from '../connection'
Usage in string literals (7 usages found)
lib (1 usage found)
julia-client.coffee (1 usage found)
21 connection: require './connection'
lib\package (1 usage found)
config.coffee (1 usage found)
1 {terminal} = require '../connection'
lib\runtime (3 usages found)
evaluation.coffee (1 usage found)
5 {client} = require '../connection'
modules.coffee (1 usage found)
6 {client} = require '../connection'
workspace.coffee (1 usage found)
3 {client} = require '../connection'
lib\ui (2 usages found)
progress.coffee (1 usage found)
2 {client} = require '../connection'
views.coffee (1 usage found)
3 {client} = require '../connection'1 parent bb8fe70 commit 3db01fb
2 files changed
+59
-60
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
20 | 17 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 18 | + | |
| 19 | + | |
28 | 20 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
32 | 28 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
37 | 32 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
41 | 37 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
45 | 41 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
70 | 74 | | |
71 | | - | |
72 | | - | |
73 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
74 | 78 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
273 | 272 | | |
274 | 273 | | |
275 | 274 | | |
276 | | - | |
| 275 | + | |
277 | 276 | | |
278 | 277 | | |
279 | 278 | | |
280 | 279 | | |
281 | 280 | | |
282 | | - | |
| 281 | + | |
283 | 282 | | |
284 | 283 | | |
285 | 284 | | |
286 | | - | |
| 285 | + | |
287 | 286 | | |
288 | 287 | | |
289 | 288 | | |
290 | | - | |
| 289 | + | |
291 | 290 | | |
292 | 291 | | |
293 | 292 | | |
294 | | - | |
| 293 | + | |
295 | 294 | | |
296 | 295 | | |
297 | 296 | | |
298 | | - | |
| 297 | + | |
299 | 298 | | |
300 | 299 | | |
301 | 300 | | |
302 | | - | |
| 301 | + | |
303 | 302 | | |
304 | 303 | | |
305 | 304 | | |
306 | | - | |
| 305 | + | |
307 | 306 | | |
308 | 307 | | |
309 | 308 | | |
310 | | - | |
| 309 | + | |
311 | 310 | | |
312 | 311 | | |
313 | 312 | | |
314 | | - | |
| 313 | + | |
315 | 314 | | |
316 | 315 | | |
317 | 316 | | |
318 | | - | |
| 317 | + | |
319 | 318 | | |
320 | 319 | | |
321 | 320 | | |
322 | | - | |
| 321 | + | |
323 | 322 | | |
324 | 323 | | |
325 | 324 | | |
| |||
0 commit comments