Skip to content

Commit 9411b1f

Browse files
committed
update README
1 parent 42ed775 commit 9411b1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.changeset/modern-flowers-enjoy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'esrap': minor
33
---
44

5-
feat: JSX support
5+
feat: experimental JSX support

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ If the nodes of the input AST have `loc` properties (e.g. the AST was generated
3838

3939
## Built-in languages
4040

41-
`esrap` ships with two built-in languages — `ts()` and `tsx()` — which can print ASTs conforming to [`@typescript-eslint/types`](https://www.npmjs.com/package/@typescript-eslint/types) (which extends [ESTree](https://github.com/estree/estree)):
41+
`esrap` ships with two built-in languages — `ts()` and `tsx()` (considered experimental at present!) — which can print ASTs conforming to [`@typescript-eslint/types`](https://www.npmjs.com/package/@typescript-eslint/types) (which extends [ESTree](https://github.com/estree/estree)):
4242

4343
```js
4444
import ts from 'esrap/languages/ts';
45-
import tsx from 'esrap/languages/tsx';
45+
import tsx from 'esrap/languages/tsx'; // experimental!
4646
```
4747

4848
Both languages accept an options object:

0 commit comments

Comments
 (0)