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

Unified Diff: test/codegen/lib/html/json_helper.dart

Issue 1930043002: Add all dart:html tests from the sdk to test/codegen. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: ptal Created 4 years, 8 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/lib/html/js_typed_interop_test.dart ('k') | test/codegen/lib/html/keyboard_event_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/lib/html/json_helper.dart
diff --git a/test/codegen/language/deferred_type_dependency_lib3.dart b/test/codegen/lib/html/json_helper.dart
similarity index 69%
copy from test/codegen/language/deferred_type_dependency_lib3.dart
copy to test/codegen/lib/html/json_helper.dart
index 9a23fc960f3a41a78bc94be3ec5b94d01b130256..7d037ae2ec820ea61b98cf4c23466cccffbbe25e 100644
--- a/test/codegen/language/deferred_type_dependency_lib3.dart
+++ b/test/codegen/lib/html/json_helper.dart
@@ -2,9 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library lib3;
+@JS("JSON")
+library json_helper;
-class A {
- var p = true;
-}
+import 'package:js/js.dart';
+external String stringify(object);
« no previous file with comments | « test/codegen/lib/html/js_typed_interop_test.dart ('k') | test/codegen/lib/html/keyboard_event_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698