this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tsgo

+75
+1
.zed/settings.json
··· 99 99 ] 100 100 }, 101 101 "TypeScript": { 102 + "language_servers": ["tsgo"], 102 103 "format_on_save": "on", 103 104 "prettier": { 104 105 "allowed": false
+1
package.json
··· 41 41 "@types/node": "^25.5.0", 42 42 "@types/react": "^19.2.14", 43 43 "@types/react-dom": "^19.2.3", 44 + "@typescript/native-preview": "7.0.0-dev.20260401.1", 44 45 "@vitejs/plugin-react": "^6.0.1", 45 46 "brew": "^0.0.8", 46 47 "drizzle-kit": "1.0.0-beta.20",
+73
pnpm-lock.yaml
··· 91 91 '@types/react-dom': 92 92 specifier: ^19.2.3 93 93 version: 19.2.3(@types/react@19.2.14) 94 + '@typescript/native-preview': 95 + specifier: 7.0.0-dev.20260401.1 96 + version: 7.0.0-dev.20260401.1 94 97 '@vitejs/plugin-react': 95 98 specifier: ^6.0.1 96 99 version: 6.0.1(@voidzero-dev/vite-plus-core@0.1.15(@types/node@25.5.0)(esbuild@0.27.5)(jiti@2.6.1)(tsx@4.21.0)(typescript@6.0.2)(yaml@2.8.3)) ··· 2312 2315 '@typescript-eslint/visitor-keys@8.58.0': 2313 2316 resolution: {integrity: sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==} 2314 2317 engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} 2318 + 2319 + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260401.1': 2320 + resolution: {integrity: sha512-9PCc1D4/zLic30g1upOw6ZmUl98fnrXYRv5wIZ6fxm1zZAObieRKUX3Jbr8M9N8iQQFxPIZPniIScsxAbmbJvw==} 2321 + cpu: [arm64] 2322 + os: [darwin] 2323 + 2324 + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260401.1': 2325 + resolution: {integrity: sha512-wwzca1KrjSVC6ApXfITsg/wF4GGbhVYebc7zChpuyi+phrHfw6ThTPB5XFUH4nA32vqw0Hn/6KACipMgzg8GPA==} 2326 + cpu: [x64] 2327 + os: [darwin] 2328 + 2329 + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260401.1': 2330 + resolution: {integrity: sha512-1hgKibGi4QZF1J0hKltgY4nj4yKDmI4Ang5ar80I+YeUdGxV/fP2kU3bJang7QtHuSso6W+a52SF62zgqbzdow==} 2331 + cpu: [arm64] 2332 + os: [linux] 2333 + 2334 + '@typescript/native-preview-linux-arm@7.0.0-dev.20260401.1': 2335 + resolution: {integrity: sha512-bbIkRZYjtyoyCJ3wFES7qn3EwYO5Go1hxArL5X5oWiBmUHq5gMIxTZDv5mpWxopVf9Eyh4ErHefXjf1s4J+6Ag==} 2336 + cpu: [arm] 2337 + os: [linux] 2338 + 2339 + '@typescript/native-preview-linux-x64@7.0.0-dev.20260401.1': 2340 + resolution: {integrity: sha512-1ysZ4c/Wa3RYIlrwVceYlhb1m1hxQ4P2x92valZXH0bNWEPb+oiQ4Yf35O/vi5h8zDdX/ZQ59vivYl27cF1VVA==} 2341 + cpu: [x64] 2342 + os: [linux] 2343 + 2344 + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260401.1': 2345 + resolution: {integrity: sha512-fZYLCRe36y1BuzRFFpU2/RQ212l6Y1dccRMh8oTB8HlAVAAwtbkb6cjEn0Ablj4Dy16+Ih8R9uHsxPLNhtKw1Q==} 2346 + cpu: [arm64] 2347 + os: [win32] 2348 + 2349 + '@typescript/native-preview-win32-x64@7.0.0-dev.20260401.1': 2350 + resolution: {integrity: sha512-I6ses4SjWvpbvSpm1BPFRrDeqrzu7JTchJG/a26iwwmTLv4fAGLc5/o6Kv9Naygozop1W3KOcVM5i3A9oxiIjQ==} 2351 + cpu: [x64] 2352 + os: [win32] 2353 + 2354 + '@typescript/native-preview@7.0.0-dev.20260401.1': 2355 + resolution: {integrity: sha512-xJcN9WlY/P6xKjCMH4+DTzZSj/EKR6H9avuqUKs4eKyPEvaQ4bX+9Ys3Vl2qhlUaD7IRWY7HN7db0LHAGlWRSA==} 2356 + hasBin: true 2315 2357 2316 2358 '@typespec/ts-http-runtime@0.3.4': 2317 2359 resolution: {integrity: sha512-CI0NhTrz4EBaa0U+HaaUZrJhPoso8sG7ZFya8uQoBA57fjzrjRSv87ekCjLZOFExN+gXE/z0xuN2QfH4H2HrLQ==} ··· 7218 7260 dependencies: 7219 7261 '@typescript-eslint/types': 8.58.0 7220 7262 eslint-visitor-keys: 5.0.1 7263 + 7264 + '@typescript/native-preview-darwin-arm64@7.0.0-dev.20260401.1': 7265 + optional: true 7266 + 7267 + '@typescript/native-preview-darwin-x64@7.0.0-dev.20260401.1': 7268 + optional: true 7269 + 7270 + '@typescript/native-preview-linux-arm64@7.0.0-dev.20260401.1': 7271 + optional: true 7272 + 7273 + '@typescript/native-preview-linux-arm@7.0.0-dev.20260401.1': 7274 + optional: true 7275 + 7276 + '@typescript/native-preview-linux-x64@7.0.0-dev.20260401.1': 7277 + optional: true 7278 + 7279 + '@typescript/native-preview-win32-arm64@7.0.0-dev.20260401.1': 7280 + optional: true 7281 + 7282 + '@typescript/native-preview-win32-x64@7.0.0-dev.20260401.1': 7283 + optional: true 7284 + 7285 + '@typescript/native-preview@7.0.0-dev.20260401.1': 7286 + optionalDependencies: 7287 + '@typescript/native-preview-darwin-arm64': 7.0.0-dev.20260401.1 7288 + '@typescript/native-preview-darwin-x64': 7.0.0-dev.20260401.1 7289 + '@typescript/native-preview-linux-arm': 7.0.0-dev.20260401.1 7290 + '@typescript/native-preview-linux-arm64': 7.0.0-dev.20260401.1 7291 + '@typescript/native-preview-linux-x64': 7.0.0-dev.20260401.1 7292 + '@typescript/native-preview-win32-arm64': 7.0.0-dev.20260401.1 7293 + '@typescript/native-preview-win32-x64': 7.0.0-dev.20260401.1 7221 7294 7222 7295 '@typespec/ts-http-runtime@0.3.4': 7223 7296 dependencies: