Skip to content

drun error. #26

@jaihind1702

Description

@jaihind1702

Check https://deno.land/x/drun/drun.ts
error: TS2305 [ERROR]: Module '"deno:///none.d.ts"' has no exported member 'readJson'.
export { readJson } from "https://deno.land/std@v0.66.0/fs/mod.ts";
~~~~~~~~
at https://deno.land/x/drun@v1.3.1/deps.ts:1:10

TS2305 [ERROR]: Module '"deno:///none.d.ts"' has no exported member 'extname'.
export { extname } from "https://deno.land/std@v0.66.0/path/mod.ts";
~~~~~~~
at https://deno.land/x/drun@v1.3.1/deps.ts:2:10

TS2498 [ERROR]: Module '"deno:///none.d.ts"' uses 'export =' and cannot be used with 'export *'.
export * as log from "https://deno.land/std@v0.66.0/log/mod.ts";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
at https://deno.land/x/drun@v1.3.1/deps.ts:3:22

Found 3 errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions