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

Side by Side Diff: test/codegen/expect/dom/dom.js

Issue 1530563003: Generate all runtime files from dart. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged master 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
« no previous file with comments | « test/codegen/expect/dir/html_input_e.js ('k') | test/codegen/expect/domtest.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 dart_library.library('dom/dom', window, /* Imports */[ 1 dart_library.library('dom/dom', window, /* Imports */[
2 "dart/_runtime", 2 'dart/_runtime',
3 'dart/core' 3 'dart/core'
4 ], /* Lazy imports */[ 4 ], /* Lazy imports */[
5 ], function(exports, dart, core) { 5 ], function(exports, dart, core) {
6 'use strict'; 6 'use strict';
7 let dartx = dart.dartx; 7 let dartx = dart.dartx;
8 class Overload extends core.Object { 8 class Overload extends core.Object {
9 Overload() { 9 Overload() {
10 } 10 }
11 } 11 }
12 dart.setSignature(Overload, { 12 dart.setSignature(Overload, {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 exports.HTMLCollection = HTMLCollection; 47 exports.HTMLCollection = HTMLCollection;
48 exports.EventListener = EventListener; 48 exports.EventListener = EventListener;
49 exports.InputElement = InputElement; 49 exports.InputElement = InputElement;
50 exports.CanvasElement = CanvasElement; 50 exports.CanvasElement = CanvasElement;
51 exports.DivElement = DivElement; 51 exports.DivElement = DivElement;
52 exports.ScriptElement = ScriptElement; 52 exports.ScriptElement = ScriptElement;
53 exports.RenderingContext = RenderingContext; 53 exports.RenderingContext = RenderingContext;
54 exports.CanvasDrawingStyles = CanvasDrawingStyles; 54 exports.CanvasDrawingStyles = CanvasDrawingStyles;
55 exports.CanvasPathMethods = CanvasPathMethods; 55 exports.CanvasPathMethods = CanvasPathMethods;
56 }); 56 });
OLDNEW
« no previous file with comments | « test/codegen/expect/dir/html_input_e.js ('k') | test/codegen/expect/domtest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698