| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report
@@ Coverage Diff @@
## master #2170 +/- ##
==========================================
+ Coverage 80.44% 80.53% +0.09%
==========================================
Files 662 656 -6
Lines 8349 8364 +15
Branches 643 687 +44
==========================================
+ Hits 6716 6736 +20
+ Misses 1331 1282 -49
- Partials 302 346 +44
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
PatternFly-React preview: https://2170-pr-patternfly-react-patternfly.surge.sh |
Sorry, something went wrong.
There was a problem hiding this comment.
I love this package, thanks!
Sorry, something went wrong.
| @@ -0,0 +1,8 @@ | |||
| const fs = require('fs'); | |||
There was a problem hiding this comment.
Don't need this file since jest uses the one from react-core.
Sorry, something went wrong.
| @@ -0,0 +1,15 @@ | |||
| const path = require('path'); | |||
There was a problem hiding this comment.
With no .d.ts files in this project, we don't need this script.
Sorry, something went wrong.
|
Updated per comments, rebased. |
Sorry, something went wrong.
There was a problem hiding this comment.
I think it looks pretty good - one or two minor build adjustments on my end
Sorry, something went wrong.
| '@patternfly/react-styles': path.resolve(__dirname, '../react-styles'), | ||
| '@patternfly/react-table': path.resolve(__dirname, '../react-table'), | ||
| '@patternfly/react-tokens': path.resolve(__dirname, '../react-tokens'), | ||
| '@patternfly/react-topology': path.resolve(__dirname, '../react-topology/dist/esm'), |
There was a problem hiding this comment.
Why does this need the module path specifically?
Sorry, something went wrong.
There was a problem hiding this comment.
I was having a strange build issue w/o the path. That seems to be resolved now so I believe I can remove it.
Sorry, something went wrong.
| "build:babel:cjs": "cross-env BABEL_ENV=production:cjs babel src --out-dir dist/js --extensions '.js,.ts,.tsx' -q", | ||
| "build:babel:esm": "cross-env BABEL_ENV=production:esm babel src --out-dir dist/esm --extensions '.js,.ts,.tsx' -q", | ||
| "build:babel:umd": "cross-env BABEL_ENV=production:umd babel dist/esm --out-dir dist/umd --plugins transform-es2015-modules-umd --extensions '.js,.ts,.tsx' -q", | ||
| "build:babel:cjs": "babel src --out-dir dist/js --extensions '.js,.ts,.tsx' -q", |
There was a problem hiding this comment.
This file shouldn't be included here - please revert
Sorry, something went wrong.
| @@ -0,0 +1,5 @@ | |||
| const coreConfig = require('../react-core/.babelrc.js'); | |||
There was a problem hiding this comment.
This location changed to the root of patternfly-4 now
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks again!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What:
Add initial @patternfly/react-topology package containing the TopologyView and TopologyControlBar components.
FYI: @christianvogt