1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/integration
Marvin Hagemeister 9686a8803e
feat: add jsx precompile skip element option (#23457)
<!--
Before submitting a PR, please read
https://docs.deno.com/runtime/manual/references/contributing

1. Give the PR a descriptive title.

  Examples of good title:
    - fix(std/http): Fix race condition in server
    - docs(console): Update docstrings
    - feat(doc): Handle nested reexports

  Examples of bad title:
    - fix #7123
    - update docs
    - fix bugs

2. Ensure there is a related issue and it is referenced in the PR text.
3. Ensure there are tests that cover the changes.
4. Ensure `cargo test` passes.
5. Ensure `./tools/format.js` passes without changing files.
6. Ensure `./tools/lint.js` passes.
7. Open as a draft PR if your work is still in progress. The CI won't
run
   all steps, but you can add '[ci]' to a commit message to force it to.
8. If you would like to run the benchmarks on the CI, add the 'ci-bench'
label.
-->
This PR wires up a new `jsxPrecompileSkipElements` option in
`compilerOptions` that can be used to exempt a list of elements from
being precompiled with the `precompile` JSX transform.
2024-04-22 17:07:36 +02:00
..
bench_tests.rs refactor: move redirect handling into deno_graph (#23444) 2024-04-19 01:43:28 +00:00
bundle_tests.rs chore: fix typos (#22677) 2024-03-04 14:28:57 +00:00
cache_tests.rs refactor: move redirect handling into deno_graph (#23444) 2024-04-19 01:43:28 +00:00
cert_tests.rs chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00
check_tests.rs chore: update references to deno_std to use JSR (#23239) 2024-04-10 17:26:35 -04:00
compile_tests.rs test(compile): dynamic JSR imports are working correctly (#23306) 2024-04-12 12:27:34 +02:00
coverage_tests.rs chore: move more tests away from itest (#22909) 2024-03-15 15:46:51 -04:00
doc_tests.rs fix: upgrade deno_ast related crates (#23187) 2024-04-11 23:00:17 +00:00
eval_tests.rs chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00
flags_tests.rs chore: move more tests away from itest (#22909) 2024-03-15 15:46:51 -04:00
fmt_tests.rs fix(publish): make include and exclude work (#22720) 2024-03-07 20:16:32 -05:00
info_tests.rs chore: rough first pass on spec tests (#22877) 2024-03-13 16:21:13 +00:00
init_tests.rs feat(init): use jsr specifier for @std/assert (#23073) 2024-03-27 18:51:52 +01:00
inspector_tests.rs fix(inspector): don't panic if port is not free (#22745) 2024-04-12 01:17:10 +02:00
install_tests.rs feat(install): require -g / --global flag (#23060) 2024-03-27 23:45:57 +01:00
js_unit_tests.rs fix(ext/fetch): do not truncate field value in EventSource (#22368) 2024-03-25 07:31:13 -07:00
jsr_tests.rs chore: move more tests away from itest (#22909) 2024-03-15 15:46:51 -04:00
jupyter_tests.rs chore: Make jupyter integration tests less flaky and avoid hang (#23134) 2024-03-29 23:23:48 -07:00
lint_tests.rs fix(publish): make include and exclude work (#22720) 2024-03-07 20:16:32 -05:00
lsp_tests.rs perf(lsp): Batch "$projectChanged" notification in with the next JS request (#23451) 2024-04-22 08:03:16 -07:00
mod.rs chore(tests): Introduce integration tests for jupyter subcommand (#23074) 2024-03-25 17:53:50 -07:00
node_compat_tests.rs fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23382) 2024-04-16 13:45:41 +00:00
node_unit_tests.rs fix(ext/node): polyfill node:domain module (#23088) 2024-04-03 21:37:10 +02:00
npm_tests.rs FUTURE: enable BYONM by default (#23194) 2024-04-03 00:43:03 +02:00
pm_tests.rs fix(cli): avoid deno add and deno vendor errors when deno.json is empty (#23439) 2024-04-18 15:48:15 -04:00
publish_tests.rs feat(publish): check for uncommitted files in deno publish --dry-run (#22981) 2024-03-22 12:41:33 -07:00
repl_tests.rs refactor(lsp): factor out workspace walk from resolver update (#22937) 2024-03-21 04:29:52 +00:00
run_tests.rs feat: add jsx precompile skip element option (#23457) 2024-04-22 17:07:36 +02:00
shared_library_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
task_tests.rs feat(task): support running npm binary commands in deno.json (#23478) 2024-04-20 20:13:46 -04:00
test_tests.rs refactor: move redirect handling into deno_graph (#23444) 2024-04-19 01:43:28 +00:00
upgrade_tests.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
vendor_tests.rs fix(cli): avoid deno add and deno vendor errors when deno.json is empty (#23439) 2024-04-18 15:48:15 -04:00
watcher_tests.rs feat: add --watch-exclude flag (#21935) 2024-03-27 22:47:46 +00:00
worker_tests.rs fix(ext/node): implement MessagePort.unref() (#23278) 2024-04-09 20:15:55 +02:00