Skip to content
New issue

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

Remove unused code #4087

Merged
merged 4 commits into from
Aug 24, 2023
Merged

Remove unused code #4087

merged 4 commits into from
Aug 24, 2023

Conversation

victor-diez-sonarsource
Copy link
Contributor

Clean up remaining code from tsconfigs revert

@sonarqube-next
Copy link

@@ -17,36 +17,34 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
import { FileType, readFile } from '@sonar/shared/helpers';
import { FileType, readFile } from '@sonar/shared/helpers/index';
import { EmbeddedAnalysisInput } from '@sonar/jsts/embedded';
import { JsTsAnalysisInput } from '@sonar/jsts';
Copy link
Contributor

Choose a reason for hiding this comment

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

IMHO we should avoid circular references between packages, i.e. the shared should not import anything back from jsts and other sensors

@saberduck saberduck merged commit a84391f into master Aug 24, 2023
19 checks passed
@saberduck saberduck deleted the cleanup-node branch August 24, 2023 06:34
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.

None yet

4 participants