Skip to content

Commit

Permalink
refactor: migrate to @Girs for type safety
Browse files Browse the repository at this point in the history
Use newer type annotation versions which include all required type
annotations (missing annotations were added by me[1]). This removes the
need for the @imports folder and ensures that all code is strictly
typed.

[1]: gjsify/gnome-shell#42
  • Loading branch information
flexagoon committed May 6, 2024
1 parent a89454e commit a843fcc
Show file tree
Hide file tree
Showing 52 changed files with 766 additions and 912 deletions.
3 changes: 0 additions & 3 deletions @imports/byteArray.d.ts

This file was deleted.

50 changes: 0 additions & 50 deletions @imports/extensions/extension.d.ts

This file was deleted.

35 changes: 0 additions & 35 deletions @imports/extensions/prefs.d.ts

This file was deleted.

119 changes: 0 additions & 119 deletions @imports/extensions/sharedInternals.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion @imports/misc/config.d.ts

This file was deleted.

9 changes: 0 additions & 9 deletions @imports/ui/backgroundMenu.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions @imports/ui/lookingGlass.d.ts

This file was deleted.

24 changes: 0 additions & 24 deletions @imports/ui/main.d.ts

This file was deleted.

114 changes: 0 additions & 114 deletions @imports/ui/windowManager.d.ts

This file was deleted.

8 changes: 0 additions & 8 deletions @imports/ui/windowPreview.d.ts

This file was deleted.

9 changes: 0 additions & 9 deletions @imports/ui/workspace.d.ts

This file was deleted.

Loading

0 comments on commit a843fcc

Please sign in to comment.