Skip to content

Commit 771c212

Browse files
Remove module functions from the readme
Ref 6119c03
1 parent e86081e commit 771c212

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,10 @@ Relative import statements are resolved against with the path of the _declaring_
5555

5656
## Syntax details
5757

58-
(TODO: Add syntax for module functions.)
59-
6058
```
6159
PrimaryExpression : ModuleBlockExpression
62-
ModuleFunctionExpression
6360
6461
ModuleBlockExpression : `module` [no LineTerminator here] `{` ModuleBody? `}`
65-
66-
ModuleFunctionExpression : `module` [no LineTerminator here] FunctionExpression
67-
// ... same for AsyncFunctionExpression et al.
6862
```
6963

7064
As `module` is not a keyword in JavaScript, no newline is permitted after `module`.

0 commit comments

Comments
 (0)