1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00
unleash.unleash/frontend/src/utils
Thomas Heartman 90e5adb695
chore: use union type for traffic search data (#9221)
Makes the data returned from the traffic search a union type to avoid
nasty object-is-undefined errors at runtime.

It requires more explicit handling, sure, but it means we don't need
to accept undefined.
2025-02-05 10:50:39 +00:00
..
apiUtils.ts
arraysHaveSameItems.test.ts
arraysHaveSameItems.ts
calculatePercentage.ts
capitalizeFirst.ts
cleanConstraint.test.ts
cleanConstraint.ts
createFeatureStrategy.test.ts
createFeatureStrategy.ts
createLocalStorage.ts
cyclicIterator.test.ts
cyclicIterator.ts
deepOmit.test.ts
deepOmit.ts
env.test.ts
env.ts
formatAccessText.test.ts
formatAccessText.ts
formatConstraintValue.ts
formatDate.ts
formatPath.test.ts
formatPath.ts
formatUnknownError.test.ts
formatUnknownError.ts
getFeatureMetrics.ts
getFeatureTypeIcons.ts
instanceTrial.test.ts
instanceTrial.ts
nonEmptyArray.ts
objectId.test.ts
objectId.ts
oneOf.ts
operatorsForContext.ts
paginate.test.ts
paginate.ts
parseParameter.test.ts
parseParameter.ts
permissions.ts
projectFilterGenerator.ts
removeEmptyStringFields.test.ts
removeEmptyStringFields.ts
reorderObject.test.ts
reorderObject.ts
resizeScreen.ts
routePathHelpers.ts
search.ts
serializeQueryParams.ts
sortStrategyParameters.test.ts
sortStrategyParameters.ts
sortTypes.test.ts
sortTypes.ts
storage.test.ts
storage.ts
strategyNames.tsx chore: update release plans icon (#8894) 2024-12-02 11:51:18 +00:00
testIds.ts
testRenderer.tsx refactor: introduce a highlight reusable component (#8643) 2024-11-05 09:21:19 +00:00
testServer.ts
traffic-calculations.test.ts chore: use union type for traffic search data (#9221) 2025-02-05 10:50:39 +00:00
traffic-calculations.ts chore: use union type for traffic search data (#9221) 2025-02-05 10:50:39 +00:00
unique-change-request-id.ts
unique.ts
unknownify.ts
validateParameterValue.test.ts
validateParameterValue.ts
variants.ts
withTableState.test.tsx
withTableState.ts