/** * `build:lite` gate (mmnto-ai/totem#2336). * * The lite binary is an esbuild bundle of `src/index-lite.ts` with native/WASM * deps aliased to shims (`@ast-grep/napi` → WASM shim, `@lancedb/lancedb` → * stub). Those aliases are resolver-sensitive, so any change to the core * package's module/exports shape can silently break the bundle. This test * asserts the lite artifact still builds green and emits a non-empty bundle. * * Windows-CI note: no git seam is touched — the only child process is * `node build/esbuild-lite.mjs`. */ export {}; //# sourceMappingURL=build-lite.test.d.ts.map