From 7f0a566711d104ea7f0a5de49b96b33a3624b2b9 Mon Sep 17 00:00:00 2001 From: nidhisadanand <7828664+nidhisadanand@users.noreply.github.com> Date: Sat, 29 Jan 2022 20:46:41 +0530 Subject: [PATCH] Added static to reserved key words for flow. https://github.com/uber-web/thrift2flow/issues/88 --- src/main/identifier.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/identifier.js b/src/main/identifier.js index ba23bf9..4460d60 100644 --- a/src/main/identifier.js +++ b/src/main/identifier.js @@ -1,6 +1,7 @@ // @flow const reservedTypes = [ 'any', + 'static', 'mixed', 'number', 'throw',