nlfurniss / glint-repro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glint-repro

This commit contains code that passes, this commit contains code that fails

$ yarn glint

app/components/example-component.hbs:2:20 - error TS2304: Cannot find name 'arg'.

2   You passed in {{@example-arg}}
                     ~~~~~~~~~~~

app/components/example-component.hbs:2:20 - error TS2339: Property 'example' does not exist on type '{ 'example-arg': string; }'.

2   You passed in {{@example-arg}}
                     ~~~~~~~~~~~

Installation

  • git clone https://github.com/nlfurniss/glint-repro.git this repository
  • cd glint-repro
  • yarn install

Running / Development

About


Languages

Language:JavaScript 71.0%Language:HTML 24.8%Language:TypeScript 3.2%Language:Handlebars 1.1%