Skip to content

Commit

Permalink
feat: 🚀 support parse typescript decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrealHu committed Mar 22, 2023
1 parent f732c29 commit 01e0ef8
Show file tree
Hide file tree
Showing 7 changed files with 4,228 additions and 106 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,16 @@ export {
})
```

## SUPPORTED
- Typescript normal syntax
- Support to parse TypeScript [Decorators](https://www.typescriptlang.org/docs/handbook/decorators.html)

## CHANGELOG

[click](./CHANGELOG.md)

## RoadMap

- Support to parse JSX & TSX in the future.
- Support to parse TypeScript [Decorators](https://www.typescriptlang.org/docs/handbook/decorators.html)

## License
[MIT](https://couto.mit-license.org/)
Loading

0 comments on commit 01e0ef8

Please sign in to comment.