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

Provide TypeScript compilation support when using ember-cli-typescript@4 or higher. #314

Merged
merged 27 commits into from
Feb 5, 2020

Commits on Dec 19, 2019

  1. Configuration menu
    Copy the full SHA
    9e5baac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f602be4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2680b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55ac0b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f81c47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a1f5a8 View commit details
    Browse the repository at this point in the history
  7. feat: added caching of ember-cli-typescript version check

    also s/_shouldIncludeTypeScriptPlugins/_shouldHandleTypeScript/
    
    Co-authored-by: Dan Freeman <dfreeman@salsify.com>
    jamescdavis and dfreeman committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    e88eeb9 View commit details
    Browse the repository at this point in the history
  8. fix: conditionally apply class feature ordering restrictions

    Co-authored-by: Dan Freeman <dfreeman@salsify.com>
    jamescdavis and dfreeman committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    b05c974 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    134b0a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2e79c2f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Configuration menu
    Copy the full SHA
    14e7590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24b8d09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c6db15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    304e67a View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Configuration menu
    Copy the full SHA
    ac58290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21de796 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. chore: s/\t/ /

    jamescdavis committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    802323f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d7a817 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fb2aa0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Revert "feat: handle ts (in addition to js) by default"

    This reverts commit 21de796.
    jamescdavis committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    6393260 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

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

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    f6adfe1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from dfreeman/exclude-ts-declarations

    Don't emit modules for .d.ts files
    jamescdavis committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    bcbddff View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

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

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    22480f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0db857 View commit details
    Browse the repository at this point in the history
  3. refactor: don't explicitly add optional-chaining/nullish coalescing

    As of 7.8.0, @babel/preset-env enables optional-chaining and
    nullish-coalescing by default.
    jamescdavis committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    4ab55d1 View commit details
    Browse the repository at this point in the history