Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: scripts/outASTML.js

Issue 29350140: Issue 4353 - Remove non standard for each syntax (Closed)
Patch Set: Removed unused code Created Aug. 24, 2016, 2:40 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « scripts/findInterfaces.js ('k') | utils/astml.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 include("../utils/astml.js");
2
3 function process_js(pn, file) {
4 dump_ast(pn);
5 let ast = makeAST(pn);
6 dump_trueast(ast);
7 }
OLDNEW
« no previous file with comments | « scripts/findInterfaces.js ('k') | utils/astml.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld