mirror of
https://github.com/denoland/deno.git
synced 2025-07-29 16:13:54 +00:00
Reorgnanize repos, examples and tests (denoland/deno_std#105)
Original: c5e6e015b5
This commit is contained in:
parent
7d6a0f64f2
commit
f626b04ebe
44 changed files with 54 additions and 45 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env deno --allow-net --allow-env
|
||||
|
||||
import { args, env, exit, readFile } from "deno";
|
||||
import { parse } from "https://deno.land/x/flags/index.ts";
|
||||
import { parse } from "https://deno.land/x/flags/mod.ts";
|
||||
|
||||
function pathBase(p: string): string {
|
||||
const parts = p.split("/");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue