Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

chore(svelte): Cleanup dependencies#63691

Merged
fkling merged 2 commits into
mainfrom
fkling/sk/cleanup
Jul 8, 2024
Merged

chore(svelte): Cleanup dependencies#63691
fkling merged 2 commits into
mainfrom
fkling/sk/cleanup

Conversation

@fkling

@fkling fkling commented Jul 8, 2024

Copy link
Copy Markdown
Contributor

We have introduced a dependency on wildcard again, which should not be an issue in production but will slow down the initial page load during dev builds.

I also took the time clean up other transitive depdencies on modules using React (based on file extension). Turns out that some tsx files should actually be ts files because they don't use React.

Before After
2024-07-08_17-22 2024-07-08_17-04

Test plan

The build system should catch any issues with moved exports.

@fkling fkling requested a review from a team July 8, 2024 15:25
@fkling fkling self-assigned this Jul 8, 2024
@cla-bot cla-bot Bot added the cla-signed label Jul 8, 2024
We have introduced a dependency on wildcard again, which should not be
an issue in production but will slow down the initial page load during
dev builds.

I also took the time clean up other transitive depdencies on modules
using React (based on file extension). Turns out that some tsx files
should actually be ts files because they don't use React.
@fkling fkling force-pushed the fkling/sk/cleanup branch from f549a1a to c3c1989 Compare July 8, 2024 15:27
@fkling fkling merged commit aa0be2e into main Jul 8, 2024
@fkling fkling deleted the fkling/sk/cleanup branch July 8, 2024 15:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants