Add signalTracker types#115
Conversation
|
@AmionSky Since you've opened quite a few PRs over the last few days, I'm sorry but I can't help wondering whether you're actually using all these types in your extension(s)? Or are you just doing this for the sake of it? With LLM support perhaps? |
|
I'm working on an extension, and when I have to look through a gnome js file to understand how it actually works, I thought I might as well write the types for it. |
swsnr
left a comment
There was a problem hiding this comment.
New files that aren't re-exported through existing modules need to be added to exports in gnome-shell/package.json; otherwise they can't be imported from outside.
|
I tried putting it below "./misc/signals" but when I run Also should I open a PR to add the files from my other PRs as well? |
If there are any that aren't re-exported from other modules, then yes, sure. |
|
They are reexported, but when I ran |
|
@AmionSky Not sure I follow… could you describe exactly which command you ran and what happened precisely? |
|
@swsnr just |
No description provided.