babel-plugin-typescript-to-flow
Advanced tools
Comparing version 0.15.17 to 0.15.18
@@ -8,3 +8,3 @@ "use strict"; | ||
const ast = (0, template_1.default)({ | ||
plugins: ['flow'], | ||
plugins: [['flow', { enums: true }]], | ||
}).ast; | ||
@@ -11,0 +11,0 @@ const Pick = ast `type Pick<T: {}, K: $Keys<T>> = $ObjMapi< |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "0.15.17", | ||
"version": "0.15.18", | ||
"scripts": { | ||
@@ -54,3 +54,3 @@ "cover": "jest --coverage", | ||
}, | ||
"gitHead": "8f6b8e551c96be84d5b778531c4a31935fe4b351" | ||
"gitHead": "f2abc5c3770d45af21b8e41992bfc5959ee2b5ef" | ||
} |
Sorry, the diff of this file is not supported yet
147441