Commit 174bbf7
committed
refactor(inquirerer): move AI code demo to dev/ai/ folder
- Move aicode.ts and viewport.ts from src/ui/ to dev/ai/
- These files are now demo-only and not bundled with the package
- Update imports in demo-ai-code.ts
- Remove exports from src/ui/index.ts
- Keypress additions remain in src/ as they're useful for other components1 parent 28ef8ac commit 174bbf7
File tree
4 files changed
+2
-20
lines changed- packages/inquirerer
- dev
- ai
- src/ui
4 files changed
+2
-20
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 29 | | |
48 | 30 | | |
49 | 31 | | |
| |||
0 commit comments