graphql tag.macro:graphql tag的Babel宏 源码
graphql-tag.macro 库的Babel Macro。 它能做什么 它内联使用graphql-tag解析GraphQL查询的结果。 转换为: const query = gql ` query { hello { world } } ` ; 对此: const query = { 'kind' : 'Document' , 'definitions' : [ { 'kind' : 'OperationDefinition' , 'operation' : 'query' , 'variableDefinit
文件列表
graphql-tag_macro-master.zip
(预估有个21文件)
graphql-tag.macro-master
yarn.lock
201KB
.yarnclean
398B
src
index.macro.js
1KB
index.test.js
1KB
index.d.ts
114B
__snapshots__
index.test.js.snap
6KB
.babelrc
39B
暂无评论