Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 >>> (indent 10) | |
| 2 return new Rewriter(code, codegen, | |
| 3 mirrorMode: mirrorMode, writeStaticInit: writeStaticInit).rewrite( | |
| 4 parseCompilationUnit(code, | |
| 5 name: reflectionEntryPointPath, parseFunctionBodies: false)); | |
| 6 <<< | |
| 7 return new Rewriter(code, codegen, | |
| 8 mirrorMode: mirrorMode, writeStaticInit: writeStaticInit) | |
| 9 .rewrite(parseCompilationUnit(code, | |
| 10 name: reflectionEntryPointPath, parseFunctionBodies: false)); | |
| OLD | NEW |