feat(std/node): consistent Node.js builtin shapes (#8274)

This commit is contained in:
Guy Bedford 2020-11-09 06:25:13 -08:00 committed by GitHub
parent 293cae5e1f
commit 8b7f5531ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 1900 additions and 1843 deletions

View file

@ -1,6 +1,6 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import { assert, assertEquals, assertThrows } from "../testing/asserts.ts";
import Buffer from "./buffer.ts";
import { Buffer } from "./buffer.ts";
Deno.test({
name: "Buffer global scope",