Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use proxy value for callbacks when static-eval fails
builds on #35, but when static-eval cannot evaluate a callback function because it is unsafe, this passes a proxy value. when the proxy callback function is called, it throws an error, but when it is stringified (eg in the generated output) it'll work. this works with brfs, i haven't tried others yet.
- Loading branch information