You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just can't believe someone has actually considered it an option over other transpilers! And to be honest that was among the chief reasons I had little impetus to push the transpiler's features any further.
My country has been struck by two earthquakes and is simultaneously in a state of political uproar so my access to the internet is very limited these days, but nevertheless I promise I will add all these features by the first week of 2018. Thank you for using jazzle, and I'd be very glad to get even more feedback from you. Ah, and merry Christmas!
the infrastructure is there and all needed for this transpiler to be able to consume Object Spread/Rest is:
parser:
transformer/emitter:
transform spread/rest into appropriate node(s) consumable by the emitter
create emitters for the node(s) resulting from transforming those constructs, if they are new
write tests to ensure the whole parse/transform/emit pipeline is working as it should for these constructs
The text was updated successfully, but these errors were encountered: