Hello, as playing with the JS generation I've found that something as simple as 
the following Nim code exports the following JS. 
    
    
    import jsffi
    var t = jsNull
    t = newJsObject()
    
    
    Run
    
    
    var t_gensym = [null];
    t_gensym[0] = {};
    
    
    Run

I am just wondering if this is expected behaviour for the output or if skVar 
should be apart of the set?

Reply via email to