beet_build 0.0.8

Codegen and compilation tooling for beet
1
2
3
4
5
6
7
// mock file to get deno to stop complaining
// @ts-nocheck
// deno-lint-ignore-file 

export default async () => ({
	run_with_pending: async () => { }
})