Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix this when ts 4.5 is released #11

Open
github-actions bot opened this issue Nov 9, 2021 · 0 comments
Open

fix this when ts 4.5 is released #11

github-actions bot opened this issue Nov 9, 2021 · 0 comments
Labels

Comments

@github-actions
Copy link

github-actions bot commented Nov 9, 2021

fix this when ts 4.5 is released

//TODO: fix this when ts 4.5 is released

//prod
export { Application, Router } from "https://deno.land/x/oak@v9.0.1/mod.ts";
export { default as logger } from "https://deno.land/x/oak_logger@1.0.0/mod.ts";
export * as log from "https://deno.land/std@0.105.0/log/mod.ts";
export { green, yellow } from "https://deno.land/std@0.105.0/fmt/colors.ts";

//dev
//TODO: fix this when ts 4.5 is released
export { superoak } from "https://deno.land/x/superoak@4.4.0/mod.ts";
export type { IResponse } from "https://deno.land/x/superoak@4.4.0/mod.ts";
export {
  assertEquals,
  assertStringIncludes,
} from "https://deno.land/std@0.105.0/testing/asserts.ts";

07a6e4ba68b235f9da9c1e512270c419121acd9e

@github-actions github-actions bot added the todo label Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants