From 8d5c2313495014a6af842e21da802e01e11b8e08 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 27 Feb 2024 16:13:16 +0100 Subject: feat(publish): support sloppy imports and bare node built-ins (#22588) --- tests/testdata/publish/bare_node_builtins/deno.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/testdata/publish/bare_node_builtins/deno.json (limited to 'tests/testdata/publish/bare_node_builtins/deno.json') diff --git a/tests/testdata/publish/bare_node_builtins/deno.json b/tests/testdata/publish/bare_node_builtins/deno.json new file mode 100644 index 000000000..213a7cec6 --- /dev/null +++ b/tests/testdata/publish/bare_node_builtins/deno.json @@ -0,0 +1,7 @@ +{ + "name": "@foo/bar", + "version": "1.0.0", + "exports": { + ".": "./mod.ts" + } +} -- cgit v1.2.3