Skip to content

Commit

Permalink
feat: add v8intrinsic language extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jul 25, 2019
1 parent bd1da06 commit 5168510
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/parser.md
Expand Up @@ -146,6 +146,7 @@ require("@babel/parser").parse("code", {
| `flowComments` ([docs](https://flow.org/en/docs/types/comments/)) | `/*:: type Foo = {...}; */` |
| `jsx` ([repo](https://facebook.github.io/jsx/)) | `<a attr="b">{s}</a>` |
| `typescript` ([repo](https://github.com/Microsoft/TypeScript)) | `var a: string = "";` |
| `v8intrinsic` | `%DebugPrint(foo);` |

#### ECMAScript [proposals](https://github.com/babel/proposals)

Expand Down

0 comments on commit 5168510

Please sign in to comment.