1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/args
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
..
config_file.rs fix: resolve jsxImportSource relative to module (#15561) 2022-08-24 19:36:05 +02:00
flags.rs feat: add "deno init" subcommand (#15469) 2022-08-20 01:37:05 +02:00
flags_allow_net.rs refactor: create args folder (#14982) 2022-06-27 16:54:09 -04:00
mod.rs fix: resolve jsxImportSource relative to module (#15561) 2022-08-24 19:36:05 +02:00