diff --git a/_i18n/ja/_posts/2023/2023-10-25-666draft.md b/_i18n/ja/_posts/2023/2023-10-25-666draft.md index ca57db646c8..647c153b1c1 100644 --- a/_i18n/ja/_posts/2023/2023-10-25-666draft.md +++ b/_i18n/ja/_posts/2023/2023-10-25-666draft.md @@ -2,7 +2,7 @@ title: "2023-10-25のJS: " author: "azu" layout: post -date : 2023-10-25T13:15:00.860Z +date : 2023-10-25T13:17:19.996Z category: JSer tags: - Tools @@ -146,6 +146,15 @@ Node.jsの`Buffer`はブラウザとの互換性がないため、`Uint8Array` - [Start moving to Uint8Array in new APIs? · Issue #41588 · nodejs/node](https://github.com/nodejs/node/issues/41588 "Start moving to Uint8Array in new APIs? · Issue #41588 · nodejs/node") +---- + +## JS Decorators Explained: 10 Years Journey to the Real Implementation | Binary Studio +[binary-studio.com/blog/ecmascript-decorators/](https://binary-studio.com/blog/ecmascript-decorators/ "JS Decorators Explained: 10 Years Journey to the Real Implementation | Binary Studio") +
+ +現在Stage 3のDecoratorが、どのような今の形になったかについて + + ----