Commit 9579f54
committed
named export
These all use named import (Except julia-client.coffee which is updated
in other PR)
File
misc.js
Found usages (14 usages found)
Unclassified usage (5 usages found)
lib\connection\process (2 usages found)
basic.js (1 usage found)
6 import { paths, mutex } from '../../misc'
remote.js (1 usage found)
5 import { paths, mutex } from '../../misc'
lib\runtime (3 usages found)
console.js (1 usage found)
6 import { paths } from '../misc'
debugger.js (1 usage found)
8 import { blocks, cells, paths } from '../misc'
frontend.js (1 usage found)
5 import { colors } from '../misc'
Usage in string literals (9 usages found)
lib (2 usages found)
connection.coffee (1 usage found)
1 {time} = require './misc'
julia-client.coffee (1 usage found)
19 misc: require './misc'
lib\connection (3 usages found)
ipc.coffee (1 usage found)
5 {bufferLines} = require '../misc'
local.coffee (1 usage found)
1 {paths} = require '../misc'
terminal.coffee (1 usage found)
6 {paths} = require '../misc'
lib\connection\process (1 usage found)
server.coffee (1 usage found)
7 {exclusive} = require '../../misc'
lib\runtime (1 usage found)
evaluation.coffee (1 usage found)
7 {paths, blocks, cells, words, weave} = require
'../misc'
lib\ui (2 usages found)
progress.coffee (1 usage found)
3 {formatTimePeriod} = require '../misc'
views.coffee (1 usage found)
4 {once} = require '../misc'1 parent 28b90c9 commit 9579f54
1 file changed
+23
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 14 | + | |
26 | 15 | | |
27 | 16 | | |
28 | 17 | | |
| |||
39 | 28 | | |
40 | 29 | | |
41 | 30 | | |
42 | | - | |
| 31 | + | |
43 | 32 | | |
44 | | - | |
| 33 | + | |
45 | 34 | | |
46 | 35 | | |
47 | 36 | | |
48 | 37 | | |
49 | 38 | | |
50 | | - | |
| 39 | + | |
51 | 40 | | |
52 | | - | |
| 41 | + | |
53 | 42 | | |
54 | 43 | | |
55 | | - | |
| 44 | + | |
56 | 45 | | |
57 | | - | |
| 46 | + | |
58 | 47 | | |
59 | 48 | | |
60 | 49 | | |
61 | 50 | | |
62 | 51 | | |
63 | 52 | | |
64 | | - | |
| 53 | + | |
65 | 54 | | |
66 | | - | |
| 55 | + | |
67 | 56 | | |
68 | 57 | | |
69 | 58 | | |
70 | 59 | | |
71 | 60 | | |
72 | 61 | | |
73 | 62 | | |
74 | | - | |
| 63 | + | |
75 | 64 | | |
76 | | - | |
| 65 | + | |
77 | 66 | | |
78 | 67 | | |
79 | 68 | | |
| |||
82 | 71 | | |
83 | 72 | | |
84 | 73 | | |
85 | | - | |
| 74 | + | |
86 | 75 | | |
87 | | - | |
88 | | - | |
| 76 | + | |
| 77 | + | |
89 | 78 | | |
90 | 79 | | |
91 | 80 | | |
| |||
96 | 85 | | |
97 | 86 | | |
98 | 87 | | |
99 | | - | |
100 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
0 commit comments