Skip to content

Commit

Permalink
feat: support ArrowFunctionExpression (#98)
Browse files Browse the repository at this point in the history
* feat: support `ArrowFunctionExpression`

* chore(dev-deps): update esno
  • Loading branch information
AriPerkkio committed Jan 14, 2024
1 parent f9b707f commit fb9bace
Show file tree
Hide file tree
Showing 7 changed files with 363 additions and 81 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const ast = mod.exports.default.$ast
// do something with ast
```

**Example:** Function parameters:
**Example:** Function arguments:

```js
import { parseModule, generateCode } from "magicast";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"changelogen": "^0.5.5",
"eslint": "^8.53.0",
"eslint-config-unjs": "^0.2.1",
"esno": "^0.17.0",
"esno": "^4.0.0",
"giget": "^1.1.3",
"lint-staged": "^15.0.2",
"magicast": "workspace:*",
Expand Down
Loading

0 comments on commit fb9bace

Please sign in to comment.