<feed xmlns='http://www.w3.org/2005/Atom'>
<title>deno.git/cli/tests/testdata/npm/registry/has, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.soulminingrig.com/deno.git/atom?h=main</id>
<link rel='self' href='https://git.soulminingrig.com/deno.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.soulminingrig.com/deno.git/'/>
<updated>2024-02-10T20:22:13Z</updated>
<entry>
<title>chore: move cli/tests/ -&gt; tests/  (#22369)</title>
<updated>2024-02-10T20:22:13Z</updated>
<author>
<name>Matt Mastracci</name>
<email>matthew@mastracci.com</email>
</author>
<published>2024-02-10T20:22:13Z</published>
<link rel='alternate' type='text/html' href='https://git.soulminingrig.com/deno.git/commit/?id=f5e46c9bf2f50d66a953fa133161fc829cecff06'/>
<id>urn:sha1:f5e46c9bf2f50d66a953fa133161fc829cecff06</id>
<content type='text'>
This looks like a massive PR, but it's only a move from cli/tests -&gt;
tests, and updates of relative paths for files.

This is the first step towards aggregate all of the integration test
files under tests/, which will lead to a set of integration tests that
can run without the CLI binary being built.

While we could leave these tests under `cli`, it would require us to
keep a more complex directory structure for the various test runners. In
addition, we have a lot of complexity to ignore various test files in
the `cli` project itself (cargo publish exclusion rules, autotests =
false, etc).

And finally, the `tests/` folder will eventually house the `test_ffi`,
`test_napi` and other testing code, reducing the size of the root repo
directory.

For easier review, the extremely large and noisy "move" is in the first
commit (with no changes -- just a move), while the remainder of the
changes to actual files is in the second commit.</content>
</entry>
<entry>
<title>fix(npm): canonicalize filename before returning (#18948)</title>
<updated>2023-05-02T00:35:33Z</updated>
<author>
<name>Bartek Iwańczuk</name>
<email>biwanczuk@gmail.com</email>
</author>
<published>2023-05-02T00:35:33Z</published>
<link rel='alternate' type='text/html' href='https://git.soulminingrig.com/deno.git/commit/?id=2f651b2d64523bdd377d22b8b7213a04ad82f459'/>
<id>urn:sha1:2f651b2d64523bdd377d22b8b7213a04ad82f459</id>
<content type='text'>
This commit changes how paths for npm packages are handled,
by canonicalizing them when resolving. This is done so that instead
of returning
"node_modules/&lt;package_name&gt;@&lt;version&gt;/node_modules/&lt;dep&gt;/index.js"
(which is a symlink) we "node_modules/&lt;dep&gt;@&lt;dep_version&gt;/index.js.

Fixes https://github.com/denoland/deno/issues/18924
Fixes https://github.com/bluwy/create-vite-extra/issues/31

---------

Co-authored-by: David Sherret &lt;dsherret@gmail.com&gt;</content>
</entry>
</feed>
