Skip to content

Commit

Permalink
chore(tidy): remove to-string helper and loose template registry
Browse files Browse the repository at this point in the history
  • Loading branch information
gilest committed Dec 25, 2023
1 parent 1d46a87 commit 78e3db9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
13 changes: 0 additions & 13 deletions test-app/app/helpers/to-string.ts

This file was deleted.

10 changes: 0 additions & 10 deletions test-app/types/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import '@glint/environment-ember-loose';
import type EmberFileUploadRegistry from 'ember-file-upload/template-registry';
import toString from 'test-app/helpers/to-string';

// Types for compiled templates
declare module 'test-app/templates/*' {
import { TemplateFactory } from 'ember-cli-htmlbars';
Expand All @@ -15,9 +11,3 @@ declare module '@ember/version' {

export { VERSION };
}

declare module '@glint/environment-ember-loose/registry' {
export default interface Registry extends EmberFileUploadRegistry {
'to-string': typeof toString;
}
}

0 comments on commit 78e3db9

Please sign in to comment.