We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86081e commit 771c212Copy full SHA for 771c212
README.md
@@ -55,16 +55,10 @@ Relative import statements are resolved against with the path of the _declaring_
55
56
## Syntax details
57
58
-(TODO: Add syntax for module functions.)
59
-
60
```
61
PrimaryExpression : ModuleBlockExpression
62
- ModuleFunctionExpression
63
64
ModuleBlockExpression : `module` [no LineTerminator here] `{` ModuleBody? `}`
65
66
-ModuleFunctionExpression : `module` [no LineTerminator here] FunctionExpression
67
-// ... same for AsyncFunctionExpression et al.
68
69
70
As `module` is not a keyword in JavaScript, no newline is permitted after `module`.
0 commit comments