mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
9be8dce0c7
Fixes #25777. We were missing the "node" condition, so we were resolving to the wrong conditional export, causing our analysis to be incorrect.
3 lines
73 B
TypeScript
3 lines
73 B
TypeScript
import { hello } from "@denotest/mjs-reexport-cjs";
|
|
|
|
console.log(hello);
|