• Igor Drozdov's avatar
    Accept string or int type for LSIF ids · d3318859
    Igor Drozdov authored
    Define Id type with custom marshalling which accepts either
    int or string, because some languages (for example, Javascript)
    define ids in LSIF as ints, but some languages (like Golang) use
    string type for ids
    
    It also changes int to uint32 for easier binary conversion
    d3318859
ranges.go 3.05 KB