For 1: my meaning is not runtime speed. Okay, my presentation problem. I mean may it create AST nodes very quickly... For this, I can create import xxx from 'ABC' by: t.importDeclaration([t.importDefaultSpecifier(t.identifier(localName)], t.stringLiteral(value)); Contributor SoloJiang...