You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running kea-typegen write in the application with typescript version 5.2.2. I'm getting this compilation error -
..../node_modules/.pnpm/kea-typegen@3.1.6_typescript@5.0.3/node_modules/kea-typegen/dist/src/typegen.js:9
ts.defaultMaximumTruncationLength = Infinity;
TypeError: Cannot set property defaultMaximumTruncationLength of #<Object> which has only a getter
at Object.<anonymous> (.../node_modules/.pnpm/kea-typegen@3.1.6_typescript@5.0.3/node_modules/kea-typegen/dist/src/typegen.js:9:35)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1310:10)
at Module.load (node:internal/modules/cjs/loader:1119:32)
at Module._load (node:internal/modules/cjs/loader:960:12)
at Module.require (node:internal/modules/cjs/loader:1143:19)
at require (node:internal/modules/cjs/helpers:119:18)
at Object.<anonymous> (..../node_modules/.pnpm/kea-typegen@3.1.6_typescript@5.0.3/node_modules/kea-typegen/dist/src/cli/typegen.js:8:19)
at Module._compile (node:internal/modules/cjs/loader:1256:14)
Environment
kea-typegen version: 3.3.0 | 3.1.6
kea version: ^3.1.5
typescript version: 5.0.3 | 5.2.2
The text was updated successfully, but these errors were encountered:
I'm running
kea-typegen write
in the application with typescript version5.2.2
. I'm getting this compilation error -Environment
kea-typegen
version:3.3.0
|3.1.6
kea
version:^3.1.5
typescript
version:5.0.3
|5.2.2
The text was updated successfully, but these errors were encountered: