swc/bundler/tests/.cache/untrusted/9531efc396e3b2452144fe11e1c3654f43c2fe94.ts
강동윤 bbaf619f63
fix(bundler): Fix bugs (#1437)
swc_bundler:
 - [x] Fix wrapped esms. (denoland/deno#9307)
 - [x] Make test secure.
2021-03-02 17:33:03 +09:00

13 lines
264 B
TypeScript

// Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/util/fake-client.js
import Formatter from '../formatter.js';
const fakeClient = {
formatter(builder) {
return new Formatter(fakeClient, builder);
},
};
export default fakeClient;