mirror of
https://github.com/denoland/deno.git
synced 2025-07-27 23:23:56 +00:00
BREAKING: Remove Deno.EOF, use null instead (#4953)
This commit is contained in:
parent
47c2f034e9
commit
678313b176
46 changed files with 329 additions and 325 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S deno --allow-net --allow-env
|
||||
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||||
import { parse } from "https://deno.land/std/flags/mod.ts";
|
||||
import { parse } from "../flags/mod.ts";
|
||||
|
||||
function pathBase(p: string): string {
|
||||
const parts = p.split("/");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue