Results 14 comments of Florian Klampfer

I've noticed that this section was not doing the right thing for `Promise`, `sequence`, and `record`, so I've made some changes: https://github.com/platformparity/webidl2js/compare/master...platformparity:genericwrap I didn't factor it out though, nor am...

There's another complication with regards to the `URL` and `URLSearchParams` types. They are now part of node's global context (since v10). It would be nice to alternate between a webidl2js...

good stuff in there :)

Glad you like it :) It's still work in progress and currently assumes that you are using a touch device for the small screen layout. Closing the menu bar works...

The problem could be related to a (dev) dependency pulling in lib.dom or lib.webworker types via comment. You can find them with ```sh grep -r '' node_modules/ ``` ```sh grep...

I've solved it by shoving `esbuild-plugin-polyfill-node` into Bun plugin system and it magically just worked

> do you think this feature has a place in SQLite Viewer? I don't think it should be part of SQLite Viewer, but for the longest time I've wanted to...

Interesting. The UI is currenlty based on `pragma_table_info`, it might be that generated columns aren't in there. I want to move away from that model anyway to make joins, views,...

Actually, this was a one character fix. SQLite has a `pragma_table_xinfo` table that includes generated columns. Shipped as v0.4.14. *** Please consider leaving a 5-star review at https://marketplace.visualstudio.com/items?itemName=qwtel.sqlite-viewer&ssr=false#review-details