forked from babel/babel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove emojis from cli output (babel#8243) (babel#8250)
- Loading branch information
1 parent
eac4c5b
commit 236bd93
Showing
37 changed files
with
37 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with ignore/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
2 changes: 1 addition & 1 deletion
2
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles with only/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
2 changes: 1 addition & 1 deletion
2
packages/babel-cli/test/fixtures/babel/--copy-files --include-dotfiles/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
2 changes: 1 addition & 1 deletion
2
packages/babel-cli/test/fixtures/babel/--copy-files with ignore/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
2 changes: 1 addition & 1 deletion
2
packages/babel-cli/test/fixtures/babel/--copy-files with only/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
2 changes: 1 addition & 1 deletion
2
packages/babel-cli/test/fixtures/babel/--ignore complete/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
2 changes: 1 addition & 1 deletion
2
packages/babel-cli/test/fixtures/babel/dir --out-dir --copy-files/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
2 changes: 1 addition & 1 deletion
2
packages/babel-cli/test/fixtures/babel/dir --out-dir --keep-file-extension/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/babel-cli/test/fixtures/babel/dir --out-dir --source-maps inline/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
2 changes: 1 addition & 1 deletion
2
packages/babel-cli/test/fixtures/babel/dir --out-dir --source-maps/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
2 changes: 1 addition & 1 deletion
2
packages/babel-cli/test/fixtures/babel/dir --out-dir --verbose/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
2 changes: 1 addition & 1 deletion
2
packages/babel-cli/test/fixtures/babel/dir --out-dir/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
🎉 Successfully compiled 2 files with Babel. | ||
Successfully compiled 2 files with Babel. |
2 changes: 1 addition & 1 deletion
2
packages/babel-cli/test/fixtures/babel/empty dir --out-dir/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
🎉 Successfully compiled 0 files with Babel. | ||
Successfully compiled 0 files with Babel. |
2 changes: 1 addition & 1 deletion
2
packages/babel-cli/test/fixtures/babel/filename --out-dir --relative/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
2 changes: 1 addition & 1 deletion
2
packages/babel-cli/test/fixtures/babel/filename --out-dir/stdout.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters