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

[wip] feat: typescript plugin #86

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

[wip] feat: typescript plugin #86

wants to merge 3 commits into from

Conversation

@changeset-bot
Copy link

changeset-bot bot commented Oct 10, 2021

⚠️ No Changeset found

Latest commit: 73f6f4a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented Oct 10, 2021

Codecov Report

Merging #86 (73f6f4a) into main (2755065) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #86   +/-   ##
=======================================
  Coverage   97.00%   97.00%           
=======================================
  Files           6        6           
  Lines         100      100           
  Branches       26       26           
=======================================
  Hits           97       97           
  Misses          3        3           
Flag Coverage Δ
esbuild-plugin 86.95% <ø> (ø)
rollup-plugin 100.00% <ø> (ø)
transform 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2755065...73f6f4a. Read the comment docs.

); */
}

return ts.visitEachChild(node, visitor, ctx);
Copy link
Owner Author

Choose a reason for hiding this comment

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

Note for self: this seems like it doesn't actually visit each child of the node

@kyle-johnson kyle-johnson marked this pull request as draft November 6, 2022 17:13
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