-
Notifications
You must be signed in to change notification settings - Fork 892
Build targeting Jest with relevant transforms #2698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 7 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
b5ca50f
wip
thompsongl 8ae01f9
wip: use babel
thompsongl e3c2279
Merge branch 'master' into jest-build
thompsongl 5c7f02d
async fn plugins
thompsongl c074b6f
Merge branch 'master' into jest-build
thompsongl c5d9e56
dir name; remove index
thompsongl bbcaff2
ignore
thompsongl a3af5dd
Merge branch 'master' into jest-build
thompsongl 8eddab3
babelrc
thompsongl b0d81da
Merge branch 'master' into jest-build
thompsongl b90c0ab
testenv mock file updates
thompsongl 62b1e9e
babel version bumps
thompsongl 6773a62
path.join
thompsongl 6510449
remove iconPropType export
thompsongl cd31f4c
testenv icon rest
thompsongl 0d09aa9
testenv icon rest
thompsongl 05ac5a4
Merge branch 'master' into jest-build
thompsongl 9ba0f03
Merge branch 'master' into jest-build
thompsongl 7c70973
docs
thompsongl 904b88e
CL
thompsongl cd6f21d
Merge branch 'master' into jest-build
thompsongl 4e79a75
Update wiki/consuming.md
thompsongl a05e46c
Merge branch 'master' into jest-build
thompsongl c7d389d
Merge branch 'jest-build' of https://github.com/thompsongl/eui into j…
thompsongl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -2,6 +2,7 @@ dist | |
| node_modules | ||
| es | ||
| lib | ||
| test-env | ||
| types | ||
| eui.d.ts | ||
| **/*.snap.js | ||
|
|
||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -11,6 +11,7 @@ tmp/ | |
| dist/ | ||
| lib/ | ||
| es/ | ||
| test-env/ | ||
| .idea | ||
| .vscode/ | ||
| .DS_Store | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| import React from 'react'; | ||
| export const EuiIcon = ({ type }: { type: string }) => ( | ||
| <div data-euiicon-type={type} /> | ||
| ); |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| export * from './icon'; | ||
| export { EuiIcon } from './icon.testenv'; |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.