8000 How to use module that's depended on luvit, uv, and env module in openresty context? · Issue #1196 · luvit/luvit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
How to use module that's depended on luvit, uv, and env module in openresty context? #1196
Open
@xiangnanscu

Description

@xiangnanscu

I want to use some module of this greate repo in openresty system. First I need to integret luvit modules to my existing project. I find it's hard to know where require('luvi') or require('env') or require('env') defined.

some module like buffer is very easy to handle, but others for example, module require is like this:

local luvi = require('luvi')
local bundle = luvi.bundle
local pathJoin = luvi.path.join
local env = require('env')
local os = require('ffi').os
local uv = require('uv')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0