Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sunrabbit123 committed Aug 15, 2023
1 parent 9d8cc19 commit d8864be
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 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,8 @@ 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,
Readonly, Ref, Type, TypeElement, TypeParam, Union,
};
use stc_utils::{cache::Freeze, ext::TypeVecExt, stack, try_cache};
use swc_atoms::js_word;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"required_errors": {
"TS2322": 1
},
"required_error_lines": {
"TS2322": [
25
]
},
"extra_errors": {
"TS2322": 4
},
"extra_error_lines": {
"TS2322": [
4,
4,
4,
4
]
}
}

0 comments on commit d8864be

Please sign in to comment.