mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
049e703331
Makes the `"nodeModulesDir"` setting take precedence over byonm when using `DENO_FUTURE`.
4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
import { getValue, setValue } from "@denotest/esm-basic";
|
|
|
|
setValue(2);
|
|
console.log(getValue());
|