Skip to content

fails to process when missing semi #37

@patricklx

Description

@patricklx

ember-tooling/prettier-plugin-ember-template-tag#162

const num:   number = 1
(oops) => {}
import Component from '@glimmer/component'

/** It's a component */
class MyComponent
  extends Component {
    get whatever() {}

        <template>


    <h1>   Class top level template. Class top level template. Class top level template. Class top level template. Class top level template. </h1>
  </template>
  (oops) => {}
}
import type { TemplateOnlyComponent } from '@ember/component/template-only'

export interface Signature {
  Element: HTMLElement,
  Args: {


  }
  Yields: []
}


export const Exported:    TemplateOnlyComponent<Signature> = <template>       Exported variable template. Exported variable template.  Exported variable template.  Exported variable template.  Exported variable template. Exported variable template. Exported variable template. </template>
(oops) => {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions