From 47619abd73c84b647ca6ff69fe63550f96210fa9 Mon Sep 17 00:00:00 2001 From: Matheus Dias de Souza Date: Fri, 3 May 2024 08:24:28 -0300 Subject: [PATCH] Update special-cases.md --- docs/compilers/special-cases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/compilers/special-cases.md b/docs/compilers/special-cases.md index 91b6d0b..7dae4cf 100644 --- a/docs/compilers/special-cases.md +++ b/docs/compilers/special-cases.md @@ -108,6 +108,7 @@ Properties from imported packages, when fully qualified, shadow variable names i ## Importing ActionScript 3 components in MXML * Use a `xmlns` prefix assigned to the full package name with a trailling `.*` sequence, as in `xmlns:fb="foo.bar.*"`. +* Use a `xmlns` prefix assigned to `*` to import the top-level package. * Use the `import` directive in a `fx:Script` tag and refer lexically to a component in the MXML. ## Dynamic