Skip to content
Permalink

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: trujunzhang/react-javascript-to-typescript-transform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lyft/react-javascript-to-typescript-transform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 7, 2018

  1. Update README.md

    mohsen1 authored Apr 7, 2018
    Configuration menu
    Copy the full SHA
    abbbb57 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Update dependencies (lyft#42)

    * Update dependencies
    mohsen1 authored May 19, 2018
    Configuration menu
    Copy the full SHA
    9bd8777 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. Safety/QOL fixes (lyft#39)

    * 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
    akx authored and mohsen1 committed May 20, 2018
    Configuration menu
    Copy the full SHA
    3b91d88 View commit details
    Browse the repository at this point in the history
Loading