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

Handle "extends" #27

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

Handle "extends" #27

wants to merge 3 commits into from

Commits on Jan 5, 2018

  1. Remove not necessary filename param from parse method

    CSoellinger committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    6af69ad View commit details
    Browse the repository at this point in the history
  2. Extend tsconfig if "extends" property is present

    CSoellinger committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    28fa0da View commit details
    Browse the repository at this point in the history
  3. Remove async and await from readFile and using now readFileSync for e…

    …xtending. This is needed cause code coverage is collected from the compiled JS files and not from the TS ones.
    CSoellinger committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    2bf19ab View commit details
    Browse the repository at this point in the history