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 some TS component blueprint tests #20771

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 5, 2024

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

Commits on Oct 7, 2024

  1. Add some TS component blueprint tests

    This setup can verify that the .ts blueprints are working as expected.
    Windvis committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7ff7ba0 View commit details
    Browse the repository at this point in the history
  2. Remove the .ts suffix when generating .ts components

    This fixes an issue where `.ts.ts` or `.ts.hbs` would be generated if
    the user added the extension to the cli command: `ember g component
    foo.ts`
    Windvis committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    dd62d35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f41d8ae View commit details
    Browse the repository at this point in the history