Syntax Lookup
Enter some language construct you want to know more about.
This is the @module decorator.
The @module
decorator is used to bind to a JavaScript module.
Example
Import Attributes
Since 11.1
@module
also supports import attributes. It looks like this:
More information in the dedicated documentation for import attributes.