-
Notifications
You must be signed in to change notification settings - Fork 484
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: facebook/jscodeshift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11981ad8ad5e550a273c4194ea53c14b7806ac8a
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: facebook/jscodeshift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 855f565b818b2c3a86de9084436f1ef6a9fad8b9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 15 files changed
- 10 contributors
Commits on Mar 7, 2018
-
Fix error handling for http (#242)
The reject handler were always called no matter if there was an error or not.
Configuration menu - View commit details
-
Copy full SHA for ccab1fc - Browse repository at this point
Copy the full SHA ccab1fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0925fb - Browse repository at this point
Copy the full SHA b0925fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc0c04 - Browse repository at this point
Copy the full SHA 9bc0c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72bb6be - Browse repository at this point
Copy the full SHA 72bb6beView commit details -
* Add link to COC in `CONTRIBUTING.md` We are about to add a COC and it makes sense to surface it here. * Add `CODE_OF_CONDUCT.md` In the past Facebook didn't promote including a Code of Conduct when creating new projects, and many projects skipped this important document. Let's fix it. :) **why make this change?:** Facebook Open Source provides a Code of Conduct statement for all projects to follow, to promote a welcoming and safe open source community. Exposing the COC via a separate markdown file is a standard being promoted by Github via the Community Profile in order to meet their Open Source Guide's recommended community standards. As you can see, adding this file will improve [the jscodeshift community profile](https://github.com/facebook/jscodeshift/community) checklist and increase the visibility of our COC. **test plan:** Viewing it on my branch - (Flarnie will insert screenshots) **issue:** internal task t23481323
Configuration menu - View commit details
-
Copy full SHA for d69f700 - Browse repository at this point
Copy the full SHA d69f700View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f062e1 - Browse repository at this point
Copy the full SHA 2f062e1View commit details -
Allow specifying a testName for inline tests (#218)
* Allow specifying a testName for inline tests This is a small change that makes test output a bit nicer when writing multiple inline tests. * Update readme
Configuration menu - View commit details
-
Copy full SHA for 32cc779 - Browse repository at this point
Copy the full SHA 32cc779View commit details -
Configuration menu - View commit details
-
Copy full SHA for e60662b - Browse repository at this point
Copy the full SHA e60662bView commit details -
Fix
renameTo
not taking property shorthands into account (#211)* Fix `renameTo` not taking property shorthands into account This fixes the `renameTo` helper method not properly renaming object properties that are shorthands. The previous version of the code would rename the property's `value` correctly, but since `shorthand` was still set as `true`, the output result would still be the old variable as a shorthand property. Now, if an identifier to be renamed is of type `Property` and is a shorthand (but not a method), we flip the `shorthand` value to be `false`. * babel -> getParser() * Add comment that explains why this works
Configuration menu - View commit details
-
Copy full SHA for 99aaae5 - Browse repository at this point
Copy the full SHA 99aaae5View commit details -
Configuration menu - View commit details
-
Copy full SHA for aada675 - Browse repository at this point
Copy the full SHA aada675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d2efc - Browse repository at this point
Copy the full SHA 84d2efcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1034253 - Browse repository at this point
Copy the full SHA 1034253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 855f565 - Browse repository at this point
Copy the full SHA 855f565View commit details
There are no files selected for viewing