shift-js / shift-js

Swift to JavaScript transpiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hope to support "require()" method when using Express

xiaoyixiao369 opened this issue · comments

Shift.js can't recoglize
var http = require("http")

although there is no "require" method in the context, but in Express environment exists.