mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
54240c22af
Closes: #5059 Co-authored-by: Valentin Anger <syrupthinker@gryphno.de>
4 lines
146 B
TypeScript
4 lines
146 B
TypeScript
// export { a } from "./a.ts";
|
|
import * as a from "data:application/javascript;base64,ZXhwb3J0IHsgYSB9IGZyb20gIi4vYS50cyI7Cg==";
|
|
|
|
console.log(a);
|