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

Add Flowtype (WIP) #530

Merged
merged 4 commits into from
Aug 23, 2016
Merged

Add Flowtype (WIP) #530

merged 4 commits into from
Aug 23, 2016

Commits on Aug 22, 2016

  1. Configuration menu
    Copy the full SHA
    22c23a6 View commit details
    Browse the repository at this point in the history
  2. Enable flowtype for Authenticity.js

    src/Authenticity.js
    without {content?: string} it warns about
    > property `content` Property not found in HTMLElement
    AlexKVal committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    38cc105 View commit details
    Browse the repository at this point in the history
  3. Enable flowtype for buildConsoleReplay.js

    we don't need additional `console.history.length === 0` check
    ```js
    let line = []
    line.join('\n') // results in ''
    ```
    AlexKVal committed Aug 22, 2016
    Configuration menu
    Copy the full SHA
    7cac593 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a07244e View commit details
    Browse the repository at this point in the history