mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 15:49:44 -05:00
06b6352292
Regression in 1.45.0 caused by storing relative paths instead of absolute paths in the binary. Closes #24654
2 lines
61 B
TypeScript
2 lines
61 B
TypeScript
import { add } from "@denotest/add";
|
|
console.log(add(1, 2));
|