diff --git a/docs/parser.md b/docs/parser.md index ea5cd66647..888bfb0592 100644 --- a/docs/parser.md +++ b/docs/parser.md @@ -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/)) | `{s}` | | `typescript` ([repo](https://github.com/Microsoft/TypeScript)) | `var a: string = "";` | +| `v8intrinsic` | `%DebugPrint(foo);` | #### ECMAScript [proposals](https://github.com/babel/proposals)