feat(cli): add support for bundle --no-check (#8023)

Fixes #6686
This commit is contained in:
Kitson Kelly 2020-10-20 14:10:42 +11:00 committed by GitHub
parent 034ab48086
commit 57e95032c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 886 additions and 67 deletions

View file

@ -0,0 +1,5 @@
export * as a from "./a.ts";
export * as b from "./b.js";
export * as c from "./c.js";
export const mod = [];