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

Side by Side Diff: sdk/lib/_internal/compiler/js_lib/preambles/README

Issue 538513002: Move js library back into compiler directory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 The files in this directory polyfill some of the functionality that browsers 1 The files in this directory polyfill some of the functionality that browsers
2 provide. When running command-line JS evaluators it is frequently necessary to 2 provide. When running command-line JS evaluators it is frequently necessary to
3 execute the preambles before executing the output of dart2js. 3 execute the preambles before executing the output of dart2js.
4 4
5 =Usage= 5 =Usage=
6 - d8: 6 - d8:
7 d8 <sdk>/lib/_internal/lib/preambles/d8.js <output>.js 7 d8 <sdk>/lib/_internal/compiler/js_lib/preambles/d8.js <output>.js
8 8
9 - jsshell: 9 - jsshell:
10 jsshell -f <sdk>/lib/_internal/lib/preambles/d8.js -f <output>.js 10 jsshell -f <sdk>/lib/_internal/compiler/js_lib/preambles/d8.js -f <output>.j s
11 11
12 - node.js: 12 - node.js:
13 The d8 preamble file works for most programs. 13 The d8 preamble file works for most programs.
14 14
15 Unfortunately we are not aware of any easy way to provide multiple input files 15 Unfortunately we are not aware of any easy way to provide multiple input files
16 to node. It seems to be necessary to concatenate the d8 preamble and the 16 to node. It seems to be necessary to concatenate the d8 preamble and the
17 dart2js output. 17 dart2js output.
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/js_lib/native_typed_data.dart ('k') | sdk/lib/_internal/compiler/js_lib/preambles/d8.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698