Results 440 comments of Jack Works

> anyone knows of any other constructs that are exclusive to TypeScript please let me know namespace / module ```ts namespace X { const a = 1 } ``` `import...

I just took another look of this. This is not possible until there is ES Module support in content script if you want to share any chunks.

> > e is ES Module support in content script > > I think you meant "in background workers" right? No, to share chunks between the background and content script,...

hmm wait you're right, an extra file will be enough to load ESM in content script.

hi please review this again thanks cc @hoxyq

> > hi please review this again thanks cc @hoxyq > > Hey, I don't see anything wrong with this approach, but I need to test it manually, for which...

> > > > hi please review this again thanks cc @hoxyq > > > > > > > > > Hey, I don't see anything wrong with this approach,...

hi @hoxyq I have added tests, please take a look thanks!

Hello! Thanks for your interest in this proposal. I'm the champion of this proposal and I will try to advance it if @TechQuery thinks it's ready and told me to...

this blocks me trying `--turbo` in nextjs. we use this feature a lot