Jacob Richman
9484ac8bdf
Format all dart dev compiler files
...
BUG=
R=vsm@google.com
Review-Url: https://codereview.chromium.org/2752163002 .
2017-03-15 21:34:25 -07:00
John Messerly
c1139934a7
fix #626 , add AMD module format and make it default
...
R=nweiz@google.com , vsm@google.com
Review URL: https://codereview.chromium.org/2249233002 .
2016-08-25 09:39:36 -07:00
John Messerly
0c148ecef4
Implement modular compilation
...
Highlights
* compile one module at a time
* use summaries to speed up compiles
* use command runner so we can add more commands later
* some long needed renames and file organization
* various other technical debt has been addressed
Lowlights
* lost node.js runner/tests (node output format still supported)
* possibly lost some closure support/workarounds (format still supported)
* needs more end-to-end tests of the new system
R=vsm@google.com
Review URL: https://codereview.chromium.org/1879373004 .
2016-04-14 11:28:12 -07:00
Jacob Richman
d0cec4ac47
Switch ddc to use @JS instead of @JSName. Also update dart:js to support new public methods added for 1.13
...
BUG=
R=jmesserly@google.com
Review URL: https://codereview.chromium.org/1448993002 .
2015-11-16 12:55:30 -08:00
John Messerly
c2e65df22c
fixes #168 , dart:js implementation with a test
...
R=vsm@google.com
Review URL: https://codereview.chromium.org/1200233004 .
2015-06-25 13:18:52 -07:00
John Messerly
cac786f671
fixes #173 , ability to use native JS indexers
...
dom_experimental could opt-in to use this
R=jacobr@google.com
Review URL: https://codereview.chromium.org/1145833004
2015-06-05 12:14:09 -07:00
John Messerly
92773980ab
Revert "fixes #173 , ability to use native JS indexers"
...
This reverts commit 8dc1eeeb4dcc4d186f59513abd18f98e67c36339.
Review URL: https://codereview.chromium.org/1160343003
2015-06-01 09:31:01 -07:00
John Messerly
59852b526b
fixes #173 , ability to use native JS indexers
...
dom_experimental could opt-in to use this
Review URL: https://codereview.chromium.org/1145833004
2015-06-01 08:46:26 -07:00
Vijay Menon
526ac2e153
Modified sunflower
...
Need to rebase over this pending CL before it's ready for review / landing:
https://codereview.chromium.org/1143953004/
R=jmesserly@google.com
Review URL: https://codereview.chromium.org/1147053003
2015-05-29 06:24:48 -07:00
Vijay Menon
9efc804f94
Remove workaround
...
Upstream bug is fixed now.
R=sigmund@google.com
Review URL: https://codereview.chromium.org/1096353002
2015-04-21 10:09:45 -07:00
Sigmund Cherem
2bf7e0aed8
Transitive inference using SCC
...
BUG=
R=vsm@google.com
Review URL: https://codereview.chromium.org/1028793002
2015-03-23 13:11:33 -07:00
John Messerly
b62f4c06ab
sort classes in dependency order, or load lazily if needed, fixes #78
...
this also starts using compiled code in dart_core.js (just copy+paste for Object)
visitClassDeclaration was getting rather long, so it's now refactored to make the flow more clear.
R=sigmund@google.com
Review URL: https://codereview.chromium.org/1016003003
2015-03-19 10:03:22 -07:00
Sigmund Cherem
fa03b6b422
Move sunflower to a new directory, make final tweaks to make it all work.
...
R=jmesserly@google.com
Review URL: https://codereview.chromium.org/1007313003
2015-03-18 15:53:59 -07:00