#!/usr/bin/env -S node --no-warnings --loader ts-node/esm /** * Huan(202111): must import `./wechaty-impl.js` * before import `./wechaty-base.js` * * Or will throw error: * * ReferenceError: Cannot access 'WechatyBase' before initialization * at file:///home/huan/git/wechaty/wechaty/src/wechaty/wechaty-impl.ts:25:47 * * TODO: find out why */ import './wechaty-impl.js'; //# sourceMappingURL=wechaty-base.spec.d.ts.map