File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
2- import { basename , dirname , join } from "https://deno.land/std/ path/mod.ts " ;
3- import { expandGlobSync } from "https://deno.land/std/fs/expand_glob.ts " ;
4- import { parse } from "https://deno.land/std/ yaml/mod.ts " ;
5- import { distinct } from "https://deno.land/std/ collections/distinct.ts"
2+ import { basename , dirname , join } from "stdlib/ path" ;
3+ import { expandGlobSync } from "stdlib/fs " ;
4+ import { parse } from "stdlib/ yaml" ;
5+ import { distinct } from "stdlib/ collections" ;
66
77
88export function asArray < T > ( x ?: T | Array < T > ) : Array < T > {
Original file line number Diff line number Diff line change 1- import * as path from "https://deno.land/std/ path/mod.ts " ;
2- import { existsSync } from "https://deno.land/std/fs/mod.ts " ;
1+ import * as path from "stdlib/ path" ;
2+ import { existsSync } from "stdlib/fs " ;
33
44function getModuleDir ( importMeta : ImportMeta ) : string {
55 return path . resolve ( path . dirname ( path . fromFileUrl ( importMeta . url ) ) ) ;
You can’t perform that action at this time.
0 commit comments