From eb80014553dba6ee585dd39880de937ce171e4f2 Mon Sep 17 00:00:00 2001 From: TedWilson <68094066+Cheng-DX@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:02:50 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20translate=20side=20effect=20free=20as?= =?UTF-8?q?=20=E2=80=9C=E6=97=A0=E5=89=AF=E4=BD=9C=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/configuration-options/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration-options/index.md b/docs/configuration-options/index.md index 168b94242..24ce1f51f 100755 --- a/docs/configuration-options/index.md +++ b/docs/configuration-options/index.md @@ -2257,7 +2257,7 @@ class Impure { /*@__PURE__ There may be additional text in the comment */ new Impure(); ``` -这样的标记被认为是 _有效的_,如果它直接在函数调用或构造函数调用之前,并且只被空格或注释与被调用者分隔。唯一的例外是括号,它包裹了一个调用或调用。 +这样的标记被认为是 _无副作用的_,如果它直接在函数调用或构造函数调用之前,并且只被空格或注释与被调用者分隔。唯一的例外是括号,它包裹了一个调用或调用。 无效的注解将被删除,并且 Rollup 会发出警告。有效的注解将保留在代码中,除非它们的函数调用或构造函数调用也被删除。