From 51685108e598bcd2945bfcecfe1b1a28b24e20a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Thu, 25 Jul 2019 10:38:56 -0400 Subject: [PATCH] feat: add v8intrinsic language extensions --- docs/parser.md | 1 + 1 file changed, 1 insertion(+) 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)