this repo has no description
0
fork

Configure Feed

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

typescript 7

+121 -3
+119 -1
package-lock.json
··· 11 11 "devDependencies": { 12 12 "@e18e/eslint-plugin": "^0.3.0", 13 13 "@tsconfig/strictest": "^2.0.8", 14 + "@typescript/native-preview": "^7.0.0-dev.20260415.1", 14 15 "@vitest/coverage-v8": "^4.1.4", 15 16 "eslint": "^10.0.3", 16 17 "eslint-plugin-package-json": "^0.91.0", 17 18 "eslint-plugin-perfectionist": "^5.8.0", 18 19 "knip": "^6.4.1", 19 20 "prettier": "^3.6.2", 20 - "typescript": "^6.0.2", 21 21 "vitest": "^4.1.4", 22 22 "xo": "^2.0.2" 23 23 } ··· 2147 2147 "type": "opencollective", 2148 2148 "url": "https://opencollective.com/typescript-eslint" 2149 2149 } 2150 + }, 2151 + "node_modules/@typescript/native-preview": { 2152 + "version": "7.0.0-dev.20260415.1", 2153 + "resolved": "https://registry.npmjs.org/@typescript/native-preview/-/native-preview-7.0.0-dev.20260415.1.tgz", 2154 + "integrity": "sha512-kRQ0x4DgXZBI0bNTck65EUaj48+hbMlCHiJKfc0Se5ZVUG0SKRC6JBPLwIBCX5TfljKsm8SstuJ3qn6uw1IWpA==", 2155 + "dev": true, 2156 + "license": "Apache-2.0", 2157 + "bin": { 2158 + "tsgo": "bin/tsgo.js" 2159 + }, 2160 + "optionalDependencies": { 2161 + "@typescript/native-preview-darwin-arm64": "7.0.0-dev.20260415.1", 2162 + "@typescript/native-preview-darwin-x64": "7.0.0-dev.20260415.1", 2163 + "@typescript/native-preview-linux-arm": "7.0.0-dev.20260415.1", 2164 + "@typescript/native-preview-linux-arm64": "7.0.0-dev.20260415.1", 2165 + "@typescript/native-preview-linux-x64": "7.0.0-dev.20260415.1", 2166 + "@typescript/native-preview-win32-arm64": "7.0.0-dev.20260415.1", 2167 + "@typescript/native-preview-win32-x64": "7.0.0-dev.20260415.1" 2168 + } 2169 + }, 2170 + "node_modules/@typescript/native-preview-darwin-arm64": { 2171 + "version": "7.0.0-dev.20260415.1", 2172 + "resolved": "https://registry.npmjs.org/@typescript/native-preview-darwin-arm64/-/native-preview-darwin-arm64-7.0.0-dev.20260415.1.tgz", 2173 + "integrity": "sha512-yGyyDb9bP3XfaIm8VUiaq7xkKwFSxLQ44XGYV78lrne12GhXgZ7Smbf2BVnT5MrTgT5uooMzww85P3I3XNVZng==", 2174 + "cpu": [ 2175 + "arm64" 2176 + ], 2177 + "dev": true, 2178 + "license": "Apache-2.0", 2179 + "optional": true, 2180 + "os": [ 2181 + "darwin" 2182 + ] 2183 + }, 2184 + "node_modules/@typescript/native-preview-darwin-x64": { 2185 + "version": "7.0.0-dev.20260415.1", 2186 + "resolved": "https://registry.npmjs.org/@typescript/native-preview-darwin-x64/-/native-preview-darwin-x64-7.0.0-dev.20260415.1.tgz", 2187 + "integrity": "sha512-vzac8BSbSkGPV/FMKyY/3cNZN+FgvjT1E+NNR8xWO8DfvSz4hYqbxvAL+zWPUno6R8afNFLZeJTfuIge0tJJ1g==", 2188 + "cpu": [ 2189 + "x64" 2190 + ], 2191 + "dev": true, 2192 + "license": "Apache-2.0", 2193 + "optional": true, 2194 + "os": [ 2195 + "darwin" 2196 + ] 2197 + }, 2198 + "node_modules/@typescript/native-preview-linux-arm": { 2199 + "version": "7.0.0-dev.20260415.1", 2200 + "resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-arm/-/native-preview-linux-arm-7.0.0-dev.20260415.1.tgz", 2201 + "integrity": "sha512-1CI2nLfsoEibEAt6ApMVEr5M/v9EeXHmn9iD2nyyomO34ky3zqBtEPHakvgXD4QmpZg9O4WxRKc6u6EIy0Imxg==", 2202 + "cpu": [ 2203 + "arm" 2204 + ], 2205 + "dev": true, 2206 + "license": "Apache-2.0", 2207 + "optional": true, 2208 + "os": [ 2209 + "linux" 2210 + ] 2211 + }, 2212 + "node_modules/@typescript/native-preview-linux-arm64": { 2213 + "version": "7.0.0-dev.20260415.1", 2214 + "resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-arm64/-/native-preview-linux-arm64-7.0.0-dev.20260415.1.tgz", 2215 + "integrity": "sha512-jiXu+SrpCL/6J3LwuUSxU8scYs5H0wBkqu3CopdSTcJxQuzUDe6QAEoEW3O81cdrsq5qrIlfFxWH3bdohsvhJA==", 2216 + "cpu": [ 2217 + "arm64" 2218 + ], 2219 + "dev": true, 2220 + "license": "Apache-2.0", 2221 + "optional": true, 2222 + "os": [ 2223 + "linux" 2224 + ] 2225 + }, 2226 + "node_modules/@typescript/native-preview-linux-x64": { 2227 + "version": "7.0.0-dev.20260415.1", 2228 + "resolved": "https://registry.npmjs.org/@typescript/native-preview-linux-x64/-/native-preview-linux-x64-7.0.0-dev.20260415.1.tgz", 2229 + "integrity": "sha512-+4r4UqGE5ccy9vJNOhjXTqbZPkVGlqdiEgTJbdz8+EpUNQaLGMBhDj1cBMdrdK1YRuj/3C+pLfE3PD9kEsxf6Q==", 2230 + "cpu": [ 2231 + "x64" 2232 + ], 2233 + "dev": true, 2234 + "license": "Apache-2.0", 2235 + "optional": true, 2236 + "os": [ 2237 + "linux" 2238 + ] 2239 + }, 2240 + "node_modules/@typescript/native-preview-win32-arm64": { 2241 + "version": "7.0.0-dev.20260415.1", 2242 + "resolved": "https://registry.npmjs.org/@typescript/native-preview-win32-arm64/-/native-preview-win32-arm64-7.0.0-dev.20260415.1.tgz", 2243 + "integrity": "sha512-QsCAG7la4GE4Dp7i9MUz7Qv+HbKVDdmwlmn+8sOo0M3aSC6WssCU5gKVBUjp43WPtml/JticwzSz1qXLfdxHFA==", 2244 + "cpu": [ 2245 + "arm64" 2246 + ], 2247 + "dev": true, 2248 + "license": "Apache-2.0", 2249 + "optional": true, 2250 + "os": [ 2251 + "win32" 2252 + ] 2253 + }, 2254 + "node_modules/@typescript/native-preview-win32-x64": { 2255 + "version": "7.0.0-dev.20260415.1", 2256 + "resolved": "https://registry.npmjs.org/@typescript/native-preview-win32-x64/-/native-preview-win32-x64-7.0.0-dev.20260415.1.tgz", 2257 + "integrity": "sha512-Z+rclKC7FqkUsqQ+ErgWJmf5J55LEl/rooFq71prC6V0vCBa5yLMmLBmFxZLLj2BsCBuwbN2O7aWUWrpCUEkmw==", 2258 + "cpu": [ 2259 + "x64" 2260 + ], 2261 + "dev": true, 2262 + "license": "Apache-2.0", 2263 + "optional": true, 2264 + "os": [ 2265 + "win32" 2266 + ] 2150 2267 }, 2151 2268 "node_modules/@unrs/resolver-binding-android-arm-eabi": { 2152 2269 "version": "1.11.1", ··· 8347 8464 "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", 8348 8465 "dev": true, 8349 8466 "license": "Apache-2.0", 8467 + "peer": true, 8350 8468 "bin": { 8351 8469 "tsc": "bin/tsc", 8352 8470 "tsserver": "bin/tsserver"
+2 -2
package.json
··· 31 31 "_eslint": "eslint --cache --cache-strategy=content", 32 32 "_knip": "knip --cache", 33 33 "_prettier": "prettier --cache .", 34 - "_typescript": "tsc", 34 + "_typescript": "tsgo", 35 35 "build": "rm -fr distribution tsconfig.tsbuildinfo && npm run _typescript", 36 36 "format:check": "npm run _prettier -- --check", 37 37 "format:fix": "npm run _prettier -- --write", ··· 49 49 "devDependencies": { 50 50 "@e18e/eslint-plugin": "^0.3.0", 51 51 "@tsconfig/strictest": "^2.0.8", 52 + "@typescript/native-preview": "^7.0.0-dev.20260415.1", 52 53 "@vitest/coverage-v8": "^4.1.4", 53 54 "eslint": "^10.0.3", 54 55 "eslint-plugin-package-json": "^0.91.0", 55 56 "eslint-plugin-perfectionist": "^5.8.0", 56 57 "knip": "^6.4.1", 57 58 "prettier": "^3.6.2", 58 - "typescript": "^6.0.2", 59 59 "vitest": "^4.1.4", 60 60 "xo": "^2.0.2" 61 61 }