We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This library is unusable with TypeScript 5.3.x:
TypeError: ts.getResolvedModule is not a function
TypeScript has moved the ts.getResolvedModule method to an internal API available off the program object.
ts.getResolvedModule
program
To reproduce:
Upgrade TypeScript to 5.3.x in any project consuming this library, then run eslint.
References:
microsoft/rushstack#4404 (comment)
https://github.com/microsoft/TypeScript/pull/55818/files#diff-dbfa0e7f632eca196a5ee0e08e00743c46c03799e2704206cfccc065bb6f9e3a
The text was updated successfully, but these errors were encountered:
Lock TS version due to iTwin/eslint-plugin#49
1c8d691
Update pnpm version (#694)
pnpm
302efbf
* Bump pnpmVersion * rush update --full --purge * rush update-autoinstaller --name rush-lintstaged * rush update --full --purge --variant core-3x * Ignore log files in .gitignore * Fix linter errors. * rush change * Use pnpm audit instead of audit.js script * Lock TS version due to iTwin/eslint-plugin#49 * Update visual snapshots. * rush extract-api
Fixed by #51
Sorry, something went wrong.
wgoehrig
No branches or pull requests
This library is unusable with TypeScript 5.3.x:
TypeError: ts.getResolvedModule is not a function
TypeScript has moved the
ts.getResolvedModule
method to an internal API available off theprogram
object.To reproduce:
Upgrade TypeScript to 5.3.x in any project consuming this library, then run eslint.
References:
microsoft/rushstack#4404 (comment)
https://github.com/microsoft/TypeScript/pull/55818/files#diff-dbfa0e7f632eca196a5ee0e08e00743c46c03799e2704206cfccc065bb6f9e3a
The text was updated successfully, but these errors were encountered: