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

fix: declare used babel dependencies #24842

Merged
merged 6 commits into from Dec 9, 2022
Merged

fix: declare used babel dependencies #24842

merged 6 commits into from Dec 9, 2022

Conversation

mjhenkes
Copy link
Member

User facing changelog

  • declared babel dependencies that are used, but not declared.

Additional details

Dependencies used here:

import { default as traverse } from '@babel/traverse'
import { default as generate } from '@babel/generator'

Steps to test

How has the user experience changed?

PR Tasks

  • Have tests been added/updated?
  • Has the original issue (or this PR, if no issue exists) been tagged with a release in ZenHub? (user-facing changes only)
  • Has a PR for user-facing changes been opened in cypress-documentation?
  • Have API changes been updated in the type definitions?

@mjhenkes mjhenkes self-assigned this Nov 28, 2022
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Nov 28, 2022

Thanks for taking the time to open a PR!

expect(parsed).to.deep.equal([
[{ tag: '@tag1', invert: false }],
[{ tag: '@tag2', invert: true }],
])
})

// would need to change the tokenizer
// TODO: would need to change the tokenizer
Copy link
Member Author

Choose a reason for hiding this comment

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

This hasn't changed in quite a while but it's now getting linted so i added the TODO

@mjhenkes mjhenkes merged commit 910f912 into develop Dec 9, 2022
@mjhenkes mjhenkes deleted the matth/fix/add-deps branch December 9, 2022 20:39
flotwig added a commit that referenced this pull request Dec 12, 2022
* fix: declare used babel dependencies

* try this???

* unlock deps
flotwig pushed a commit that referenced this pull request Dec 13, 2022
* fix: declare used babel dependencies

* try this???

* unlock deps
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.

dependency issue after webpack-preprocessor 5.12.2
3 participants