GitHub - standard/standard: 🌟 JavaScript Style Guide, with linter & automatic code fixer

🌟 JavaScript Style Guide, with linter & automatic code fixer - standard/standard

GitHub
🚀 Lost your original code? Stop squinting at minified bundles.
**sourcemap-extract** instantly restores your original JS/CSS files from source maps. Built on the latest ECMA-426 standard.
✨ Why use it:
• 📦 Zero install: npx sourcemap-extract -o ./src dist/bundle.js.map
• 🛡️ Safe: Built-in directory traversal protection
• 🧹 Clean: Auto-strips Webpack/Vite/Turbopack noise
Includes Node.js API.
👉 Star it: https://github.com/AnandPilania/sourcemap-extract #WebDev #nodejs #ecmascript #javascript #reverseengineering #npx
GitHub - AnandPilania/sourcemap-extract: Restore original source files from JavaScript/CSS source maps. Implements ECMA-426 (1st edition, December 2024).

Restore original source files from JavaScript/CSS source maps. Implements ECMA-426 (1st edition, December 2024). - AnandPilania/sourcemap-extract

GitHub
Soon We Can Finally Banish JavaScript to the ShadowRealm | CSS-Tricks

The proposed ShadowRealm API introduces a new kind of realm specifically designed for isolation, and only that.

CSS-Tricks

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

https://css-tricks.com/soon-we-can-finally-banish-javascript-to-the-shadowrealm/

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

https://css-tricks.com/soon-we-can-finally-banish-javascript-to-the-shadowrealm/

ClojureScript Gets Async/Await

ClojureScript 1.12.145 버전이 출시되면서 ECMAScript 2016 타겟팅을 기반으로 async/await 기능을 공식 지원하게 되었다. ^:async 어노테이션을 사용하면 ClojureScript 컴파일러가 JavaScript의 async 함수를 생성하며, 이를 통해 브라우저 API 및 라이브러리와의 비동기 상호운용성이 크게 개선되었다. 이 기능은 테스트 코드에서도 활용 가능하며, 별도의 외부 의존성 없이 현대 자바스크립트 환경과의 통합을 간소화한다.

https://clojurescript.org/news/2026-05-07-release

#clojurescript #async #javascriptinterop #ecmascript #programminglanguage

ClojureScript - 1.12.145 Release

What’s Actually New in JavaScript (and What’s Coming Next), by @neciudan.dev:

https://neciudan.dev/whats-new-in-javascript

#javascript #ecmascript #standards #retrospectives #outlooks

What's actually new in JavaScript (and what's coming next)

ES2025 is out, ES2026 is close. Here is the new feature of Javascript we can use today, what is coming next and how we can get our AI friends to use these new features

Neciu Dan

RE: https://techhub.social/@vintprox/112393461619782109

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

#Development #Releases
What’s actually new in JavaScript · What we can use today, tomorrow, and with AI tools https://ilo.im/16cc1c

_____
#EcmaScript #ES2025 #ES2026 #AI #ClaudeCode #WebDev #Frontend #JavaScript

What's actually new in JavaScript (and what's coming next)

ES2025 is out, ES2026 is close. Here is the new feature of Javascript we can use today, what is coming next and how we can get our AI friends to use these new features

Neciu Dan
What To Know in JavaScript (2026 Edition) – Frontend Masters Blog

An overview of what's new in language features, frameworks, runtimes, build tools, testing, and more.