| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! If you are contributing on behalf of someone else (eg your employer): the individual CLA is not sufficient - use https://developers.facebook.com/opensource/cla?type=company instead. Contact cla@fb.com if you have any questions. |
Sorry, something went wrong.
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Sorry, something went wrong.
|
LGTM, can you show me a sample path of this though? Curious to see the problem as I'm not really visualizing it too well. |
Sorry, something went wrong.
|
Of course.
|
Sorry, something went wrong.
|
Oh okay, I didn't realize a webpack plugin would dirty your src directory. Makes perfect sense now, thanks! :) |
Sorry, something went wrong.
|
I'm not expert enough to confirm nor deny your assertion ;) |
Sorry, something went wrong.
| ); | ||
| // Error if in a parent directory of src/ | ||
| if (requestRelative[0] === '.') { | ||
| if (requestRelative.startsWith('../')) { |
There was a problem hiding this comment.
This should probably use path.sep instead of / for cross platform reasons. 😄
You could also be explicit and just add a second case for \.
Should we change the check above, too? I'm not sure if people use dot directories often.
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you for the windows "reminder"! I added a second case to match the style above in the code.
I also fixed the first detection (different situation though).
Sorry, something went wrong.
There was a problem hiding this comment.
I don't believe this will work on Windows machines. Please see my comment.
Sorry, something went wrong.
Add windows specific path and extend to issuer path
|
Great, thanks! |
Sorry, something went wrong.
* master: Add WebStorm >2017 launchEditor Support (react#2414) docs: update `jest-enzyme` section (react#2392) Fix detection of parent directory in ModuleScopePlugin (react#2405) Added cache clear to e2e scripts (react#2400) Fix kill command in e2e-kitchensink.sh cleanup (react#2397) Revert "Catch "No tests found" during CI" (react#2390) Fix wrong path expansion in end-to-end test (react#2388) Suggest just "yarn build" (react#2385) Catch "No tests found" during CI (react#2387) Publish Add changelog for 1.0.7 (react#2384) Update webpack to 2.6.1 (react#2383) Consistently set environment variables (react#2382) Disable comparisons feature in uglify compression in production (react#2379) Removed the overriding of reduce_vars to false since webpack v2.6.0 included the fixed for Uglify bug (react#2351)
* Fix detection of parent directory * Correct parent directory detection fix Add windows specific path and extend to issuer path
* Fix detection of parent directory * Correct parent directory detection fix Add windows specific path and extend to issuer path
| Back | FazBrowse Home | New Git URL |
This PR fixes #2404.