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

upgrade typescript to 3.1.3 & replace strict mapping to partial in calledWith function #24

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 28, 2018

  1. (1) upgrade typescript to 3.1.3

    (2) typescript 2.9 not allow symbol to be used as index. microsoft/TypeScript#1863. Current there is a PR open to address this issue microsoft/TypeScript#26797
    tru committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    7f06b35 View commit details
    Browse the repository at this point in the history
  2. add tsline and change the tsconfig option to move the compiled Js to …

    …build folder
    tommy20061222 authored and tommy20061222@gmail.com committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    6bfccab View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. add failed compiled the unit test to address the issue.

    tommy20061222@gmail.com committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    ac029d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. (1) add Partial to the type definition.

    (2) add one unit test.
    Tommy Ru committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    9e008f5 View commit details
    Browse the repository at this point in the history