-
Notifications
You must be signed in to change notification settings - Fork 29
Convert get-content-from-url
To TypeScript
#13853
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
Conversation
TypeScript is more robust than JS with typed JSDoc comments. Also removed the `getContentFromURL` default export as it wasn't used anywhere and it was causing a lint error.
Size Change: 0 B Total Size: 967 kB ℹ️ View Unchanged
|
Hello 👋! When you're ready to run Chromatic, please apply the You will need to reapply the label each time you want to run Chromatic. |
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.
✨
Seen on PROD (merged by @JamieB-gu 9 minutes and 35 seconds ago) Please check your changes! |
TypeScript is more robust than JS with typed JSDoc comments.
Also removed the
getContentFromURL
default export as it wasn't used anywhere and it was causing a lint error.Part of #13737. Requires #13851, so opening as draft for now.