Skip to content

Add type package to be included without being referenced in a source file #154

@d-enk

Description

@d-enk

require tarantoolscript/types like others in lua-types

"compilerOptions": {
  "types": ["lua-types/jit", "tarantoolscript/types"],
},

This will allow to have access to std functions without extra import

like:

  • table: copy, deepcopy, equals ...
  • os: setenv ...
  • string: hex, ljust, ...
  • tonumber64
  • error
  • package
  • box
  • ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions