Just tried as the docs says:
    
    
    nim js -d:release -o:js-lib/index.js ./src/cirruParser.nim
    
    
    Run

but I got different result from previous one,
    
    
    {
      line: 1,
      column: 0,
      kind: 1,
      text: null,
      list: [ { line: 1, column: 2995672, kind: 1, text: null, list: [Array] } ]
    }
    
    
    Run

Does -d:release change behaviors of my program?

Reply via email to