refactor: new module graph used for no check (#7621)

This commit is contained in:
Kitson Kelly 2020-09-25 08:31:17 +10:00 committed by GitHub
parent 7726cfb932
commit c489589e2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 1762 additions and 213 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 = [];