From 8026a42af4dc0b65f0d6116f49dd30eb92e1d46b Mon Sep 17 00:00:00 2001 From: jgjgill Date: Sun, 14 Jan 2024 17:53:43 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=96=B4=EC=83=89=ED=95=9C=20?= =?UTF-8?q?=EB=AC=B8=EC=9E=A5=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../development/async-function-about-return-await/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/development/async-function-about-return-await/index.mdx b/contents/development/async-function-about-return-await/index.mdx index 56bb6be..37d6839 100644 --- a/contents/development/async-function-about-return-await/index.mdx +++ b/contents/development/async-function-about-return-await/index.mdx @@ -206,7 +206,7 @@ async function foo() {
-하지만 린트 규칙이 더 이상 사용되지 않는 이유에서 설명했듯이 이와 관련된 성능적인 부분도 개선이 된 것 같다. +하지만 린트 규칙에서 더 이상 사용되지 않는 이유를 살펴봤을 때 성능적인 부분이 개선이 된 것 같다. 이제 자바스크립에서 네이티브 `Promise`가 다르게 처리된다고 한다. ([V8 관련 문서](https://v8.dev/blog/fast-async))