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

Side by Side Diff: test/codegen_expected/js_test.js

Issue 2249233002: fix #626, add AMD module format and make it default (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: fix tests and other changes Created 4 years, 3 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 //FAILED TO COMPILE 1 define([], function() {
2 'use strict';
3 const js_test = Object.create(null);
4 js_test.main = function() {
5 throw Error("DDC Compilation Error: js_test has 328 errors");
vsm 2016/08/25 12:19:24 Should this have been generated? I think this cod
Jennifer Messerly 2016/08/25 16:21:39 good catch. we don't delete codegen_expect when so
6 };
7 // Exports:
8 return {
9 js_test: js_test
10 };
11 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698