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

Unified Diff: tool/input_sdk_patch/preambles/README

Issue 955513008: cleans up sdk patching so we no longer have unresolved names (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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 | « tool/input_sdk_patch/native_typed_data.dart ('k') | tool/input_sdk_patch/preambles/d8.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/input_sdk_patch/preambles/README
diff --git a/tool/input_sdk_patch/preambles/README b/tool/input_sdk_patch/preambles/README
deleted file mode 100644
index 7eb614ef625531612f80c408feaf74a730c95d4c..0000000000000000000000000000000000000000
--- a/tool/input_sdk_patch/preambles/README
+++ /dev/null
@@ -1,17 +0,0 @@
-The files in this directory polyfill some of the functionality that browsers
-provide. When running command-line JS evaluators it is frequently necessary to
-execute the preambles before executing the output of dart2js.
-
-=Usage=
-- d8:
- d8 <sdk>/lib/_internal/compiler/js_lib/preambles/d8.js <output>.js
-
-- jsshell:
- jsshell -f <sdk>/lib/_internal/compiler/js_lib/preambles/d8.js -f <output>.js
-
-- node.js:
- The d8 preamble file works for most programs.
-
- Unfortunately we are not aware of any easy way to provide multiple input files
- to node. It seems to be necessary to concatenate the d8 preamble and the
- dart2js output.
« no previous file with comments | « tool/input_sdk_patch/native_typed_data.dart ('k') | tool/input_sdk_patch/preambles/d8.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698