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

feat: add depending .d.ts files as changed when watch is triggered #698

Merged

Commits on Dec 19, 2017

  1. feat: add depending .d.ts files as changed when watch is triggered

    If a project depends on custom definition files, meaning not the ones in node_modules, then it should consider them changed when webpack triggers a watch-run.
    Since webpack doesn't know about definition files, we use the one detected by the languageService which should be more accurate anyway.
    
    Closes TypeStrong#697
    Markus Wolf committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    31fc634 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Configuration menu
    Copy the full SHA
    9d34d39 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. test: rebuild stale test data

    Markus Wolf committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    f53431a View commit details
    Browse the repository at this point in the history
  2. test: update stale test data

    Markus Wolf committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    70dd908 View commit details
    Browse the repository at this point in the history