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

Support Typescript source map resolution #30

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

Commits on Jan 2, 2020

  1. Support TypeScript sourcemap resolution.

    Mark Tolmacs authored and Mark Tolmacs committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    dadceae View commit details
    Browse the repository at this point in the history
  2. Refactoring to adhere to the TSLint rules

    Mark Tolmacs authored and Mark Tolmacs committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    bbed089 View commit details
    Browse the repository at this point in the history
  3. Fixing up documentation for sourcemap support

    Mark Tolmacs authored and Mark Tolmacs committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    bb1f157 View commit details
    Browse the repository at this point in the history
  4. Apparently prettier has different style

    than tslint so committing the prettier
    version
    Mark Tolmacs authored and Mark Tolmacs committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    aaec033 View commit details
    Browse the repository at this point in the history
  5. Added the sourcemap option to the test

    cases
    Mark Tolmacs authored and Mark Tolmacs committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    7ba35ae View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Refactoring and adding tests to satisfy the

    coverage requirements
    Mark Tolmacs authored and Mark Tolmacs committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    f5c9e25 View commit details
    Browse the repository at this point in the history
  2. Ignoring .map test unlink error to not falsly fail on

    CI
    Mark Tolmacs authored and Mark Tolmacs committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    ff1bdec View commit details
    Browse the repository at this point in the history
  3. Attempting to fix CI run issue which does not show

    up in local runs
    Mark Tolmacs authored and Mark Tolmacs committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    4f8d2dd View commit details
    Browse the repository at this point in the history
  4. Still fixing CI-only issue in E2E test where app

    variable is not initialized
    Mark Tolmacs authored and Mark Tolmacs committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    acaf95f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. Adding the .map file to the __tests__ directory

    permanently so CI tests can hopefully execute
    Mark Tolmacs authored and Mark Tolmacs committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    ff1a6fc View commit details
    Browse the repository at this point in the history