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

Side by Side Diff: lib/runtime/dart/core.js

Issue 1530563003: Generate all runtime files from dart. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: simplify diff in js_codegen.dart 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
OLDNEW
1 dart_library.library('dart/core', null, /* Imports */[ 1 dart_library.library('dart/core', null, /* Imports */[
2 "dart/_runtime" 2 'dart/_runtime'
3 ], /* Lazy imports */[ 3 ], /* Lazy imports */[
4 'dart/_js_helper', 4 'dart/_js_helper',
5 'dart/_internal', 5 'dart/_internal',
6 'dart/collection', 6 'dart/collection',
7 'dart/_interceptors', 7 'dart/_interceptors',
8 'dart/convert' 8 'dart/convert'
9 ], function(exports, dart, _js_helper, _internal, collection, _interceptors, con vert) { 9 ], function(exports, dart, _js_helper, _internal, collection, _interceptors, con vert) {
10 'use strict'; 10 'use strict';
11 let dartx = dart.dartx; 11 let dartx = dart.dartx;
12 class Object { 12 class Object {
(...skipping 3197 matching lines...) Expand 10 before | Expand all | Expand 10 after
3210 exports.StackTrace = StackTrace; 3210 exports.StackTrace = StackTrace;
3211 exports.Stopwatch = Stopwatch; 3211 exports.Stopwatch = Stopwatch;
3212 exports.String = String; 3212 exports.String = String;
3213 exports.RuneIterator = RuneIterator; 3213 exports.RuneIterator = RuneIterator;
3214 exports.StringBuffer = StringBuffer; 3214 exports.StringBuffer = StringBuffer;
3215 exports.StringSink = StringSink; 3215 exports.StringSink = StringSink;
3216 exports.Symbol = Symbol; 3216 exports.Symbol = Symbol;
3217 exports.Type = Type; 3217 exports.Type = Type;
3218 exports.Uri = Uri; 3218 exports.Uri = Uri;
3219 }); 3219 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698