Type tlvs by its own names, so a dropped alternate fails to compile
Mirror / push (push) Has been cancelled
Test / lint (pull_request) Successful in 22s
Test / test (18) (pull_request) Successful in 30s
Test / test (20) (pull_request) Successful in 29s
Test / test (22) (pull_request) Successful in 31s
Test / test (24) (pull_request) Successful in 34s
Test / test (26) (pull_request) Successful in 30s
Mirror / push (push) Has been cancelled
Test / lint (pull_request) Successful in 22s
Test / test (18) (pull_request) Successful in 30s
Test / test (20) (pull_request) Successful in 29s
Test / test (22) (pull_request) Successful in 31s
Test / test (24) (pull_request) Successful in 34s
Test / test (26) (pull_request) Successful in 30s
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ const alternates: Record<string, TlvName> = {
|
|||||||
failed_broadcast_area_identifier: 'broadcast_area_identifier',
|
failed_broadcast_area_identifier: 'broadcast_area_identifier',
|
||||||
};
|
};
|
||||||
|
|
||||||
export const tlvs: Record<TlvName, TlvDefinition> & Record<string, TlvDefinition> = specs;
|
export const tlvs: Record<TlvName, TlvDefinition> = specs;
|
||||||
|
|
||||||
export const tlvsById: Record<number, TlvDefinition> = {};
|
export const tlvsById: Record<number, TlvDefinition> = {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user