Deno.emit
ast manipulation
#9851
Labels
public API
related to "Deno" namespace in JS
suggestion
suggestions for new features (yet to be agreed)
Ref: #3354
I would like to be able to manipulate the ast when using
Deno.emit
. Something similar to typescript compiler API transfomers. I think this functionality would render the use of thets
module obsolete in most cases in favour of native and fasterDeno.emit
.Maybe something like this:
What do you think?
The text was updated successfully, but these errors were encountered: