Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Source code checked in, #cc70d42efacad2526cca36d3f210031d2fc362eb

$
0
0
Don't add references when accessing prototype object (find all refs on .prototype is crazy) Address previous code review feedback #980 azure has unapplicable completions The util.merge implementation was cheating, which resulted in prototypes being shared, and when a function was added to a prototype it would be shared across everything. Ultimately this meant every single event emitter in Node shared all of the same methods. Now we produce a new value.

Viewing all articles
Browse latest Browse all 4630

Trending Articles