File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 11import { jevkoml } from 'https://raw.githubusercontent.com/jevko/jevkoml/v0.3.4/jevkoml.js'
22import { jevkocfg } from 'https://raw.githubusercontent.com/jevko/jevkoconfig1.js/v0.1.1/jevkocfg.js'
3- import { jevkodata } from 'https://raw.githubusercontent.com/jevko/jevkodata/v0.1 .0/jevkodata .js'
3+ import { jevkodata , map , prep as prepdata } from 'https://raw.githubusercontent.com/jevko/jevkodata/v0.2 .0/mod .js'
44
55import { parseJevkoWithHeredocs } from 'https://cdn.jsdelivr.net/gh/jevko/parsejevko.js@v0.1.8/mod.js'
66
77import { readTextFileSync , readStdinText , writeTextFileSync } from './io.js'
88
99import { dirname , join , extname , isAbsolute } from "https://deno.land/std@0.165.0/path/mod.ts" ;
1010
11- // todo: import from library
12- import { map , prep as prepdata } from './jevkodatatemp.js'
13-
1411// todo: exactly 1?
1512let source
1613let dir
@@ -38,9 +35,6 @@ const withoutShebang = source => {
3835 return source
3936}
4037
41-
42- // console.log(map(argj.subjevkos), argj, Deno.args, `|${argj.suffix.trim()}|`)
43-
4438let argmap
4539if ( Deno . args . length > 0 ) {
4640 argmap = getArgmap ( )
You can’t perform that action at this time.
0 commit comments