Commit 9f70efc
File tree
9 files changed
+42
-15
lines changedFilter options
- sandpack-client/src
- clients/runtime
- sandpack-react/src
- components/common/OpenInCodeSandboxButton
- hooks
- utils
9 files changed
+42
-15
lines changedsandpack-client/src/clients/runtime/index.ts
Copy file name to clipboardExpand all lines: sandpack-client/src/clients/runtime/index.ts+2-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
199 | 200 |
|
200 | 201 |
|
201 | 202 |
|
202 |
| - |
| 203 | + |
203 | 204 |
|
204 | 205 |
|
205 | 206 |
|
|
sandpack-client/src/types.ts
Copy file name to clipboardExpand all lines: sandpack-client/src/types.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
83 |
| - |
| 83 | + |
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
|
sandpack-client/src/utils.test.ts
Copy file name to clipboardExpand all lines: sandpack-client/src/utils.test.ts+10-6
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
| 19 | + |
| 20 | + |
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
| ||
24 | 26 |
|
25 | 27 |
|
26 | 28 |
|
27 |
| - |
| 29 | + |
| 30 | + |
| 31 | + |
28 | 32 |
|
29 | 33 |
|
30 | 34 |
|
| ||
38 | 42 |
|
39 | 43 |
|
40 | 44 |
|
41 |
| - |
| 45 | + |
42 | 46 |
|
43 | 47 |
|
44 | 48 |
|
| ||
59 | 63 |
|
60 | 64 |
|
61 | 65 |
|
62 |
| - |
| 66 | + |
63 | 67 |
|
64 | 68 |
|
65 | 69 |
|
| ||
91 | 95 |
|
92 | 96 |
|
93 | 97 |
|
94 |
| - |
| 98 | + |
95 | 99 |
|
96 | 100 |
|
97 | 101 |
|
|
sandpack-client/src/utils.ts
Copy file name to clipboardExpand all lines: sandpack-client/src/utils.ts+10-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
20 | 29 |
|
21 | 30 |
|
22 | 31 |
|
| ||
65 | 74 |
|
66 | 75 |
|
67 | 76 |
|
68 |
| - |
| 77 | + |
69 | 78 |
|
70 | 79 |
|
71 | 80 |
|
|
sandpack-react/src/components/common/OpenInCodeSandboxButton/UnstyledOpenInCodeSandboxButton.tsx
Copy file name to clipboardExpand all lines: sandpack-react/src/components/common/OpenInCodeSandboxButton/UnstyledOpenInCodeSandboxButton.tsx+4-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
| ||
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| 32 | + |
31 | 33 |
|
32 | 34 |
|
33 |
| - |
34 |
| - |
| 35 | + |
| 36 | + |
35 | 37 |
|
36 | 38 |
|
37 | 39 |
|
|
sandpack-react/src/hooks/useActiveCode.ts
Copy file name to clipboardExpand all lines: sandpack-react/src/hooks/useActiveCode.ts+3-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
1 | 3 |
|
2 | 4 |
|
3 | 5 |
|
| ||
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
17 |
| - |
| 19 | + |
18 | 20 |
|
19 | 21 |
|
20 | 22 |
|
|
sandpack-react/src/types.ts
Copy file name to clipboardExpand all lines: sandpack-react/src/types.ts+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
236 | 236 |
|
237 | 237 |
|
238 | 238 |
|
239 |
| - |
| 239 | + |
240 | 240 |
|
241 | 241 |
|
242 | 242 |
|
| ||
591 | 591 |
|
592 | 592 |
|
593 | 593 |
|
594 |
| - |
| 594 | + |
595 | 595 |
|
596 | 596 |
|
597 | 597 |
|
|
sandpack-react/src/utils/sandpackUtils.ts
Copy file name to clipboardExpand all lines: sandpack-react/src/utils/sandpackUtils.ts+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
|
sandpack-react/src/utils/stringUtils.ts
Copy file name to clipboardExpand all lines: sandpack-react/src/utils/stringUtils.ts+9
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
56 | 65 |
|
57 | 66 |
|
58 | 67 |
|
|
0 commit comments