1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-02 09:34:19 -04:00
denoland-deno/cli/tests/testdata/jsx
Bartek Iwańczuk 5dea510b02
fix(lock): autodiscovery of lockfile (#16498)
This commit adds autodiscovery of lockfile. 

This only happens if Deno discovers the configuration file (either 
"deno.json" or "deno.jsonc"). In such case Deno tries to load
"deno.lock"
file that sits next to the configuration file, or creates one for user
if
the lockfile doesn't exist yet.

As a consequence, "--lock" and "--lock-write" flags had been updated.
"--lock" no longer requires a value, if one is not provided, it defaults
to "./deno.lock" resolved from the current working directory.
"--lock-write"
description was updated to say that it forces to overwrite a lockfile.

Autodiscovery is currently not handled by the LSP.
2022-11-02 16:32:30 +01: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
deno.lock fix(lock): autodiscovery of lockfile (#16498) 2022-11-02 16:32:30 +01: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