Problem:
server.listen is missing from the intellisense list
Repro:
#Type in the following code:
var net = require('net');
var server = net.createServer(function (sokcet) {
socket.write('Echo server\r\n');
socket.pipe(socket);
});
server.listen is not in the intellisense list.
It is recognized as a function in the REPL window.
server.listen is missing from the intellisense list
Repro:
#Type in the following code:
var net = require('net');
var server = net.createServer(function (sokcet) {
socket.write('Echo server\r\n');
socket.pipe(socket);
});
server.listen is not in the intellisense list.
It is recognized as a function in the REPL window.