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

Fix crash when checking module exports for export= #10538

Merged
merged 3 commits into from
Aug 25, 2016

Commits on Aug 25, 2016

  1. Fix crash when checking module exports for export=

    Also make maxNodeModuleJsDepth default to 0 so that incorrect tsconfigs
    now let the compiler spend less time compiling JS that is found in
    node_modules (especially since most people will already have the d.ts
    and want ignore the JS anyway). jsconfig still defaults to 2.
    sandersn committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    c0309fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    751b0a6 View commit details
    Browse the repository at this point in the history
  3. Get rid of absolute paths

    sandersn committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    6ee749f View commit details
    Browse the repository at this point in the history