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

Don't allow .ts to appear in an import #9646

Merged
10 commits merged into from
Aug 19, 2016
Merged

Don't allow .ts to appear in an import #9646

10 commits merged into from
Aug 19, 2016

Commits on Jul 21, 2016

  1. Don't allow .ts to appear in an import

    Andy Hanson committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    448a480 View commit details
    Browse the repository at this point in the history
  2. Add specific error message for unwanted '.ts' extension

    Andy Hanson committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    a8c05a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Merge branch 'master' into no_ts_extension

    Andy Hanson committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    2821d98 View commit details
    Browse the repository at this point in the history
  2. Improve error message

    Andy Hanson committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    0f134ed View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. Don't allow ".d.ts" extension in an import either.

    Andy Hanson committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    359c8b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

  1. Merge branch 'master' into no_ts_extension

    Andy Hanson committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    3de8c22 View commit details
    Browse the repository at this point in the history
  2. Rename 'find' functions

    Andy Hanson committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    2eb159e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. Move supportedTypescriptExtensionsWithDtsFirst next to supportedTypeS…

    …criptExtensions and rename
    Andy Hanson committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    8fc17af View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. Merge branch 'master' into no_ts_extension

    Andy Hanson committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    297cb50 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Andy Hanson committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    b452469 View commit details
    Browse the repository at this point in the history