home.social

#ecmascript — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ecmascript, aggregated by home.social.

  1. Soon we can finally banish JavaScript to the ShadowRealm. @Wilto walks through the TC39 ShadowRealm proposal, which creates isolated execution contexts with their own pristine globals while running on the same thread as the host. With just two methods, evaluate() and importValue(), ShadowRealms could sandbox third-party scripts, ads, and test suites without polluting the main realm. Currently at Stage 2.7, not yet in browsers. #js #ecmascript

    css-tricks.com/soon-we-can-fin

  2. Скоро мы наконец сможем отправить JavaScript в ShadowRealm. Мэт Маркиз разбирает предложение TC39 ShadowRealm, создающее изолированные контексты исполнения с собственными глобальными объектами в том же потоке, что и основной хост. Двух методов evaluate() и importValue() достаточно, чтобы изолировать сторонние скрипты, рекламу и тесты без загрязнения основного окружения. Сейчас на стадии 2.7, в браузерах пока нет. #js #ecmascript

    css-tricks.com/soon-we-can-fin

  3. RE: techhub.social/@vintprox/11239

    One schizo thread for a riddle that didn't even make it into the final game. I feel like it's a ploy #HerInteractive made for making their trailer look "futuristic". Well, as a developer myself, I'll say that this poor attempt at mockery won't go unseen.

    What you see here is some random snippet of FTP software written in Node.js. Whether it was stolen or not does not concern me (and believe me, I tried to find any matches with existing open source code on the Internet, to no avail). What concerns me is that they just had to obfuscate it - there is no reason for this whatsoever. No hidden clue in this, only a big ball of nothing.

    #NancyDrew #ND34 #NancyDrewMYsteryOfTheSevenKeys #NodeJS #ECMAScript #JavaScript

  4. [Перевод] Основные элементы экосистемы JavaScript по состоянию на 2026 год

    Ранее мы писали похожие статьи о CSS , но JavaScript заслуживает не меньшего внимания! Тем более что JavaScript лучше справляется с версионированием. Мы рассмотрим новые возможности самого языка, а также основные среды выполнения, фреймворки, библиотеки и инструменты.

    habr.com/ru/articles/1021182/

    #javascript #js #typescript #ts #nodejs #npm #vite #ecmascript #nextjs #react

  5. [Перевод] Основные элементы экосистемы JavaScript по состоянию на 2026 год

    Ранее мы писали похожие статьи о CSS , но JavaScript заслуживает не меньшего внимания! Тем более что JavaScript лучше справляется с версионированием. Мы рассмотрим новые возможности самого языка, а также основные среды выполнения, фреймворки, библиотеки и инструменты.

    habr.com/ru/articles/1021182/

    #javascript #js #typescript #ts #nodejs #npm #vite #ecmascript #nextjs #react

  6. [Перевод] Основные элементы экосистемы JavaScript по состоянию на 2026 год

    Ранее мы писали похожие статьи о CSS , но JavaScript заслуживает не меньшего внимания! Тем более что JavaScript лучше справляется с версионированием. Мы рассмотрим новые возможности самого языка, а также основные среды выполнения, фреймворки, библиотеки и инструменты.

    habr.com/ru/articles/1021182/

    #javascript #js #typescript #ts #nodejs #npm #vite #ecmascript #nextjs #react

  7. i made this game back in 2016 just as a demo to test my vizflow engine... and to vent at the politics at the time. kind of amazed it still works! and also kind of amazed that the politics of the times have only gotten worse!

    but, it might still serve its original purpose :)

    vizflow.github.io/vizflow/exam

    #html #webdev #games #FOSS #vizflow #electionFighter #election #fighter #politics #politricks #FLOSS #javascript #ecmascript #JS #gamedev #indie #indiegame #spritesheet #animation #visualization

  8. #TypeScript nerds, can you help me out?

    I have a type called DeepRequired that recursively makes optional properties in nested object required using dot notation as seen below.

    The problem is: It is only somewhat working. I believe, I'm on the right track somewhere but I can't get closer than this.

    Thanks in advance!

    1/2

    #FollowerPower #amCoding #amProgramming #softwareDevelopment #softwareEngineering #webDev #webDevelopment #JavaScript #ECMAScript

  9. #TypeScript nerds, can you help me out?

    I have a type called DeepRequired that recursively makes optional properties in nested object required using dot notation as seen below.

    The problem is: It is only somewhat working. I believe, I'm on the right track somewhere but I can't get closer than this.

    Thanks in advance!

    1/2

    #FollowerPower #amCoding #amProgramming #softwareDevelopment #softwareEngineering #webDev #webDevelopment #JavaScript #ECMAScript

  10. #TypeScript nerds, can you help me out?

    I have a type called DeepRequired that recursively makes optional properties in nested object required using dot notation as seen below.

    The problem is: It is only somewhat working. I believe, I'm on the right track somewhere but I can't get closer than this.

    Thanks in advance!

    1/2

    #FollowerPower #amCoding #amProgramming #softwareDevelopment #softwareEngineering #webDev #webDevelopment #JavaScript #ECMAScript

  11. #TypeScript nerds, can you help me out?

    I have a type called DeepRequired that recursively makes optional properties in nested object required using dot notation as seen below.

    The problem is: It is only somewhat working. I believe, I'm on the right track somewhere but I can't get closer than this.

    Thanks in advance!

    1/2

    #FollowerPower #amCoding #amProgramming #softwareDevelopment #softwareEngineering #webDev #webDevelopment #JavaScript #ECMAScript

  12. #TypeScript nerds, can you help me out?

    I have a type called DeepRequired that recursively makes optional properties in nested object required using dot notation as seen below.

    The problem is: It is only somewhat working. I believe, I'm on the right track somewhere but I can't get closer than this.

    Thanks in advance!

    1/2

    #FollowerPower #amCoding #amProgramming #softwareDevelopment #softwareEngineering #webDev #webDevelopment #JavaScript #ECMAScript

  13. ... as you may have noticed: Vizflow has *NO* dependencies.

    That's right: zero.

    Vizflow is built using vanilla JS. Also, it has the necessary polyfills built-in to the (optional) helper functions, to make cross-browser compatibility much less of an issue!

    #Vizflow #visualization #ES6 #JavaScript #ECMAscript

    github.com/vizflow/vizflow

  14. Bun 1.1.5: cross-compile executables, new crash reporter, import files as text, and more
    bun.sh/blog/bun-v1.1.5

    #ECMAScript #JavaScript #BunJS

  15. is a lightweight engine.

    Duktape is an embeddable engine that allows for running JavaScript in C programs with bindings. Duktape is small, using less than 200 kB of memory for simple examples, making it suitable for . Duktape has Unicode support, a debugger, performance measuring, regex, garbage collection, coroutines, compiled functions, and more.

    Website 🔗️: duktape.org/

    apt 📦️: duktape