Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bvanjoi/bolt-ts
/ functions
Functions
11,164 in github.com/bvanjoi/bolt-ts
⨍
Functions
11,164
◇
Types & classes
8,085
↓ 7 callers
Method
is_start_of_decl
(&mut self)
crates/parser/src/lookahead.rs:420
↓ 7 callers
Function
load
(f: ICallback)
tests/compiler/multiCallOverloads/index.ts:9
↓ 7 callers
Method
lower_param_decls
(&mut self, params: ast::ParamsDecl<'cx>)
crates/optimize/src/lowering/mod.rs:492
↓ 7 callers
Method
lower_prop_name
(&mut self, prop_name: &'cx ast::PropName<'cx>)
crates/optimize/src/lowering/mod.rs:694
↓ 7 callers
Method
next_content_is
(&mut self, s: &[u8])
crates/parser/src/scan.rs:405
↓ 7 callers
Method
node_query
(&self)
crates/early_resolve/src/lib.rs:145
↓ 7 callers
Method
parse_expr
(&mut self)
crates/parser/src/expr.rs:32
↓ 7 callers
Method
parse_init
(&mut self)
crates/parser/src/expr.rs:50
↓ 7 callers
Method
parse_partial
(&mut self)
crates/semver/src/parser.rs:184
↓ 7 callers
Method
parse_string_lit
(&mut self)
crates/parser/src/utils.rs:863
↓ 7 callers
Method
parse_ty_anno
(&mut self)
crates/parser/src/ty.rs:235
↓ 7 callers
Method
path
(&self)
helper/fs/src/tree/node.rs:77
↓ 7 callers
Method
pop_type_context
(&mut self)
crates/checker/src/check/get_context.rs:39
↓ 7 callers
Function
require
()
tests/compiler/collisionExportsRequireAndFunctionInGlobalFile/index.ts:8
↓ 7 callers
Method
resolve_stmt
(&mut self, stmt: &'cx ast::Stmt<'cx>)
crates/early_resolve/src/lib.rs:152
↓ 7 callers
Function
resolve_symbol_by_ident
( resolver: &'a Resolver<'cx, 'a, '_>, ident: &'cx ast::Ident, meaning: SymbolFlags, )
crates/early_resolve/src/lib.rs:1211
↓ 7 callers
Method
resolve_symbol_by_ident
( &mut self, ident: &'cx ast::Ident, meaning: SymbolFlags, )
crates/early_resolve/src/lib.rs:1084
↓ 7 callers
Method
resolve_tys
(&mut self, tys: &'cx [&'cx ast::Ty<'cx>])
crates/early_resolve/src/lib.rs:494
↓ 7 callers
Method
set
* Sets a value or an array of values. * @param array A typed or untyped array of values to set. * @param offset The index in the current arr
crates/libs/src/declared_file/lib.es5.d.ts:2071
↓ 7 callers
Function
should_not_found
(from: &std::path::Path, target: &str)
crates/module_resolve/tests/utils.rs:88
↓ 7 callers
Method
split
* Split a string into substrings using the specified separator and return them as an array. * @param splitter An object that can split a string.
crates/libs/src/declared_file/lib.es2015.symbol.wellknown.d.ts:266
↓ 7 callers
Method
startsWith
* Returns true if the sequence of elements of searchString converted to a String is the * same as the corresponding elements of this object (conv
crates/libs/src/declared_file/lib.es2015.core.d.ts:454
↓ 7 callers
Method
take
* Creates an iterator whose values are the values from this iterator, stopping once the provided limit is reached. * @param limit The maximum
crates/libs/src/declared_file/lib.esnext.iterator.d.ts:66
↓ 7 callers
Method
test
* Returns a Boolean value that indicates whether or not a pattern exists in a searched string. * @param string String on which to perform the sea
crates/libs/src/declared_file/lib.es5.d.ts:1002
↓ 7 callers
Method
toExponential
* Returns a string containing a number represented in exponential notation. * @param fractionDigits Number of digits after the decimal point. Mus
crates/libs/src/declared_file/lib.es5.d.ts:574
↓ 7 callers
Method
visit_ident
(&mut self, node: &'cx ast::Ident)
crates/compiler/src/emit_declaration.rs:677
↓ 6 callers
Method
alloc_empty_basic_block
(&mut self)
crates/optimize/src/ir/graph.rs:42
↓ 6 callers
Method
antecedent_of_label
(&mut self, label: FlowID)
crates/binder/src/flow.rs:213
↓ 6 callers
Method
append_ty_mapping
( &self, mapper: Option<&'cx dyn ty::TyMap<'cx>>, source: &'cx ty::Ty<'cx>, ta
crates/checker/src/check/mod.rs:5630
↓ 6 callers
Method
as_param
(&self)
crates/ast/src/trait/var_like.rs:72
↓ 6 callers
Function
assert
(path: &str, include: &str, expected: &str)
crates/path/tests/test_path.rs:35
↓ 6 callers
Function
assertKeyofS
(k1: keyof S)
tests/compiler/narrowingByTypeofInSwitch/index.ts:235
↓ 6 callers
Function
assertKeyofS
(k1)
tests/compiler/narrowingByTypeofInSwitch/output/index.js:383
↓ 6 callers
Method
assign_param_ty
(&mut self, param: SymbolID, contextual_ty: Option<&'cx ty::Ty<'cx>>)
crates/checker/src/check/assign.rs:254
↓ 6 callers
Function
bar
()
tests/compiler/objectLiteralWithGetAccessorInsideFunction/index.ts:3
↓ 6 callers
Method
bind
(binder: OverloadBinders<T>)
tests/compiler/coAndContraVariantInferences3/index.ts:38
↓ 6 callers
Method
bind_block_scoped_decl
( &mut self, node: ast::NodeID, name: SymbolName, includes: SymbolFlags,
crates/binder/src/bind_children.rs:147
↓ 6 callers
Method
check_arithmetic_op_ty
( &mut self, ty: &'cx ty::Ty<'cx>, is_await_valid: bool, push_error: impl FnOn
crates/checker/src/check/check_expr.rs:2634
↓ 6 callers
Method
check_non_null_expr
(&mut self, expr: &'cx ast::Expr<'cx>)
crates/checker/src/check/mod.rs:4027
↓ 6 callers
Method
check_truthiness_of_ty
( &mut self, ty: &'cx ty::Ty<'cx>, expr: &'cx ast::Expr<'cx>, )
crates/checker/src/check/check_expr.rs:1220
↓ 6 callers
Method
clear
* The **`console.clear()`** static method clears the console if possible. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/con
crates/libs/src/declared_file/lib.webworker.d.ts:14661
↓ 6 callers
Method
create_flow_condition
( &mut self, flags: FlowFlags, antecedent: FlowID, expr: Option<ast::NodeID>,
crates/binder/src/flow.rs:318
↓ 6 callers
Method
create_symbol
(&mut self, name: SymbolName, flags: SymbolFlags)
crates/binder/src/create.rs:246
↓ 6 callers
Method
decrement_indent
(&mut self)
crates/optimize/src/emit/mod.rs:70
↓ 6 callers
Method
edit_insert
(&mut self, text: &str)
crates/language_server/tests/utils.rs:331
↓ 6 callers
Function
ensure
(m: RawModuleResolution, e: NormalizedModuleResolution)
crates/config/src/normalized/mod.rs:457
↓ 6 callers
Function
f
(_: bigint)
tests/compiler/bigint64ArraySubarray/index.ts:14
↓ 6 callers
Function
f
()
tests/compiler/functionCall2/index.ts:25
↓ 6 callers
Function
f
(p: I)
tests/compiler/rectype/index.ts:6
↓ 6 callers
Function
f
(p)
tests/compiler/rectype/output/index.js:4
↓ 6 callers
Function
f
(p: I)
tests/compiler/recursiveIdenticalOverloadResolution/index.ts:7
↓ 6 callers
Function
f
(p)
tests/compiler/recursiveIdenticalOverloadResolution/output/index.js:4
↓ 6 callers
Function
f2
(args: I)
tests/compiler/objectLiteralFunctionArgContextualTyping/index.ts:10
↓ 6 callers
Function
foo
(x: T)
tests/compiler/inferentialTypingUsingApparentType2/index.ts:3
↓ 6 callers
Function
foo
(a?:string)
tests/compiler/functionCall8/index.ts:1
↓ 6 callers
Function
foo
(a:string, b?:string, ...c:number[])
tests/compiler/functionCall16/index.ts:1
↓ 6 callers
Function
foo
(a:string, b?:string, c?:number, ...d:number[])
tests/compiler/functionCall17/index.ts:1
↓ 6 callers
Function
foo
(a:string, b?:number, c?:string)
tests/compiler/functionCall12/index.ts:1
↓ 6 callers
Function
foo
(...rest: number)
tests/compiler/nonArrayRestArgs/index.ts:3
↓ 6 callers
Method
get_constraint_of_ty
( &mut self, ty: &'cx ty::Ty<'cx>, )
crates/checker/src/check/check_ty_refer_ty_or_import.rs:45
↓ 6 callers
Method
get_declared_ty_of_class_or_interface
( &mut self, symbol: SymbolID, )
crates/checker/src/check/get_declared_ty.rs:296
↓ 6 callers
Method
get_erased_sig
(&mut self, sig: &'cx Sig<'cx>)
crates/checker/src/check/get_sig.rs:272
↓ 6 callers
Method
get_export_symbol_of_value_symbol_if_exported
( &self, symbol: SymbolID, )
crates/checker/src/check/symbol_info.rs:774
↓ 6 callers
Method
get_flow_node_of_node
(&self, node: ast::NodeID)
crates/checker/src/check/flow.rs:43
↓ 6 callers
Method
get_immediately_invoked_fn_expr
( &self, func: ast::NodeID, )
crates/binder/src/node_query/mod.rs:337
↓ 6 callers
Method
get_modifiers_ty_from_mapped_ty
( &mut self, ty: &'cx ty::MappedTy<'cx>, )
crates/checker/src/check/resolve_structured_member.rs:1938
↓ 6 callers
Method
get_object_lit_index_info
( &mut self, is_readonly: bool, offset: usize, props: &[SymbolID], key
crates/checker/src/check/index_info.rs:141
↓ 6 callers
Method
get_permissive_instantiation
( &mut self, ty: &'cx ty::Ty<'cx>, )
crates/checker/src/check/instantiate.rs:1046
↓ 6 callers
Method
get_reference_candidate
(&self, expr: &'cx ast::Expr<'cx>)
crates/checker/src/check/flow.rs:2053
↓ 6 callers
Method
get_sig_instantiation
( &mut self, sig: &'cx ty::Sig<'cx>, ty_args: Option<ty::Tys<'cx>>, is_js: boo
crates/checker/src/check/instantiate.rs:1106
↓ 6 callers
Method
get_this_container
( &self, mut id: ast::NodeID, include_arrow_fn: bool, _include_class_computed_
crates/binder/src/node_query/mod.rs:508
↓ 6 callers
Method
get_ty_facts
(&mut self, ty: &'cx ty::Ty<'cx>, mask: TypeFacts)
crates/checker/src/check/mod.rs:5096
↓ 6 callers
Method
get_type_alias_instantiation
( &mut self, symbol: SymbolID, ty_args: ty::Tys<'cx>, alias_symbol: Option<Sym
crates/checker/src/check/instantiate.rs:1286
↓ 6 callers
Function
h
(x: unknown)
tests/compiler/multipleInferenceContexts/index.ts:27
↓ 6 callers
Method
has
* The **`has()`** method of the Headers interface returns a boolean stating whether a Headers object contains a certain header. * * [MDN Ref
crates/libs/src/declared_file/lib.webworker.d.ts:6518
↓ 6 callers
Method
ident
(self)
crates/scanner/src/lib.rs:22
↓ 6 callers
Method
increment_indent
(&mut self)
crates/optimize/src/emit/mod.rs:65
↓ 6 callers
Method
inference_infos
(&self, inference: InferenceContextId)
crates/checker/src/check/infer.rs:282
↓ 6 callers
Method
is_default_lib
(&self)
helper/span/src/lib.rs:80
↓ 6 callers
Method
is_empty
(&self)
crates/module_resolve/src/get_conditions.rs:14
↓ 6 callers
Function
is_external_module_relative
(module_name: &str)
crates/path/src/lib.rs:91
↓ 6 callers
Method
is_fn_decl_like
(&self)
crates/ast/src/node.rs:207
↓ 6 callers
Function
is_line_break
(ch: u8)
crates/parser/src/scan.rs:60
↓ 6 callers
Method
is_list_terminator
(&mut self, ctx: ParsingContext)
crates/parser/src/parsing_ctx.rs:166
↓ 6 callers
Method
is_simple_type_related_to
( &mut self, source: &'cx Ty<'cx>, target: &'cx Ty<'cx>, relation: RelationKin
crates/checker/src/check/relation.rs:226
↓ 6 callers
Method
is_string_or_number_lit_like
(&self)
crates/ast/src/expr.rs:131
↓ 6 callers
Method
is_transient
(&self)
crates/binder/src/symbol.rs:344
↓ 6 callers
Method
is_ty_derived_from
(&mut self, source: &'cx ty::Ty<'cx>, target: &'cx ty::Ty<'cx>)
crates/checker/src/check/mod.rs:5467
↓ 6 callers
Function
makeArrayG
(...items: T[])
tests/compiler/genericRestArgs/index.ts:5
↓ 6 callers
Method
map_union_ty
( &mut self, ty: &'cx ty::Ty<'cx>, union: &'cx ty::UnionTy<'cx>, mapper: impl
crates/checker/src/check/utils.rs:166
↓ 6 callers
Method
members
(&self)
crates/binder/src/symbol.rs:287
↓ 6 callers
Method
narrow_ty_by_discriminant
( &mut self, access: ast::NodeID, ty: &'cx ty::Ty<'cx>, narrow_ty: impl FnOnce
crates/checker/src/check/flow.rs:1868
↓ 6 callers
Method
no_ty_pred
(&self)
crates/checker/src/check/mod.rs:5463
↓ 6 callers
Function
normalize_join
(base: &Path, target: impl AsRef<Path>)
crates/module_resolve/src/normalize_join.rs:4
↓ 6 callers
Function
otherValue
()
tests/compiler/narrowCommaOperatorNestedWithinLHS/index.ts:5
↓ 6 callers
Function
p
(undefined = "wat")
tests/compiler/undefinedTypeAssignment1/index.ts:4
↓ 6 callers
Method
p_dot
`.`
crates/optimize/src/emit/print.rs:81
↓ 6 callers
Method
parse_contextual_modifier
(&mut self, t: TokenKind)
crates/parser/src/utils.rs:852
↓ 6 callers
Method
parse_expr_or_labeled_stmt
(&mut self)
crates/parser/src/stmt.rs:1369
↓ 6 callers
Method
parse_name_directive
(&self, line: &str, directive: &str)
tools/compile-test/src/header.rs:36
← previous
next →
601–700 of 11,164, ranked by callers