-
Notifications
You must be signed in to change notification settings - Fork 51
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
Added typescript plugins dev guide #497
Conversation
a2a55f9
to
d89a41c
Compare
d89a41c
to
0463a4f
Compare
{ | ||
"name": "@player-ui/example-plugin", | ||
"version": "0.0.0-PLACEHOLDER", | ||
"main": "src/index.tsx", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick but technically the entrypoint to a React Plugin doesn't have to be a .tsx
file
4b490cf
to
2c4be0f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #497 +/- ##
=======================================
Coverage 91.97% 91.97%
=======================================
Files 340 340
Lines 26960 26960
Branches 1945 1945
=======================================
Hits 24796 24796
Misses 2150 2150
Partials 14 14 ☔ View full report in Codecov by Sentry. |
2c4be0f
to
e409fe2
Compare
Added dev guide for typescript plugins.
Change Type (required)
Indicate the type of change your pull request is:
patch
minor
major
Does your PR have any documentation updates?