forked from lyft/react-javascript-to-typescript-transform
-
Notifications
You must be signed in to change notification settings - Fork 0
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: nidsharm/react-javascript-to-typescript-transform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 82be52d
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: lyft/react-javascript-to-typescript-transform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3b91d88
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 97 files changed
- 5 contributors
Commits on Jan 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cff8772 - Browse repository at this point
Copy the full SHA cff8772View commit details -
Update TypeScript to 2.6 (lyft#16)
* ts 2.6 * fix: TransformerFactory type should be SourceFile rather than Node TypeScript will complain about: "Type 'Node' is not assignable to type 'SourceFile'." * fix: use lodash to fix type error ts.NodeArray now is ReadonlyArray, helper functions should accept ArrayLike arguments. * flatten function structure * fix ts type mismatch * update test output * replace helpers.isKind with ts.isXXX * namespace import lodash & use lodash.find directly
Configuration menu - View commit details
-
Copy full SHA for aaf86ed - Browse repository at this point
Copy the full SHA aaf86edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45c5dca - Browse repository at this point
Copy the full SHA 45c5dcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca89c56 - Browse repository at this point
Copy the full SHA ca89c56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 623cffe - Browse repository at this point
Copy the full SHA 623cffeView commit details -
Support stateless component (lyft#23)
* remove hoist transform * support stateless component * don't make type alias if prop or state types are empty * fix: should only transform current source file
Configuration menu - View commit details
-
Copy full SHA for f84e4e8 - Browse repository at this point
Copy the full SHA f84e4e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 394ae32 - Browse repository at this point
Copy the full SHA 394ae32View commit details
Commits on Jan 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e2bfbc0 - Browse repository at this point
Copy the full SHA e2bfbc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab7758 - Browse repository at this point
Copy the full SHA 3ab7758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1204fea - Browse repository at this point
Copy the full SHA 1204feaView commit details -
Pretty print using prettier (lyft#25)
* Pretty print using prettier * Remove yarn log * Use CLI input for prettier config * pass config in test
Configuration menu - View commit details
-
Copy full SHA for 95f308b - Browse repository at this point
Copy the full SHA 95f308bView commit details
Commits on Jan 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 76ce5b7 - Browse repository at this point
Copy the full SHA 76ce5b7View commit details
Commits on Feb 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 23cdac4 - Browse repository at this point
Copy the full SHA 23cdac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e17c1b - Browse repository at this point
Copy the full SHA 1e17c1bView commit details
Commits on Mar 29, 2018
-
Keep other static class members, such as defaultProps (lyft#36)
* Add test for defaultProps * Check if the name == "propTypes", not != " propTypes" * More ways of getting the class member name (hacky) * Check if we're an identifier; if we are we can just always use name.escapedText * Use ts.isIdentifier helper function instead of direct comparison on .kind
Configuration menu - View commit details
-
Copy full SHA for a2338d9 - Browse repository at this point
Copy the full SHA a2338d9View commit details -
Mohsen Azimi committed
Mar 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 3f11a66 - Browse repository at this point
Copy the full SHA 3f11a66View commit details
Commits on Apr 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for abbbb57 - Browse repository at this point
Copy the full SHA abbbb57View commit details
Commits on May 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9bd8777 - Browse repository at this point
Copy the full SHA 9bd8777View commit details
Commits on May 20, 2018
-
* Build prettier options only once * Use a temporary file for the transformation * Add --ignore-prettier-errors option * Add --keep-*-files options for easier debugging * Exit with error code 1 when there were compilation errors * Fix multiple file/glob parameters Refs lyft#31 Refs lyft#37 * Add progress message
Configuration menu - View commit details
-
Copy full SHA for 3b91d88 - Browse repository at this point
Copy the full SHA 3b91d88View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 82be52d...3b91d88