1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/cli/node
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
..
analyze.rs fix(npm): add console global for node environment (#16519) 2022-11-02 19:08:09 -04:00
mod.rs fix(npm): don't fail if conditional exports don't contains types (#16651) 2022-11-16 01:40:03 +01:00