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

Add allowTsInNodeModules option for importing .ts files from node_modules. #773

Merged
merged 10 commits into from May 7, 2018

Commits on May 2, 2018

  1. Add allowTsInNodeModules loader option.

    Andrew Lawson committed May 2, 2018
    Configuration menu
    Copy the full SHA
    f994a25 View commit details
    Browse the repository at this point in the history
  2. Add error text for allowTsInNodeModules option when importing .ts files

    from node_modules.
    Tweak existing error text and code style.
    Andrew Lawson committed May 2, 2018
    Configuration menu
    Copy the full SHA
    6c9cdb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb13166 View commit details
    Browse the repository at this point in the history
  4. Add test for enabling allowTsInNodeModules option.

    Andrew Lawson committed May 2, 2018
    Configuration menu
    Copy the full SHA
    31bec1f View commit details
    Browse the repository at this point in the history
  5. Add option description to README.md

    Andrew Lawson committed May 2, 2018
    Configuration menu
    Copy the full SHA
    84d7aa7 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Change allowTsInNodeModules from comparison test to execution test.

    Add tests for successful import of module and file.
    Andrew Lawson committed May 3, 2018
    Configuration menu
    Copy the full SHA
    2c6e47c View commit details
    Browse the repository at this point in the history
  2. Fix indentation.

    Remove webpack output during karma tests.
    Andrew Lawson committed May 3, 2018
    Configuration menu
    Copy the full SHA
    f4ceb49 View commit details
    Browse the repository at this point in the history
  3. Linkify GitHub issue reference.

    Add better example for tsconfig.json.
    Andrew Lawson committed May 3, 2018
    Configuration menu
    Copy the full SHA
    e0a0ff7 View commit details
    Browse the repository at this point in the history
  4. Update error message logic to use ternary.

    Andrew Lawson committed May 3, 2018
    Configuration menu
    Copy the full SHA
    517af98 View commit details
    Browse the repository at this point in the history
  5. Slight change in output for nodeModulesMeaningfulErrorWhenImportingTs

    comparison test.
    Andrew Lawson committed May 3, 2018
    Configuration menu
    Copy the full SHA
    c3af054 View commit details
    Browse the repository at this point in the history