0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/testdata/jsx
Luca Casonato 33c4d45328
fix: resolve jsxImportSource relative to module (#15561)
Previously `jsxImportSource` was resolved relative to the config file
during graph building, and relative to the emitted module during
runtime.

This is now fixed so that the JSX import source is resolved relative to
the module both during graph building and at runtime.
2022-08-24 19:36:05 +02:00
..
jsx-dev-runtime feat(cli): support React 17 JSX transforms (#12631) 2021-11-09 12:26:39 +11:00
jsx-runtime feat(cli): support React 17 JSX transforms (#12631) 2021-11-09 12:26:39 +11:00
deno-jsx-error.jsonc refactor(cli): use GraphData for check and emit (#12960) 2021-12-16 21:45:41 +11:00
deno-jsx-import-map.jsonc feat(cli): support React 17 JSX transforms (#12631) 2021-11-09 12:26:39 +11:00
deno-jsx.json fix(cli): allow configurations files to also be json modules (#15444) 2022-08-11 07:33:42 +10:00
deno-jsx.jsonc feat(cli): support React 17 JSX transforms (#12631) 2021-11-09 12:26:39 +11:00
deno-jsxdev-import-map.jsonc feat(cli): support React 17 JSX transforms (#12631) 2021-11-09 12:26:39 +11:00
deno-jsxdev.jsonc feat(cli): support React 17 JSX transforms (#12631) 2021-11-09 12:26:39 +11:00
import-map-scoped.json fix: resolve jsxImportSource relative to module (#15561) 2022-08-24 19:36:05 +02:00
import-map.json feat(cli): support React 17 JSX transforms (#12631) 2021-11-09 12:26:39 +11:00