troll icon indicating copy to clipboard operation
troll copied to clipboard

Libraries for GNOME JavaScript (GJS)

Results 14 troll issues
Sort by recently updated
recently updated
newest added

For people familiar with React and CSS the `#name` selector is really confusing. Let's consider making the `id` attr set the `name` property. (removed in https://github.com/sonnyp/troll/commit/db1c26061b58c53ec463da7639415a229752ed9f)

We need ways to mark stuff as localizable - similar to `_()` and `translatable="yes"`. Of course users can already do ```js ``` but it's a bit verbose – maybe we...

Support string enums Now: ```js ``` later ```js ``` should be possibly at runtime and we should start there but it'd be much faster at compile time with a ts/babel/swc...

Since GNOME 49, gjs supports Source Maps https://gitlab.gnome.org/GNOME/gjs/-/issues/474 gjspack was built with a custom parser/transformer to inline import substitutions and keep readable stacktraces We could now use Rollup and a...