denosaurs/ddoc

install fails with deno v1.5.1

Opened this issue · 0 comments

running deno install -A -f --unstable https://deno.land/x/ddoc@0.0.2/ddoc.ts
will download all the dependencies, but then fail when compiling the script

Check https://deno.land/x/ddoc@0.0.2/ddoc.ts
error: TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
export { File, Policy, Origin, RELOAD_POLICY };
         ~~~~
    at https://a6uo4rpmxalr6ichpa32twdpmhgj6in4k6guyv242gu4u6ofwuva.arweave.net/B6juRey4Fx8gR3g3qdhvYcyfIbxXjUxXXNGpynnFtSo/cache.ts:6:10

TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
export { File, Policy, Origin, RELOAD_POLICY };
               ~~~~~~
    at https://a6uo4rpmxalr6ichpa32twdpmhgj6in4k6guyv242gu4u6ofwuva.arweave.net/B6juRey4Fx8gR3g3qdhvYcyfIbxXjUxXXNGpynnFtSo/cache.ts:6:16

TS1205 [ERROR]: Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'.
export { LogLevels, LevelName } from "./levels.ts";
                    ~~~~~~~~~
    at https://deno.land/std@0.61.0/log/mod.ts:13:21

Found 3 errors.