進化するPromiseオブジェクト [JS Modern Features no.2]
https://gihyo.jp/article/2025/06/ride-modern-frontend-08?utm_source=feed
#gihyo #技術評論社 #gihyo_jp #Front_end #フロントエンド開発 #JavaScript #JS #Baseline #Promise #ECMAScript
進化するPromiseオブジェクト [JS Modern Features no.2]
https://gihyo.jp/article/2025/06/ride-modern-frontend-08?utm_source=feed
#gihyo #技術評論社 #gihyo_jp #Front_end #フロントエンド開発 #JavaScript #JS #Baseline #Promise #ECMAScript
Using `await` at the top level in ES modules
https://allthingssmitty.com/2025/06/16/using-await-at-the-top-level-in-es-modules/
Videos: Web Engines Hackfest 2025
@webhackfest
https://www.youtube.com/playlist?list=PL4sEzdAGvRgDkGm0XYou_lJ5wdmIi7FJY
Biome v2 (“Biotype”): type-aware linting without tsc
@biomejs @ematipico
https://biomejs.dev/blog/biome-v2/
Prettier 3.6: experimental fast CLI, OXC plugin and more
https://prettier.io/blog/2025/06/23/3.6.0
JSON module scripts are now Baseline Newly Available
@tomayac
https://web.dev/blog/json-imports-baseline-newly-available
Exploring JavaScript ES2025 edition
@rauschma
https://exploringjs.com/js/
ESLint v9.29.0: support for explicit resource management (`using`) and more
@eslint
https://eslint.org/blog/2025/06/eslint-v9.29.0-released/
How ESLint language plugins enhance DSL usability
@nzakas @eslint
https://eslint.org/blog/2025/06/language-plugins-dsl-benefits/
Resilient import maps: fixing their limitations
@Yoav
https://shopify.engineering/resilient-import-maps
Import maps are great for both performance and developer experience, but their original limitations made them hard to use, especially at Shopify’s scale. We stepped up and pushed changes across the HTML spec, Chromium and WebKit to fix these issues at the web platform level. Now, developers can interleave JavaScript modules and multiple import maps on their HTML pages without worrying about correctness issues.