Commit 9a7e202
chore(sim-core): port surviving fork/main-only tweaks
Audited fork/main (11273e1..91e2f46) vs modernization; cherry-picks conflict wholesale, so applied equivalents manually.
Ported (by original fork/main commit intent):
- 91e2f46, 7fb8761: ignore tsconfig.tsbuildinfo and .vercel under apps/sim-core
- f9b4b7b: Help menu link to GitHub issue chooser + rel on docs link
- 6eb3fdb: preview:core script (yarn ws:core start / vite preview)
- 2e69841: engine-web and utils fmt use && and explicit --write/--check (cross-shell)
- 110c4a3: Mapbox spelling in GeospatialMap placeholder copy
Dismissed as superseded or incompatible with modernization:
- b149727 OSS hCore import, 9bbae6c project creation, b3f9e0f/5e78ed0 auto-types/GraphQL paths (removed on modernization)
- f2be7a2 Python libs under libs/ (out of sim-core scope; tree differs)
- e7469eb Renovate (.github/ out of sim-core policy)
- 09d1f25/f62782f Husky (no matching .config/husky prepare on current root)
- 517f444 through 154ee9b Vite/webpack/eslint/tsconfig bulk (reimplemented on modernization)
- 526ef58 Promise.resolve webworker shim (no matching pattern in tree)
- 8da4a2e vercel.json (file absent on modernization branch)
- 8688927 vite-env.d.ts (present elsewhere if needed)
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent a74cf78 commit 9a7e202
6 files changed
Lines changed: 25 additions & 9 deletions
File tree
- apps/sim-core
- packages
- core/src/components
- GeospatialMap
- HashCore/Header/Menu/Help
- engine-web
- utils
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
41 | 50 | | |
42 | 51 | | |
43 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments