1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-28 01:59:06 -05:00
denoland-deno/cli/tests/testdata/subdir
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
..
redirects
subdir2
amd_like.js
auto_print_hello.ts
circular1.ts
circular2.ts
comment.ts
config.json
emittable.d.ts
empty.ts
evil_remote_import.js
export_types.ts
foo_types.d.ts
form_urlencoded.txt
import.mts
indirect_import_error.js
indirect_throws.js
json_1.json
json_2.json
json_3.json
jsx_import_source_no_pragma.tsx
main.ts
mismatch_ext.ts
mod.mjs
mod1.ts
mod2.ts
mod3.js
mod4.js
mod5.mjs
mod6.js
mod7.js
mod8.js
more_decorators.ts
mt_application_ecmascript.j2.js
mt_application_ecmascript_jsx.j2.jsx
mt_application_x_javascript.j4.js
mt_application_x_javascript_jsx.j4.jsx
mt_application_x_typescript.t4.ts
mt_application_x_typescript_tsx.t4.tsx
mt_javascript.js
mt_javascript_jsx.jsx
mt_text_ecmascript.j3.js
mt_text_ecmascript_jsx.j3.jsx
mt_text_javascript.j1.js
mt_text_javascript_jsx.j1.jsx
mt_text_typescript.t1.ts
mt_text_typescript_tsx.t1.tsx
mt_video_mp2t.t3.ts
mt_video_mp2t_tsx.t3.tsx
mt_video_vdn.t2.ts
mt_video_vdn_tsx.t2.tsx
no_ext
no_js_ext
polyfill.ts
print_hello.ts
single_module.ts
test_worker_basic.js
throws.js
tla.ts
type_and_code.ts
type_error.ts
type_reference.d.ts
type_reference.js
types.d.mts
types.d.ts
unknown_ext.deno