Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
fix: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Oct 2, 2019
1 parent 4b40c84 commit 6ea548e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions packages/superset-ui-encodable/src/types/Encoding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,3 @@ export type DeriveChannelEncoders<Config extends EncodingConfig> = {
? ChannelEncoder<ChannelTypeToDefMap<Config[k]['1']>[Config[k]['0']]>[]
: ChannelEncoder<ChannelTypeToDefMap<Config[k]['1']>[Config[k]['0']]>;
};

// // Testing

// type Config = {
// x: ['X', number];
// y: ['Y', number];
// size: ['Numeric', number];
// tooltip: ['Text', string, 'multiple'];
// };

// type ChannelTypes = DeriveChannelTypes<Config>;
// type ChannelOutputs = DeriveChannelOutputs<Config>;
// type Encoding = DeriveEncoding<Config>;
// type ChannelEncoders = DeriveChannelEncoders<Config>;

0 comments on commit 6ea548e

Please sign in to comment.