Skip to content

Conversation

@EDM115
Copy link

@EDM115 EDM115 commented Nov 1, 2025

Fixes a crash of tsgolint when used in a project where AssemblyScript is present.

When #637 was introduced it also brought the baseUrl option to enable paths to work. However this option will be deprecated in TS 6 and removed in TS 7, so projects that already use TS 7 like oxc-project/tsgolint will crash when said option is set in any of the tsconfig files in a project (cf oxc-project/tsgolint#351).

According to microsoft/TypeScript#62508 (comment) it is safe to remove the option, and since the path already included it (./) it won't break any existing behavior (see also https://github.com/andrewbranch/ts5to6#overview).

  • I've read the contributing guidelines
  • I've added my name and email to the NOTICE file

Copy link
Member

@HerrCai0907 HerrCai0907 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants