Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Side by Side Diff: test/codegen/expect/dir/html_input_c.js

Issue 1530563003: Generate all runtime files from dart. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: simplify diff in js_codegen.dart Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 dart_library.library('dir/html_input_c', null, /* Imports */[ 1 dart_library.library('dir/html_input_c', null, /* Imports */[
2 "dart/_runtime", 2 'dart/_runtime',
3 'dir/html_input_e' 3 'dir/html_input_e'
4 ], /* Lazy imports */[ 4 ], /* Lazy imports */[
5 ], function(exports, dart, html_input_e) { 5 ], function(exports, dart, html_input_e) {
6 'use strict'; 6 'use strict';
7 let dartx = dart.dartx; 7 let dartx = dart.dartx;
8 dart.defineLazyProperties(exports, { 8 dart.defineLazyProperties(exports, {
9 get y() { 9 get y() {
10 return 3 + dart.notNull(html_input_e.w); 10 return 3 + dart.notNull(html_input_e.w);
11 }, 11 },
12 set y(_) {} 12 set y(_) {}
13 }); 13 });
14 }); 14 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698