From 9805496c4d14d705b60faf06708011023cd72ed8 Mon Sep 17 00:00:00 2001 From: fisker Cheung Date: Thu, 10 Oct 2019 00:10:24 +0800 Subject: [PATCH] Add code sample for `babel-flow` parser (#6631) --- website/playground/codeSamples.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/playground/codeSamples.js b/website/playground/codeSamples.js index 4e6250d3..783573bc 100644 --- a/website/playground/codeSamples.js +++ b/website/playground/codeSamples.js @@ -26,6 +26,7 @@ export default function(parser) { "}" ].join("\n"); case "flow": + case "babel-flow": return [ "declare export function graphql>", " (query: GQLDocument, config?: Config>):",