mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00

This commit adds support for `--unstable-node-conditions` flag that allows to customize "conditional exports" used by Deno. See https://nodejs.org/api/packages.html#resolving-user-conditions for more details. Ref https://github.com/denoland/deno/issues/23757 --------- Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
3 lines
48 B
JavaScript
3 lines
48 B
JavaScript
import react from "react";
|
|
|
|
console.log(react);
|