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

Unified Diff: test/codegen/expect/dir/html_input_a.js

Issue 1182653002: Refactor runtime into libraries, better type reps (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Add missing file Created 5 years, 6 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
Index: test/codegen/expect/dir/html_input_a.js
diff --git a/test/codegen/expect/dir/html_input_a.js b/test/codegen/expect/dir/html_input_a.js
index ad3c813f99313c072e09eb36584d9d719cf2952b..d910cc74f9d3b23f5e583510596fbc8e876b4cac 100644
--- a/test/codegen/expect/dir/html_input_a.js
+++ b/test/codegen/expect/dir/html_input_a.js
@@ -1,10 +1,12 @@
-dart.library('dir/html_input_a', null, /* Imports */[
+loader.library('dir/html_input_a', null, /* Imports */[
+ "dart/dart_runtime",
+ "dart/dartx",
'dart/core',
'dir/html_input_b',
'dir/html_input_c',
'dir/html_input_d'
], /* Lazy imports */[
-], function(exports, core, html_input_b, html_input_c, html_input_d) {
+], function(exports, dart, dartx, core, html_input_b, html_input_c, html_input_d) {
'use strict';
function main() {
core.print(`fib(${html_input_b.x} + ${html_input_c.y}) = `);

Powered by Google App Engine
This is Rietveld 408576698