Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

feat: integrate flow type-checker #82

Closed
wants to merge 5 commits into from

Commits on Apr 8, 2019

  1. feat: integrate flow type-checker

    This change adds flow comment syntax & runs flow check on lint that will fail on type missmatches.
    
    Additionally more type-friendly `CID.matchCID` alternative to `CID.isCID` is added which
    returns CID if value is CID or void otherwise.
    
    Method `.equals` is updated so parametre can by an arbirtary value, not just CID. It makes
    working with CIDs & type-checker a lot easier as it avoids refining `v` to `CID` type before
    being able to call `cid.equals(v)`.
    Gozala committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    59fda51 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Configuration menu
    Copy the full SHA
    d5a7990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19cd945 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41f3f11 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Configuration menu
    Copy the full SHA
    1bc1670 View commit details
    Browse the repository at this point in the history