Skip to content

Commit

Permalink
refactor: Create Type::get_any_key_type (dudykr#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunrabbit123 committed Aug 30, 2023
1 parent da8563b commit 9876be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/stc_ts_file_analyzer/src/analyzer/types/keyof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use stc_ts_type_ops::{is_str_lit_or_union, Fix};
use stc_ts_types::{
Class, ClassMember, ClassProperty, Index, KeywordType, KeywordTypeMetadata, LitType, Method, MethodSignature, PropertySignature,
Readonly, Ref, Type, TypeElement, TypeParam,
Readonly, Ref, Type, TypeElement,
};
use stc_utils::{cache::Freeze, ext::TypeVecExt, stack, try_cache};
use swc_atoms::js_word;
Expand Down

0 comments on commit 9876be4

Please sign in to comment.