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

clean/deps: remove unused Babel plugins: transform-runtime, dynamic-import #837

Merged
merged 1 commit into from
Aug 25, 2020

Conversation

agilgur5
Copy link
Collaborator

@agilgur5 agilgur5 commented Aug 25, 2020

Description

Tags

In-line above, #795 for transform-runtime replacement, #208 and #287 for addition of plugins and lack of removal during rollback.

I had noticed transform-runtime was unused in #547 (comment) but hadn't fully investigated till now and found syntax-dynamic-import along the way

…mport

- transform-runtime is not used
  - its functionality will instead be added by the newer/better
    babel-plugin-polyfill-regenerator in a future commit/PR
  - move it to devDep as there is an integration test for it

- syntax-dynamic-import is not used
  - and it's also included in @babel/preset-env anyway

- these were added in bfc0590 to
  support `@wessberg/rollup-plugin-ts` but were not rolled back when
  that was rolled back in 3989277
@vercel
Copy link

vercel bot commented Aug 25, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/formium/tsdx/kbb9t9wcy
✅ Preview: https://tsdx-git-fork-agilgur5-remove-unused-babel-plugins.formium.vercel.app

Copy link
Collaborator Author

@agilgur5 agilgur5 left a comment

Choose a reason for hiding this comment

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

LGTM. 4 LoC change, tests still pass, gonna go out in a minor anyway

@agilgur5 agilgur5 merged commit 485e04b into jaredpalmer:master Aug 25, 2020
paul-vd pushed a commit to EezyQuote/tsdx that referenced this pull request Dec 1, 2020
…mport (jaredpalmer#837)

- transform-runtime is not used
  - its functionality will instead be added by the newer/better
    babel-plugin-polyfill-regenerator in a future commit/PR
  - move it to devDep as there is an integration test for it

- syntax-dynamic-import is not used
  - and it's also included in @babel/preset-env anyway

- these were added in bfc0590 to
  support `@wessberg/rollup-plugin-ts` but were not rolled back when
  that was rolled back in 3989277
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.

1 participant