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

Unified Diff: test/codegen/expect/dom.js

Issue 1007313003: Move sunflower to a new directory, make final tweaks to make it all work. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/codegen/dom.dart ('k') | test/codegen/expect/dom.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/dom.js
diff --git a/test/codegen/expect/dom.js b/test/codegen/expect/dom.js
deleted file mode 100644
index a450816370fb3f8a30ba6827cf321b0c5ab7fe70..0000000000000000000000000000000000000000
--- a/test/codegen/expect/dom.js
+++ /dev/null
@@ -1,41 +0,0 @@
-var dom;
-(function(exports) {
- 'use strict';
- class JsName extends core.Object {
- JsName(opt$) {
- let name = opt$.name === void 0 ? null : opt$.name;
- this.name = name;
- }
- }
- class Overload extends core.Object {
- Overload() {
- }
- }
- let overload = new Overload();
- class Event extends core.Object {
- }
- class RenderingContext extends core.Object {
- }
- class CanvasDrawingStyles extends core.Object {
- CanvasDrawingStyles() {
- this.lineWidth = null;
- this.lineCap = null;
- this.lineJoin = null;
- this.miterLimit = null;
- this.lineDashOffset = null;
- this.font = null;
- this.textAlign = null;
- this.textBaseline = null;
- }
- }
- class CanvasPathMethods extends core.Object {
- }
- // Exports:
- exports.JsName = JsName;
- exports.Overload = Overload;
- exports.overload = overload;
- exports.Event = Event;
- exports.RenderingContext = RenderingContext;
- exports.CanvasDrawingStyles = CanvasDrawingStyles;
- exports.CanvasPathMethods = CanvasPathMethods;
-})(dom || (dom = window));
« no previous file with comments | « test/codegen/dom.dart ('k') | test/codegen/expect/dom.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698