src/nimpatch/utils

Search:
Group by:
Source   Edit  

Consts

JsBigInt64Option = true
Source   Edit  
NimVersionTuple = (2, 2, 8)
Source   Edit  

Templates

template addPatch(ver: Version | Version2; flag: untyped; patchBody: untyped) {.
    dirty.}
flag is a bool expr, here uses untyped to delay evaluation to get its string represent Source   Edit