mirror of
https://github.com/denoland/deno.git
synced 2024-11-04 08:54:20 -05:00
abd9610530
This commit removes "Deno.core" namespace. It is strictly private API that has no stability guarantees, we were supposed to remove it long time ago. Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
Deno[Deno.internal].core.ops.op_ffi_ptr_of(
|
|
new Uint8Array(0),
|
|
new Uint32Array(2),
|
|
);
|