-
Notifications
You must be signed in to change notification settings - Fork 251
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
Modernise browser packages #2224
Draft
gingerbenw
wants to merge
47
commits into
next
Choose a base branch
from
integration/typescript
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
gingerbenw
changed the title
Convert packages to typescript and es modules
Convert packages to TypeScript and ES Modules
Oct 16, 2024
gingerbenw
force-pushed
the
integration/typescript
branch
2 times, most recently
from
October 24, 2024 10:23
0b18a5e
to
25ca84e
Compare
gingerbenw
changed the title
Convert packages to TypeScript and ES Modules
Modernise browser packages
Oct 25, 2024
* refactor: ♻️ convert plugin-window-onerror to typescript * update rollup configuration * Convert plugin-browser-request to TypeScript * changed tsconfig * fix: 🩹 update main entry from ts to js * fix: 🩹 add missing external dependencies to rollup config * chore: 🏷️ update types and remove ts-expect-error comments * remove unnecessary rollup config * chore: 🏷️ fix types * chore: 🔥 remove IE8 workaround code * fix: 🩹 fix RN init command --------- Co-authored-by: Ben Wilson <[email protected]>
* refactor: ♻️ convert plugin-window-onerror to typescript * update rollup configuration * Convert plugin-browser-request to TypeScript * changed tsconfig * fix: 🩹 update main entry from ts to js * fix: 🩹 add missing external dependencies to rollup config * chore: 🏷️ update types and remove ts-expect-error comments * remove unnecessary rollup config * refactor: ♻️ convert plugin-window-onerror to typescript * update rollup configuration * Convert plugin-browser-context to TypeScript * fix: add missing dependencies * fix: rollup * fix: rollup for plugin-window-onerror * fix * fix: unhandled rejection * fix: type error * chore: 🏷️ fix types * Revert "fix: type error" This reverts commit b314bf8. * chore: 🔥 remove IE8 workaround code * fix: 🩹 fix RN init command --------- Co-authored-by: Ben Wilson <[email protected]>
Co-authored-by: Ben Wilson <[email protected]>
gingerbenw
force-pushed
the
integration/typescript
branch
from
November 12, 2024 16:17
4d6971c
to
eade9df
Compare
* update rollup configuration * convert plugin-simple-throttle to typescript * fix: int-range --------- Co-authored-by: Ben Wilson <[email protected]>
…quest Refactor delivery-x-domain-request
…quest Refactor delivery-xml-http-request
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Goal
Convert packages to TypeScript using rollup to bundle both ES modules and Common JS modules for maximum compatibility
Changeset
Testing
Covered by CI
Outstanding