UNPKG

298 BMarkdownView Raw
1Syntax
2======
3
4Import statement
5----------------
6
7import [identifier] from [string]
8import [identifier], [identifier] from [string]
9import ** from [string]
10
11
12Member Expression
13-----------------
14
15fruits.banana.color = 'yellow'
16\ / \ /
17 MemExp Identifier
18 object property