>>> (indent 10) | |
return new Rewriter(code, codegen, | |
mirrorMode: mirrorMode, writeStaticInit: writeStaticInit).rewrite( | |
parseCompilationUnit(code, | |
name: reflectionEntryPointPath, parseFunctionBodies: false)); | |
<<< | |
return new Rewriter( | |
code, | |
codegen, | |
mirrorMode: mirrorMode, | |
writeStaticInit: writeStaticInit, | |
).rewrite( | |
parseCompilationUnit( | |
code, | |
name: reflectionEntryPointPath, | |
parseFunctionBodies: false, | |
), | |
); |