Closed yacinehmito closed 1 year ago
That seems like a more consistent naming. It also disambiguates between deno_emit as a whole and emit() itself, which is only half of deno_emit.
deno_emit
emit()
Closes #16.
If merged as-is, this would be a hard breaking change as all current imports of emit() would fail.
I can add an emit() function that delegates to transpile() and mark it as deprecated if you prefer.
transpile()
That seems like a more consistent naming. It also disambiguates between
deno_emit
as a whole andemit()
itself, which is only half ofdeno_emit
.Closes #16.