glint icon indicating copy to clipboard operation
glint copied to clipboard

Repro: declarations for gjs are not re-written when generating types

Open NullVoxPopuli opened this issue 4 months ago • 0 comments

Note:

  • the "dts" for a gjs file is ".gjs.d.ts"
  • doing this requires setting allowArbitraryExtensions: true in the tsconfig.json -- which is probably something we can upstream in to @ember/library-tsconfig as a non-breaking change since it's an enabling of something that would have been prevented before

Once

  • https://github.com/embroider-build/embroider/pull/2583

is merged and released, this PR should start passing after updating to that new release

NullVoxPopuli avatar Oct 08 '25 22:10 NullVoxPopuli