summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/jsx
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-01-24 21:14:49 +0100
committerGitHub <noreply@github.com>2023-01-24 15:14:49 -0500
commitf14ea3d4d43eb579674f508b6a534429cc9191d6 (patch)
treed727a8c0a02c5ffca9d891ca4fc462e67275ad19 /cli/tests/testdata/jsx
parente1c51f3c0d595542fe471359916df2a7b6be5484 (diff)
feat: suggest adding a "node:" prefix for bare specifiers that look like built-in Node modules (#17519)
Diffstat (limited to 'cli/tests/testdata/jsx')
-rw-r--r--cli/tests/testdata/jsx/deno.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/testdata/jsx/deno.lock b/cli/tests/testdata/jsx/deno.lock
new file mode 100644
index 000000000..011e8fe10
--- /dev/null
+++ b/cli/tests/testdata/jsx/deno.lock
@@ -0,0 +1,6 @@
+{
+ "version": "2",
+ "remote": {
+ "http://localhost:4545/jsx/jsx-dev-runtime/index.ts": "183c5bf1cfb82b15fc1e8cca15593d4816035759532d851abd4476df378c8412"
+ }
+} \ No newline at end of file