1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-24 08:00:10 -05:00
denoland-deno/cli/tests
Bartek Iwańczuk 300fd07fad
fix(npm): don't fail if conditional exports don't contains types (#16651)
If resolving types for an npm package, we didn't find "types" entry in 
the conditional exports declaration we were falling-through to regular 
resolution, instead of short-circuiting and giving up on resolving
types, which might lead to unwarranted errors.

Closes https://github.com/denoland/deno/issues/16649
2022-11-16 01:40:03 +01:00
..
integration fix(npm): don't fail if conditional exports don't contains types (#16651) 2022-11-16 01:40:03 +01:00
testdata fix(npm): don't fail if conditional exports don't contains types (#16651) 2022-11-16 01:40:03 +01:00
unit feat(unstable): "Deno.Command()" API (#16516) 2022-11-13 14:00:24 -05:00
integration_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00