tarantool / graphql

GraphQL implementation in Lua
MIT License
15 stars 3 forks source link

Add graphql_version constant to make possible to determine module version in runtime #29

Closed no1seman closed 2 years ago

Totktonada commented 2 years ago

Good idea. Usually it is accessible as require('foo').VERSION.

no1seman commented 2 years ago

Why not require('foo').VeRsIoN or require('foo').vErSiOn?

Totktonada commented 2 years ago

Yaroslav's solution.

Totktonada commented 2 years ago

NB: There are problems in the implemented solution.