Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [0.0.3](v0.0.2...v0.0.3) (2023-12-04) ### Bug Fixes * Add a new import builtin function that allows importing json and yaml config in a manner compatible with vanilla TypeScript ([253a91a](253a91a)) * Fix error handling in module loader so that it doesn't panic ([6286065](6286065)) ### Features * Add support for generating multiple files from a single generator ([71ec53e](71ec53e)) * Add support for importing without extension ([ad4887b](ad4887b)) * Add support for importing yaml files ([30e2e86](30e2e86)) * Add support for passing in TLA for main function ([6b728e2](6b728e2)) * Add support for specifying a prefix string to prepend to the output data ([b6d5d30](b6d5d30)) * Rename path.relpath to path.rel to avoid stuttering ([8490fd6](8490fd6))
- Loading branch information