namespace Jint.Parser { public class Comment { public Location Location; public int[] Range; public string Type; public string Value; } }