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
skipped transitioning ENSIndexer to TS7 because TS7 / Ponder aren't compatible with each other yet.
made use of a preview (non-final) release of TS7: "@typescript/native-preview": "7.0.0-dev.20260128.1"
Goals
Complete a full transition of all apps / packages across the ENSNode monorepo to TS7, including ENSIndexer.
Update the devDependencies in the root package.json file to switch to a full (non-preview) release of TS7 / tsgo once Microsoft makes a full TS7 release.
For investigation
Should we also update VSCode settings in .vscode/settings.json to make use of TS7 / tsgo? For example:
Background info
"@typescript/native-preview": "7.0.0-dev.20260128.1"Goals
devDependenciesin the rootpackage.jsonfile to switch to a full (non-preview) release of TS7 / tsgo once Microsoft makes a full TS7 release.For investigation
.vscode/settings.jsonto make use of TS7 / tsgo? For example:rootDirin some of ourtsconfig.jsonfiles? Maybe these explicitrootDirconfigs can be removed now? Needs verification. Background info: AssumerootDiris the current configuration directory microsoft/TypeScript#62194 was closed as part of the work on TS7.