Skip to content

deno quit when exporting oak module #11137

@Srabutdotcom

Description

@Srabutdotcom

Dear team,

I use deno version 1.11.2
and have been trying to export oak module but the app quit without any error message.

import { Application } from "'https://deno.land/x/oak/mod.ts'";
const app = new Application();
export {app}

and then when i call deno run, it is just quit.....

What is wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions