I\'m trying to get this to work, but I can\'t seem to find a solution anywhere on SO. When trying to compile this single-file app:
import http = require(\'ht
Shouldn't it be something like
/// import http = module('http')
I mean, shouldn't you use module instead of require ?
module
require