-
Notifications
You must be signed in to change notification settings - Fork 257
[Integration] Typescript Node #2510
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
Open
AnastasiiaSvietlova
wants to merge
18
commits into
integration/typescript
Choose a base branch
from
integration/typescript-node
base: integration/typescript
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.
Open
[Integration] Typescript Node #2510
AnastasiiaSvietlova
wants to merge
18
commits into
integration/typescript
from
integration/typescript-node
Conversation
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
* convert plugin-node-device * fix type errors and update test * fix export * made value optional * fix test * add os to rollup
* convert plugin-node-in-project * fix types and rollup config * update rollup * update package json
* convert uncaught-exception to typescript * update types * update package json * update build
* convert unhandled-rejection to typescript * update package json * update package-lock
* convert node-surrounding-code * update rollup config * update types and test * delete commented line * update package json * update package-lock * update package-lock
* convert plugin strip project root to TypeScript * update import
* convert server session to typescript * update package-lock * add type declaration file for backo * update types * update types * update types and tests * update types
e949b87
to
9027b52
Compare
* Convert @bugsnag/plugin-node-device to TypeScript (#2505) * convert plugin-node-device * fix type errors and update test * fix export * made value optional * fix test * add os to rollup * Convert @bugsnag/plugin-node-in-project to TypeScript (#2506) * convert plugin-node-in-project * fix types and rollup config * update rollup * update package json * Convert @bugsnag/plugin-node-uncaught-exception to TypeScript (#2509) * convert uncaught-exception to typescript * update types * update package json * update build * Convert @bugsnag/plugin-node-unhandled-rejection to TypeScript (#2511) * convert unhandled-rejection to typescript * update package json * update package-lock * Convert @bugsnag/plugin-node-surrounding-code to TypeScript (#2507) * convert node-surrounding-code * update rollup config * update types and test * delete commented line * update package json * update package-lock * update package-lock * convert intercept to TS * fix types * update import * update package-lock
* Convert @bugsnag/plugin-node-device to TypeScript (#2505) * convert plugin-node-device * fix type errors and update test * fix export * made value optional * fix test * add os to rollup * Convert @bugsnag/plugin-node-in-project to TypeScript (#2506) * convert plugin-node-in-project * fix types and rollup config * update rollup * update package json * Convert @bugsnag/plugin-node-uncaught-exception to TypeScript (#2509) * convert uncaught-exception to typescript * update types * update package json * update build * Convert @bugsnag/plugin-node-unhandled-rejection to TypeScript (#2511) * convert unhandled-rejection to typescript * update package json * update package-lock * Convert @bugsnag/plugin-node-surrounding-code to TypeScript (#2507) * convert node-surrounding-code * update rollup config * update types and test * delete commented line * update package json * update package-lock * update package-lock * Convert @bugsnag/plugin-strip-project-root to TypeScript (#2520) * convert plugin strip project root to TypeScript * update import * Convert @bugsnag/plugin-server-session to TypeScript (#2514) * convert server session to typescript * update package-lock * add type declaration file for backo * update types * update types * update types and tests * update types * convert contextualize to TS * update rollup config * add space
) * Convert @bugsnag/plugin-node-device to TypeScript (#2505) * convert plugin-node-device * fix type errors and update test * fix export * made value optional * fix test * add os to rollup * Convert @bugsnag/plugin-node-in-project to TypeScript (#2506) * convert plugin-node-in-project * fix types and rollup config * update rollup * update package json * Convert @bugsnag/plugin-node-uncaught-exception to TypeScript (#2509) * convert uncaught-exception to typescript * update types * update package json * update build * Convert @bugsnag/plugin-node-unhandled-rejection to TypeScript (#2511) * convert unhandled-rejection to typescript * update package json * update package-lock * Convert @bugsnag/plugin-node-surrounding-code to TypeScript (#2507) * convert node-surrounding-code * update rollup config * update types and test * delete commented line * update package json * update package-lock * update package-lock * Convert @bugsnag/plugin-strip-project-root to TypeScript (#2520) * convert plugin strip project root to TypeScript * update import * Convert @bugsnag/plugin-server-session to TypeScript (#2514) * convert server session to typescript * update package-lock * add type declaration file for backo * update types * update types * update types and tests * update types * convert stackframe-path-normaliser to TS
* Convert @bugsnag/plugin-node-device to TypeScript (#2505) * convert plugin-node-device * fix type errors and update test * fix export * made value optional * fix test * add os to rollup * Convert @bugsnag/plugin-node-in-project to TypeScript (#2506) * convert plugin-node-in-project * fix types and rollup config * update rollup * update package json * Convert @bugsnag/plugin-node-uncaught-exception to TypeScript (#2509) * convert uncaught-exception to typescript * update types * update package json * update build * Convert @bugsnag/plugin-node-unhandled-rejection to TypeScript (#2511) * convert unhandled-rejection to typescript * update package json * update package-lock * Convert @bugsnag/plugin-node-surrounding-code to TypeScript (#2507) * convert node-surrounding-code * update rollup config * update types and test * delete commented line * update package json * update package-lock * update package-lock * Convert @bugsnag/plugin-strip-project-root to TypeScript (#2520) * convert plugin strip project root to TypeScript * update import * Convert @bugsnag/plugin-server-session to TypeScript (#2514) * convert server session to typescript * update package-lock * add type declaration file for backo * update types * update types * update types and tests * update types * convert delivery-node to TS * convert delivery and request * update types for delivery * fix build * fix rollup.config * fix tsconfig
* add tsconfig * convert plugin express to ts * update rollup config * delete old version * update export to pass tests * update types consistency * update export * refactor types of request * refactor import BugsnagPluginExpress * update export express plugin * delete type casting
* convert plugin-restify to ts * update types * refactor: 🏷️ base custom types off existing restify request types * refactor headers type of request * delete unnecessary export * add unit and end-to-end tests * update package-lock * update event severity property * restore event as any type casting * test: ✅ remove unnecessary tests * delete added previously lines to tests --------- Co-authored-by: Ben Wilson <[email protected]>
* convert plugin koa to ts * change connection to socket * update rollup config * update tests * remove unnecessary exports * update rollup configuration to retain generator function * fix some types * change type casting to ts-expect error --------- Co-authored-by: Ben Wilson <[email protected]>
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
Design
Changeset
Refactor @bugsnag packages:
Testing
Covered by existing end to end and unit tests