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: native default jsxImportSource resolution #176

Merged

Conversation

lucacasonato
Copy link
Member

@lucacasonato lucacasonato commented Aug 23, 2022

This commit adds support for natively resolving a default
jsxImportSource specified in a config file per module.

The fix that this allows for upstream is that all
jsxImportSources should be resolved relative to the module
at all times. Right now we resolve relative to the config
file in the graph, and relative to the module at runtime.

Towards denoland/deno#15559

Upstream integration: denoland/deno#15561

This commit adds support for natively resolving a default
jsxImportSource specified in a config file per module.
@lucacasonato lucacasonato force-pushed the native_default_jsx_import_source branch from 69898ec to 15f3eaf Compare August 23, 2022 12:17
Copy link
Contributor

@kitsonk kitsonk left a comment

Choose a reason for hiding this comment

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

LGTM and this all makes sense.

@lucacasonato lucacasonato merged commit fe0e47d into denoland:main Aug 24, 2022
@lucacasonato lucacasonato deleted the native_default_jsx_import_source branch August 24, 2022 08:08
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.

2 participants