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

Sharing JSX code #65

Closed
edemaine opened this issue Mar 30, 2022 · 0 comments
Closed

Sharing JSX code #65

edemaine opened this issue Mar 30, 2022 · 0 comments

Comments

@edemaine
Copy link
Owner

If a js/coffee file requires another file, it currently doesn't parse JSX so throws an error. This makes it impossible to share JSX code between different definition files, except by code duplication.

Ideally we can override require and ideally import to add Babel transforms. There may already be a library to do this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant