Skip to content

Commit

Permalink
remove emojis from cli output (babel#8243) (babel#8250)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbuffington authored and nicolo-ribaudo committed Jul 2, 2018
1 parent eac4c5b commit 236bd93
Show file tree
Hide file tree
Showing 37 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion packages/babel-cli/src/babel/dir.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default async function({ cliOptions, babelOptions }) {
}

console.log(
`🎉 Successfully compiled ${compiledFiles} ${
`Successfully compiled ${compiledFiles} ${
compiledFiles !== 1 ? "files" : "file"
} with Babel.`,
);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/index.js -> lib/index.js
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
src/foo/.foo.js -> lib/foo/.foo.js
src/foo/bar.js -> lib/foo/bar.js
🎉 Successfully compiled 2 files with Babel.
Successfully compiled 2 files with Babel.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
src/.foo.js -> lib/.foo.js
src/bar/index.js -> lib/bar/index.js
src/foo/foo.js -> lib/foo/foo.js
🎉 Successfully compiled 3 files with Babel.
Successfully compiled 3 files with Babel.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/index.js -> lib/index.js
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/foo/bar.js -> lib/foo/bar.js
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
src/bar/index.js -> lib/bar/index.js
src/foo/foo.js -> lib/foo/foo.js
🎉 Successfully compiled 2 files with Babel.
Successfully compiled 2 files with Babel.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/foobar/foo.js -> lib/foobar/foo.js
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ src/a.js -> lib/a.js
src/b.js -> lib/b.js
src/baz/c.js -> lib/baz/c.js
src/foo.js -> lib/foo.js
🎉 Successfully compiled 4 files with Babel.
Successfully compiled 4 files with Babel.
2 changes: 1 addition & 1 deletion packages/babel-cli/test/fixtures/babel/--ignore/stdout.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/bar/index.js -> lib/bar/index.js
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
src/a.foo.js -> lib/a.foo.js
src/baz/b.foo.js -> lib/baz/b.foo.js
🎉 Successfully compiled 2 files with Babel.
Successfully compiled 2 files with Babel.
2 changes: 1 addition & 1 deletion packages/babel-cli/test/fixtures/babel/--only/stdout.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/bar/index.js -> lib/bar/index.js
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/foo.js -> lib/foo.js
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
src/bar.mjs -> lib/bar.mjs
src/foo.js -> lib/foo.js
🎉 Successfully compiled 2 files with Babel.
Successfully compiled 2 files with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package1/src/bar/bar1.js -> package1/lib/bar/bar1.js
package1/src/foo1.js -> package1/lib/foo1.js
package2/src/bar/bar2.js -> package2/lib/bar/bar2.js
package2/src/foo2.js -> package2/lib/foo2.js
🎉 Successfully compiled 4 files with Babel.
Successfully compiled 4 files with Babel.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
src/bar/bar.js -> lib/bar/bar.js
src/foo.js -> lib/foo.js
🎉 Successfully compiled 2 files with Babel.
Successfully compiled 2 files with Babel.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
src/bar/bar.js -> lib/bar/bar.js
src/foo.js -> lib/foo.js
🎉 Successfully compiled 2 files with Babel.
Successfully compiled 2 files with Babel.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
src/bar/bar.js -> lib/bar/bar.js
src/foo.js -> lib/foo.js
🎉 Successfully compiled 2 files with Babel.
Successfully compiled 2 files with Babel.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
🎉 Successfully compiled 2 files with Babel.
Successfully compiled 2 files with Babel.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
🎉 Successfully compiled 0 files with Babel.
Successfully compiled 0 files with Babel.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/foo.js -> lib/foo.js
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
src/foo.js -> lib/foo.js
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ Using polyfills with `entry` option:
web.timers { "android":"4" }
web.immediate { "android":"4" }
web.dom.iterable { "android":"4" }
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Using plugins:
Using polyfills with `entry` option:

[<CWD>/src/in.js] `import '@babel/polyfill'` was not found.
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Using polyfills with `entry` option:
web.timers { "chrome":"55" }
web.immediate { "chrome":"55" }
web.dom.iterable { "chrome":"55" }
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ Using polyfills with `entry` option:
web.timers { "chrome":"54", "ie":"10", "node":"6" }
web.immediate { "chrome":"54", "ie":"10", "node":"6" }
web.dom.iterable { "chrome":"54", "ie":"10", "node":"6" }
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ Using polyfills with `entry` option:
web.timers { "electron":"0.36" }
web.immediate { "electron":"0.36" }
web.dom.iterable { "electron":"0.36" }
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ Using polyfills with `entry` option:
web.timers { "chrome":"55" }
web.immediate { "chrome":"55" }
web.dom.iterable { "chrome":"55" }
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Using plugins:
proposal-unicode-property-regex { "firefox":"52", "node":"7.4" }

Using polyfills: No polyfills were added, since the `useBuiltIns` option was not set.
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Using polyfills with `entry` option:
web.timers { "chrome":"60" }
web.immediate { "chrome":"60" }
web.dom.iterable { "chrome":"60" }
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ Using polyfills with `entry` option:
web.timers {}
web.immediate {}
web.dom.iterable {}
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ Using polyfills with `entry` option:
web.timers { "chrome":"54", "edge":"13", "firefox":"49", "ie":"10", "ios":"9", "safari":"7" }
web.immediate { "chrome":"54", "edge":"13", "firefox":"49", "ie":"10", "ios":"9", "safari":"7" }
web.dom.iterable { "chrome":"54", "edge":"13", "firefox":"49", "ie":"10", "ios":"9", "safari":"7" }
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Using polyfills with `usage` option:
[<CWD>/src/in.js] Based on your code and targets, none were added.

[<CWD>/src/in2.js] Based on your code and targets, none were added.
🎉 Successfully compiled 2 files with Babel.
Successfully compiled 2 files with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Using plugins:
Using polyfills with `usage` option:

[<CWD>/src/in.js] Based on your code and targets, none were added.
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Using polyfills with `usage` option:
[<CWD>/src/in2.js] Added following polyfills:
regenerator-runtime { "chrome":"52", "firefox":"50", "ie":"11" }
web.dom.iterable { "chrome":"52", "firefox":"50", "ie":"11" }
🎉 Successfully compiled 2 files with Babel.
Successfully compiled 2 files with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ Using polyfills with `entry` option:
web.timers { "chrome":"54", "electron":"0.36", "ie":"10", "node":"6.1" }
web.immediate { "chrome":"54", "electron":"0.36", "ie":"10", "node":"6.1" }
web.dom.iterable { "chrome":"54", "electron":"0.36", "ie":"10", "node":"6.1" }
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ Using polyfills with `entry` option:
web.timers { "chrome":"54", "ie":"10", "node":"6.10" }
web.immediate { "chrome":"54", "ie":"10", "node":"6.10" }
web.dom.iterable { "chrome":"54", "ie":"10", "node":"6.10" }
🎉 Successfully compiled 1 file with Babel.
Successfully compiled 1 file with Babel.

0 comments on commit 236bd93

Please sign in to comment.