-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeps-deno.ts
38 lines (28 loc) · 1.17 KB
/
deps-deno.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
export { join, dirname, basename } from 'https://deno.land/[email protected]/path/mod.ts'
export { iterateReader as iter } from 'https://deno.land/[email protected]/streams/conversion.ts'
export {
setColorEnabled,
reset,
bold,
blue,
green,
yellow,
italic,
red,
gray,
rgb24 as color,
bgRgb24 as background
} from 'https://deno.land/[email protected]/fmt/colors.ts'
export { globToRegExp } from 'https://deno.land/[email protected]/path/glob.ts'
export {
compile,
preprocess
} from 'npm:[email protected]/compiler'
export { faker } from 'https://raw.githubusercontent.com/jackfiszr/deno-faker/v1.0.3/mod.ts'
export { parse } from 'https://deno.land/[email protected]/flags/mod.ts'
export { build, transform, context as esbContext } from 'https://deno.land/x/[email protected]/mod.js'
export { default as WindiForms } from 'https://cdn.skypack.dev/[email protected]/plugin/forms'
export { default as WindiProcessor } from 'https://esm.sh/[email protected]'
export { HTMLParser, CSSParser } from 'https://esm.sh/[email protected]/utils/parser' // ClassParser
export { default as Ajv } from 'https://esm.sh/[email protected]'
export { default as ajvStandaloneCode } from 'https://esm.sh/[email protected]/dist/standalone'