Commit 31df85f
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 31df85f
1 file changed
+21
-25
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 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
24 | 21 | | |
25 | | - | |
| 22 | + | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
| |||
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
42 | | - | |
| 39 | + | |
43 | 40 | | |
44 | | - | |
| 41 | + | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
48 | 45 | | |
49 | 46 | | |
50 | | - | |
| 47 | + | |
51 | 48 | | |
52 | | - | |
| 49 | + | |
53 | 50 | | |
54 | 51 | | |
55 | | - | |
| 52 | + | |
56 | 53 | | |
57 | | - | |
| 54 | + | |
58 | 55 | | |
59 | 56 | | |
60 | 57 | | |
61 | 58 | | |
62 | 59 | | |
63 | 60 | | |
64 | | - | |
| 61 | + | |
65 | 62 | | |
66 | | - | |
| 63 | + | |
67 | 64 | | |
68 | 65 | | |
69 | 66 | | |
70 | 67 | | |
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
74 | | - | |
| 71 | + | |
75 | 72 | | |
76 | | - | |
| 73 | + | |
77 | 74 | | |
78 | 75 | | |
79 | 76 | | |
| |||
82 | 79 | | |
83 | 80 | | |
84 | 81 | | |
85 | | - | |
| 82 | + | |
86 | 83 | | |
87 | | - | |
88 | | - | |
| 84 | + | |
| 85 | + | |
89 | 86 | | |
90 | 87 | | |
91 | 88 | | |
| |||
96 | 93 | | |
97 | 94 | | |
98 | 95 | | |
99 | | - | |
100 | 96 | | |
0 commit comments