It also shows how to add a new command category (ParcelCommands) Everything under dist/ is auto-generated with "npm run build".
5 lines
56 B
TypeScript
5 lines
56 B
TypeScript
export enum ParcelInfoFlags
|
|
{
|
|
mature = 1 << 0
|
|
}
|