10:03 | <frank-dspeed> | hi i am new to the tc39 but i have a realtiv clear goal could some one assist me to get my first proposal started or maybe some one likes to champion it for me directly |
10:05 | <frank-dspeed> | i need the following: proposal importScripts (a sync import of scripts that get executed in order as they would be inlined) taking infinity urls and strings as args |
10:06 | <frank-dspeed> | the current existing implementation from w3c inside workers should get part of general ECMAScript Next to solve interop problems in diffrent engines at present the most engines do implement nativ require mixed with this functionality |
10:07 | <frank-dspeed> | i am part of the wintercg but i am not familar with the tc39 process and it is a hugh one to get familar with |
10:07 | <frank-dspeed> | https://www.w3.org/community/wintercg/ |
10:10 | <frank-dspeed> | maybe a bit more background while ESM is great it is async by default so it can not get used in ECMAScript Engines that relay on native code sideEffects |
10:10 | <frank-dspeed> | as it will get loaded and executed after the process first tick |
10:11 | <frank-dspeed> | we need a import for Scripts ESM only covers Modules |
16:15 | <ptomato> | frank-dspeed: cool! I'd suggest starting by reading some of the "Proposals" pages on https://github.com/tc39/how-we-work |