Fix typo [skip ci]
This commit is contained in:
parent
8dbdeff762
commit
99484d4c39
@ -44,7 +44,7 @@ import { parseExpression } from 'babylon';
|
||||
const ast = parseExpression('x || y && z', options);
|
||||
```
|
||||
|
||||
The returned AST will only consist of the expression. The options are the same as for `parse()`;
|
||||
The returned AST will only consist of the expression. The options are the same as for `parse()`
|
||||
|
||||
Add startLine option ([#346](https://github.com/babel/babylon/pull/346)) (Raphael Mu)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user