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

Allow specifying "require" option via tsconfig #925

Merged
merged 29 commits into from Jul 30, 2020

Commits on Nov 29, 2019

  1. WIP

    cspotcode committed Nov 29, 2019
    Copy the full SHA
    7e301ef View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. WIP

    cspotcode committed Dec 4, 2019
    Copy the full SHA
    73a76f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. WIP tests

    cspotcode committed Dec 5, 2019
    Copy the full SHA
    91ca892 View commit details
    Browse the repository at this point in the history
  2. WIP

    cspotcode committed Dec 5, 2019
    Copy the full SHA
    e11be56 View commit details
    Browse the repository at this point in the history
  3. fix

    cspotcode committed Dec 5, 2019
    Copy the full SHA
    5b57626 View commit details
    Browse the repository at this point in the history
  4. fix

    cspotcode committed Dec 5, 2019
    Copy the full SHA
    d14a028 View commit details
    Browse the repository at this point in the history
  5. Fix

    cspotcode committed Dec 5, 2019
    Copy the full SHA
    973a78c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7dc0009 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Copy the full SHA
    3fa74a5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    90e059d View commit details
    Browse the repository at this point in the history
  3. Fixes

    cspotcode committed Dec 14, 2019
    Copy the full SHA
    7050acc View commit details
    Browse the repository at this point in the history
  4. comments

    cspotcode committed Dec 14, 2019
    Copy the full SHA
    b9b2f67 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    cspotcode committed Dec 14, 2019
    Copy the full SHA
    91f5e13 View commit details
    Browse the repository at this point in the history
  6. Finalize tsconfig PR

    cspotcode committed Dec 14, 2019
    Copy the full SHA
    a209bdf View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    700a90f View commit details
    Browse the repository at this point in the history
  8. Fix linter failures

    cspotcode committed Dec 14, 2019
    Copy the full SHA
    80ea06c View commit details
    Browse the repository at this point in the history
  9. Revert "Remove ability to specify "requires" in tsconfig"

    This reverts commit 700a90f.
    cspotcode committed Dec 14, 2019
    Copy the full SHA
    e7690b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Copy the full SHA
    750dc00 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8a5573b View commit details
    Browse the repository at this point in the history
  3. comments

    cspotcode committed Feb 11, 2020
    Copy the full SHA
    362db15 View commit details
    Browse the repository at this point in the history
  4. fix

    cspotcode committed Feb 11, 2020
    Copy the full SHA
    567582e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Copy the full SHA
    3eb3deb View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Fix

    cspotcode committed Jul 28, 2020
    Copy the full SHA
    bbca6a6 View commit details
    Browse the repository at this point in the history
  2. fix

    cspotcode committed Jul 28, 2020
    Copy the full SHA
    1c500d5 View commit details
    Browse the repository at this point in the history
  3. fix

    cspotcode committed Jul 28, 2020
    Copy the full SHA
    a9ff8c9 View commit details
    Browse the repository at this point in the history
  4. fix

    cspotcode committed Jul 28, 2020
    Copy the full SHA
    bd53d10 View commit details
    Browse the repository at this point in the history
  5. fix

    cspotcode committed Jul 28, 2020
    Copy the full SHA
    544d1bf View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Merge tsconfig and programmatic / CLI require arrays; load them in …

    …`register()` instead of bin.ts
    cspotcode committed Jul 29, 2020
    Copy the full SHA
    18566b4 View commit details
    Browse the repository at this point in the history
  2. tests

    cspotcode committed Jul 29, 2020
    Copy the full SHA
    6fb4b8f View commit details
    Browse the repository at this point in the history