babel-plugin-graphql-tag icon indicating copy to clipboard operation
babel-plugin-graphql-tag copied to clipboard

Convert to JSON.parse instead of object literals

Open BasixKOR opened this issue 4 years ago • 1 comments

In modern JS engines, using JSON.parse on huge objects can improve performance significantly. It would be nice to have an option to do this.

BasixKOR avatar Jan 12 '20 04:01 BasixKOR

Sounds like a simple contribution to make.

gajus avatar Jan 14 '20 06:01 gajus