Skip to content

Commit

Permalink
feat: add v8intrinsic language extensions (#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung authored and nicolo-ribaudo committed Sep 3, 2019
1 parent 251f8b9 commit 87778e6
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 87778e6

Please sign in to comment.