1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 15:49:44 -05:00
denoland-deno/tests/specs/compile/byonm_main_sub_dir/src/main.ts
David Sherret 06b6352292
fix(unstable/compile): handle byonm import in sub dir (#24755)
Regression in 1.45.0 caused by storing relative paths instead of
absolute paths in the binary.

Closes #24654
2024-07-26 15:53:53 -04:00

2 lines
61 B
TypeScript

import { add } from "@denotest/add";
console.log(add(1, 2));