Use on-the-fly transpiling with esmo (#562)

This commit is contained in:
Max Isom 2022-03-12 20:38:33 -05:00 committed by GitHub
parent db88e39c76
commit a60bde8d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 184 additions and 207 deletions

View file

@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Now uses [esmo](https://github.com/antfu/esno) so we don't have to build
## [1.5.0] - 2022-03-12
### Changed