Index: sdk/lib/_internal/compiler/js_lib/preambles/README |
diff --git a/sdk/lib/_internal/lib/preambles/README b/sdk/lib/_internal/compiler/js_lib/preambles/README |
similarity index 75% |
rename from sdk/lib/_internal/lib/preambles/README |
rename to sdk/lib/_internal/compiler/js_lib/preambles/README |
index d764d51c10f4d854bc70a8172f4a53a0e653fcbb..7eb614ef625531612f80c408feaf74a730c95d4c 100644 |
--- a/sdk/lib/_internal/lib/preambles/README |
+++ b/sdk/lib/_internal/compiler/js_lib/preambles/README |
@@ -4,10 +4,10 @@ execute the preambles before executing the output of dart2js. |
=Usage= |
- d8: |
- d8 <sdk>/lib/_internal/lib/preambles/d8.js <output>.js |
+ d8 <sdk>/lib/_internal/compiler/js_lib/preambles/d8.js <output>.js |
- jsshell: |
- jsshell -f <sdk>/lib/_internal/lib/preambles/d8.js -f <output>.js |
+ jsshell -f <sdk>/lib/_internal/compiler/js_lib/preambles/d8.js -f <output>.js |
- node.js: |
The d8 preamble file works for most programs. |