From 23d10edf281aaeb2924cf71ee789ac8b82bfbdd5 Mon Sep 17 00:00:00 2001 From: Simone Poggiali Date: Sun, 2 Jun 2024 21:41:11 +0200 Subject: [PATCH] update website --- website/src/content/docs/book/others.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/content/docs/book/others.md b/website/src/content/docs/book/others.md index 92073ae..cf6e513 100644 --- a/website/src/content/docs/book/others.md +++ b/website/src/content/docs/book/others.md @@ -935,7 +935,7 @@ The `using` and `await using` declarations are allowed in Statements: `for`, `fo ### Import Attributes -TypeScript 5.3's Import Attributes (labels for imports) tell the runtime how to handle modules (JSON, etc.). This improves security by ensuring clear imports and aligns with Content Security Policy (CSP) for safer resource loading. TypeScript ensures they're valid but lets the runtime handle their interpretation for specific module handling. +TypeScript 5.3's Import Attributes (labels for imports) tell the runtime how to handle modules (JSON, etc.). This improves security by ensuring clear imports and aligns with Content Security Policy (CSP) for safer resource loading. TypeScript ensures they are valid but lets the runtime handle their interpretation for specific module handling. Example: