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

Adopt TS projects #3565

Merged
merged 3 commits into from
Aug 1, 2024
Merged

Adopt TS projects #3565

merged 3 commits into from
Aug 1, 2024

Conversation

@nstepien nstepien self-assigned this Aug 1, 2024
@@ -70,7 +70,6 @@
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.2.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was unused, looks like the browser integration implements the same features.

"declaration": true,
"declarationMap": true,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure why we had declarationMap enabled, we don't ship them.

@@ -31,12 +31,12 @@ jobs:
run: npm i
- name: Biome
run: node --run biome:ci
- name: Typecheck
run: node --run typecheck
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure if it's a bug with the ts eslint plugin, but @typescript-eslint/no-unsafe-return fails in test/website files unless the src project is already built 🤔

@nstepien nstepien marked this pull request as ready for review August 1, 2024 12:38
@nstepien nstepien merged commit 228694a into main Aug 1, 2024
3 checks passed
@nstepien nstepien deleted the tsprojects branch August 1, 2024 12:56
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