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
{{ message }}
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I checked these regressions and all of them was happened in the case that module: node16/nodenext was specified in tsconfig.json.
If module: node16/nodenext was specified in tsconfig.json, ts parser follows Node.js ESM resolution (see: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-7.html). But, Rome doesn't support this resolution logic. Therefore, Rome parser is not reporting errors where it should, resulting in these regressions.
Considering not only linter/formatter but also compiler/bundler, it is better to fix them but I think it is not needed for now. I think there are not so many users to use cts/mts or module: node16/nodenext, so It might not be a problem to fix them until we get a little more feedback from the community.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A-ParserArea: parserA-ToolingArea: our own build, development, and release tooling
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #3918
This PR is working in progress. Based on #3958, some regression will happen. I will check them and update the PR if necessary.
Test Plan
Documentation