deno/runtime/examples/extension/main.js
Matt Mastracci 66fd6f2866
fix(cli): unbreak extension example and fix __runtime_js_sources (#22906)
Better example to close https://github.com/denoland/deno/issues/22600

---------

Signed-off-by: Matt Mastracci <matthew@mastracci.com>
2024-03-14 04:23:37 +01:00

5 lines
156 B
JavaScript

// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
console.log("Hello world from JS!");
console.log(Deno.build);
Extension.hello();