mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
chore: Happy New Year 2025 (#27509)
This commit is contained in:
parent
ac7b33a340
commit
8fb073d7b4
1190 changed files with 1192 additions and 1192 deletions
2
runtime/examples/extension/bootstrap.js
vendored
2
runtime/examples/extension/bootstrap.js
vendored
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2018-2025 the Deno authors. MIT license.
|
||||
import { op_hello } from "ext:core/ops";
|
||||
function hello() {
|
||||
op_hello("world");
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2018-2025 the Deno authors. MIT license.
|
||||
console.log("Hello world from JS!");
|
||||
console.log(Deno.build);
|
||||
Extension.hello();
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
||||
// Copyright 2018-2025 the Deno authors. MIT license.
|
||||
|
||||
#![allow(clippy::print_stdout)]
|
||||
#![allow(clippy::print_stderr)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue