deno/cli/schemas
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
..
config-file.v1.json feat: add jsx precompile skip element option (#23457) 2024-04-22 17:07:36 +02:00
kv-metadata-exchange-response.v1.json feat(ext/kv): connect to remote database (#20178) 2023-08-22 13:56:00 +08:00
module-graph.json chore: update URL for schemas (#12070) 2021-09-14 16:39:58 +02:00
registry-completions.v1.json feat(lsp): improve registry completion suggestions (#13023) 2021-12-14 06:24:11 +11:00
registry-completions.v2.json feat(lsp): improve registry completion suggestions (#13023) 2021-12-14 06:24:11 +11:00