Leaf Petersen
|
44f2cf3424
|
Bump the version number and re-baseline codegen/expect
BUG=
R=vsm@google.com
Review URL: https://codereview.chromium.org/1569783006 .
|
2016-01-08 13:29:08 -08:00 |
|
Olivier Chafik
|
3307317454
|
JS: Format if statements with no else on a single line
To match Dart style:
https://www.dartlang.org/effective-dart/style/#do-use-curly-braces-for-all-flow-control-structures
(also, that's the style we use in our .js runtime files, so that will help with diffs of the js->dart runtime migration from https://github.com/dart-lang/dev_compiler/issues/310)
BUG=
R=jmesserly@google.com
Review URL: https://codereview.chromium.org/1524843002 .
|
2015-12-16 19:45:19 +00:00 |
|
Olivier Chafik
|
7add882a7a
|
Move runtime js files down to lib/runtime/dart
Prepare for writing all the runtime in Dart:
- Move js runtime files to lib/runtime/dart (dart_runtime.js ->
dart/_runtime.js),
- Use rest params instead of arguments slicing in a couple of places.
BUG=https://github.com/dart-lang/dev_compiler/issues/310
R=jmesserly@google.com
Review URL: https://codereview.chromium.org/1413683006 .
|
2015-10-29 16:44:49 +00:00 |
|
John Messerly
|
ff1b78ca42
|
fix a few more codegen issues:
* don't generate script tag
* handle U+2028 and U+2029
* handle name conflict with constructor
R=vsm@google.com
Review URL: https://codereview.chromium.org/1347453002 .
|
2015-09-14 17:06:28 -07:00 |
|
John Messerly
|
cbe23ee268
|
implement exports, fixes #141
R=vsm@google.com
Review URL: https://codereview.chromium.org/1263583005 .
|
2015-08-04 17:23:13 -07:00 |
|