Skip to content
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

doesn't tolerate path to directory without trailing slash #99

Closed
jedwards1211 opened this issue Mar 15, 2016 · 1 comment · Fixed by #100
Closed

doesn't tolerate path to directory without trailing slash #99

jedwards1211 opened this issue Mar 15, 2016 · 1 comment · Fixed by #100

Comments

@jedwards1211
Copy link
Contributor

$ jscodeshift -t node_modules/rackt-codemod/transforms/react-router/deprecate-Link-location-props.js app
Skipping path "app.DS_Store" which does not exist.
Skipping path "app.eslintrc" which does not exist.
Skipping path "appBootstrapClient.js" which does not exist.
Skipping path "appBootstrapServerCommon.js" which does not exist.
Skipping path "appBootstrapSimClient.js" which does not exist.
Skipping path "appBootstrapSingleTenant.js" which does not exist.
Skipping path "appRoutes.js" which does not exist.
Skipping path "app__tests__" which does not exist.
Skipping path "appactions" which does not exist.
Skipping path "appadmin" which does not exist.
Skipping path "appapi" which does not exist.
Skipping path "appappHistory.js" which does not exist.
Skipping path "appclient-components" which does not exist.
Skipping path "appcollections" which does not exist.
Skipping path "appcomponents" which does not exist.
Skipping path "appconfig-view" which does not exist.
Skipping path "appdashboard-view" which does not exist.
Skipping path "appdata-plugins" which does not exist.
Skipping path "appdebug" which does not exist.
Skipping path "appdevice" which does not exist.
Skipping path "appdeviceSim" which does not exist.
Skipping path "appipc" which does not exist.
Skipping path "applocation-config-ui" which does not exist.
Skipping path "appmap-view" which does not exist.
Skipping path "appmiddleware" which does not exist.
Skipping path "appplots-view" which does not exist.
Skipping path "appplugins" which does not exist.
Skipping path "appportal" which does not exist.
Skipping path "appqueries.js" which does not exist.
Skipping path "appreducers" which does not exist.
Skipping path "approutePaths.js" which does not exist.
Skipping path "appselectors" which does not exist.
Skipping path "appserver" which does not exist.
Skipping path "appserver-components" which does not exist.
Skipping path "appstore" which does not exist.
Skipping path "appsymmetry" which does not exist.
Skipping path "apptest" which does not exist.
Skipping path "apptheme.sass" which does not exist.
Skipping path "apptypes" which does not exist.
Skipping path "appuploads" which does not exist.
Skipping path "apputil" which does not exist.
Skipping path "appwebsockets" which does not exist.
No files selected, nothing to do. 

$ jscodeshift -t node_modules/rackt-codemod/transforms/react-router/deprecate-Link-location-props.js app/
Processing 310 files... 
Spawning 7 workers...
Sending 45 files to free worker...
Sending 45 files to free worker...
Sending 45 files to free worker...
Sending 45 files to free worker...
Sending 45 files to free worker...
Sending 45 files to free worker...
Sending 40 files to free worker...
@fkling
Copy link
Contributor

fkling commented Mar 15, 2016

Thanks! Should be an easy change here, if you want to fix this.

euphocat pushed a commit to euphocat/jscodeshift that referenced this issue Oct 22, 2017
Migrate ReactNative View.propTypes to ViewPropTypes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants