HackerTrans
トップ新着トレンドコメント過去質問紹介求人

unroller

no profile record

コメント

unroller
·2 年前·議論
Rollup produces an AST (with acorn) then it manipulates the original source code as a string with MagicString which is a less than ideal hack for code transformations. Will Rolldown eschew the MagicString approach altogether and transform the AST directly? The advantage would be that the emitted code would not have to be reparsed again for downstream use.