Simon Van Casteren

Results 26 comments of Simon Van Casteren

Hi, Oh, I don't expect you to do my work for me :D. I sent this message more to figure out if it would be a welcome addition to the...

Allright, I'll see if I can get us started on something like that. I haven't used Nearly parsers before but it seems manageable. One small question: the typescript AST definitions...

Is there some way for me to determine if I'm having this issue, and is there a solution to this problem? I've tried Tern for Vim for the first time...

Nope they are small files, ranging from 50 to max 200 lines of code. Eg: just made a new spec file, consisted of 5 lines of code. Went to my...

Just as an update: I'm switching my development environment to Linux, where Tern does seem to work without delays!

Oh dang, I've been screwing around with my branches and accidentally pushed my fix for #21 onto this branch as well. If you want I can make this into a...

Sorry for making multiple of issues at once, but I really like what this plugin is doing. Runtime speed is increasing by about 20%, bundle size is REALLY small, and...

Plot twist. I tried to recreate this with a simpler test case: ```javascript var sum = function(a){ return function(b){ var sumInner = function(a){ return function(b){ return a + b; };...

Hey, I really wanted to use this plugin but had the same issue. After some digging and experimentation, I found that the major slowdown is in the replace.js transformation. The...