MCPcopy Create free account

hub / github.com/brundonsmith/bagel / functions

Functions247 in github.com/brundonsmith/bagel

↓ 2 callersFunctionaction
(fn: F)
lib/ts/reactivity.ts:252
↓ 2 callersFunctionancestors
(a: AST)
compiler/utils/ast.ts:32
↓ 2 callersFunctionareSame
(a: AST|undefined, b: AST|undefined)
compiler/utils/ast.ts:10
↓ 2 callersFunctionawaited
(plan: string)
compiler/4_compile/index.ts:542
↓ 2 callersFunctionbroadenTypeForMutation
* When initializing a mutable variable, sometimes we want to broaden the type * a bit to allow for "normal" kinds of mutation
compiler/3_checking/typeinfer.ts:773
↓ 2 callersFunctionbundleEntryPath
(moduleName: ModuleName)
compiler/index.ts:201
↓ 2 callersFunctioncache
(module: ModuleName, source: string)
compiler/store.ts:116
↓ 2 callersFunctioncannotFindName
(ast: AST, name: string|void)
compiler/errors.ts:125
↓ 2 callersFunctioncompileFunc
(ctx: CompileContext, func: Func|JsFunc, name?: string)
compiler/4_compile/index.ts:477
↓ 2 callersFunctioncompileProc
(ctx: CompileContext, proc: Proc|JsProc, name?: string)
compiler/4_compile/index.ts:472
↓ 2 callersFunctioncompileProcOrFunctionSignature
(ctx: CompileContext, subject: ProcType|GenericProcType|FuncType|GenericFuncType)
compiler/4_compile/index.ts:483
↓ 2 callersFunctioncompileRuntimeType
(type: TypeExpression)
compiler/4_compile/index.ts:412
↓ 2 callersFunctiondistillOverlappingUnionMembers
(ctx: Pick<Context, "allModules"|"encounteredNames"|"canonicalModuleName">, type: UnionType)
compiler/3_checking/typeinfer.ts:798
↓ 2 callersFunctionelementOf
(arrType: TypeExpression, basedOn?: SourceInfo)
compiler/utils/ast.ts:203
↓ 2 callersFunctiongetArgTypeByName
(args: Args | SpreadArgs, name: string)
compiler/3_checking/typeinfer.ts:753
↓ 2 callersFunctionindentation
(options: FormatOptions, indent: number)
compiler/other/format.ts:352
↓ 2 callersFunctioninferExpectedType
(ctx: Pick<Context, "allModules"|"visited"|"canonicalModuleName">, expr: Expression)
compiler/3_checking/typeinfer.ts:507
↓ 2 callersFunctioninferredToBePure
(ctx: Pick<Context, 'allModules'|'visited'|'canonicalModuleName'>, ast: Func | Proc)
compiler/3_checking/typeinfer.ts:1433
↓ 2 callersFunctionisAlways
(ctx: Pick<Context, "allModules" | "canonicalModuleName">, condition: Expression)
compiler/other/lint.ts:244
↓ 2 callersFunctionisGenericParam
(type: TypeExpression)
compiler/3_checking/typeinfer.ts:1235
↓ 2 callersFunctionloadAllModules
()
compiler/store.ts:15
↓ 2 callersFunctionloadConfig
()
compiler/index.ts:206
↓ 2 callersFunctionmapParseTree
(ast: AST, transform: (ast: AST) => AST)
compiler/utils/ast.ts:94
↓ 2 callersFunctionmaybeTypeArgs
(options: FormatOptions, indent: number, parent: AST|undefined, typeArgs: readonly TypeExpression[])
compiler/other/format.ts:340
↓ 2 callersFunctionnarrow
(ctx: Pick<Context, "allModules" | "encounteredNames"|"canonicalModuleName">, type: TypeExpression, fit: TypeE
compiler/3_checking/typeinfer.ts:999
↓ 2 callersFunctionneedsTruthinessFix
(ctx: Pick<Context, "allModules"|"canonicalModuleName">, expr: Expression)
compiler/4_compile/index.ts:528
↓ 2 callersFunctionnormalize
(ts: string)
tests/compile_test.ts:892
↓ 2 callersFunctionparseInner
(module: ModuleName, code: string, sendError: ReportError)
compiler/1_parse/index.ts:193
↓ 2 callersFunctionprintProblems
(ctx: Pick<Context, "allModules"|"canonicalModuleName">, problems: Map<ModuleName, (BagelError|LintProblem)[]>
compiler/index.ts:268
↓ 2 callersFunctionpropertyAsExpression
(ctx: CompileContext, property: PlainIdentifier | Expression)
compiler/4_compile/index.ts:435
↓ 2 callersFunctionrun
()
compiler/index.ts:38
↓ 2 callersFunctionrunTest
(name: string, err: any)
compiler/index.ts:375
↓ 2 callersFunctiontranspileAll
(allModules: AllModules)
compiler/index.ts:179
↓ 2 callersFunctiontruthinessOf
(compiledExpr: string)
compiler/4_compile/index.ts:533
↓ 2 callersFunctiontupleOf
(members: TypeExpression[], mutability?: 'constant'|"readonly"|"mutable"|"literal", basedOn?: SourceInfo)
compiler/utils/ast.ts:141
↓ 2 callersFunctionunsubscribe
()
lib/ts/reactivity.ts:226
↓ 2 callersFunctionwatchPath
(path: string, cb: () => void)
compiler/utils/cli.ts:211
↓ 1 callersFunction_entries
(obj: {[key: string]: V})
lib/ts/core.ts:73
↓ 1 callersFunction_keys
(obj: {[key: string]: V})
lib/ts/core.ts:84
↓ 1 callersFunction_range
(start: number, end: number)
lib/ts/core.ts:55
↓ 1 callersFunction_repeat
(val: T, count: number)
lib/ts/core.ts:64
↓ 1 callersFunction_values
(obj: {[key: string]: V})
lib/ts/core.ts:95
↓ 1 callersFunctionarrayOf
(element: TypeExpression, mutability?: 'constant'|"readonly"|"mutable"|"literal", basedOn?: SourceInfo)
compiler/utils/ast.ts:159
↓ 1 callersFunctionasWorker
(fn: (...params: P) => R)
lib/ts/core.ts:413
↓ 1 callersFunctionautofix
(ast: AST)
compiler/other/lint.ts:36
↓ 1 callersFunctionblockContents
(ctx: CompileContext, block: Block)
compiler/4_compile/index.ts:443
↓ 1 callersFunctionbundleOutput
()
compiler/index.ts:294
↓ 1 callersFunctioncannotFindModule
(ast: ExactStringLiteral)
compiler/errors.ts:137
↓ 1 callersFunctioncleanCache
()
compiler/utils/cli.ts:189
↓ 1 callersFunctioncompileFuncDeclaration
(ctx: CompileContext, decl: FuncDeclaration)
compiler/4_compile/index.ts:462
↓ 1 callersFunctioncompileInner
(ctx: CompileContext, module: Module)
compiler/4_compile/index.ts:51
↓ 1 callersFunctioncompileProcDeclaration
(ctx: CompileContext, decl: ProcDeclaration)
compiler/4_compile/index.ts:453
↓ 1 callersFunctionconcat
(iter1: RawIter<T>, iter2: RawIter<T>)
lib/ts/core.ts:348
↓ 1 callersMethodconcat
(other: Iter<T>)
lib/ts/core.ts:215
↓ 1 callersFunctiondetached
(plan: string)
compiler/4_compile/index.ts:545
↓ 1 callersFunctionemptyToUndefined
(arr: ReturnType<typeof subsumationIssues>)
compiler/3_checking/typecheck.ts:1200
↓ 1 callersFunctionerrorMessage
(error: BagelError)
compiler/errors.ts:84
↓ 1 callersFunctionerrorOf
(inner: TypeExpression, basedOn?: SourceInfo)
compiler/utils/ast.ts:214
↓ 1 callersFunctionerrorsEquivalent
(a: BagelError, b: BagelError)
compiler/errors.ts:80
↓ 1 callersFunctionesOrNone
(num: number)
compiler/utils/misc.ts:65
↓ 1 callersFunctionexpressionsEqual
(a: Expression, b: Expression)
compiler/utils/ast.ts:55
↓ 1 callersFunctionfilter
(fn: (el: T) => boolean, iter: RawIter<T>)
lib/ts/core.ts:334
↓ 1 callersFunctionfitTemplate
* Given some type containing generic type params, and some other type intended * to align with it, find a mapping from type params to possible bindi
compiler/3_checking/typeinfer.ts:1224
↓ 1 callersFunctiongetAllFiles
(dirPath: string, arrayOfFiles: ModuleName[] = [])
compiler/store.ts:58
↓ 1 callersFunctiongetBindingMutability
(binding: Binding, from: AST)
compiler/_model/common.ts:55
↓ 1 callersFunctiongetBindingType
(ctx: Pick<Context, "allModules"|"visited"|"canonicalModuleName">, importedFrom: Pick<SourceInfo, 'parent' | '
compiler/3_checking/typeinfer.ts:571
↓ 1 callersFunctionindexed
(iter: RawIter<T>)
lib/ts/core.ts:394
↓ 1 callersFunctionisAlpha
(char: string)
compiler/1_parse/utils.ts:71
↓ 1 callersFunctionisExpression
(ast: AST)
compiler/_model/expressions.ts:285
↓ 1 callersFunctionisWithin
(dir: string, other: string)
compiler/utils/cli.ts:180
↓ 1 callersFunctioniterateParseTreeInner
(treeNode: AST|AST[]|[AST, AST][]|undefined|string|number|boolean|null, parent?: AST)
compiler/utils/ast.ts:71
↓ 1 callersFunctioniteratorOf
(inner: TypeExpression, basedOn?: SourceInfo)
compiler/utils/ast.ts:181
↓ 1 callersFunctionjsonToAST
(json: unknown)
compiler/1_parse/index.ts:116
↓ 1 callersFunctionlineAndColumn
(code: string, index: number)
compiler/errors.ts:285
↓ 1 callersFunctionloadModuleSource
(module: ModuleName)
compiler/store.ts:72
↓ 1 callersFunctionlog
(expr: T, fn?: (expr: T) => unknown)
compiler/utils/debugging.ts:4
↓ 1 callersFunctionmap
(fn: (el: T) => R, iter: RawIter<T>)
lib/ts/core.ts:322
↓ 1 callersFunctionmapParseTreeInner
(treeNode: T, transform: (ast: AST) => AST)
compiler/utils/ast.ts:98
↓ 1 callersFunctionmaybeTypeParams
(ctx: CompileContext, typeParams: readonly TypeParam[])
compiler/4_compile/index.ts:505
↓ 1 callersFunctionnumberAndPadding
(line: number, maxWidth: number)
compiler/errors.ts:280
↓ 1 callersFunctionon
(iter: AsyncIterable<T>, cb: (val: T) => void)
compiler/utils/misc.ts:75
↓ 1 callersFunctionoverlaps
* Determine whether or not two types have any overlap at all
compiler/other/lint.ts:261
↓ 1 callersFunctionpathRelativeToProject
(module: string)
compiler/utils/cli.ts:176
↓ 1 callersFunctionplanOf
(inner: TypeExpression, basedOn?: SourceInfo)
compiler/utils/ast.ts:192
↓ 1 callersFunctionpreludeFor
(module: ModuleName)
compiler/1_parse/index.ts:167
↓ 1 callersFunctionprettysize
(bytes: number)
compiler/index.ts:334
↓ 1 callersFunctionresolveInner
(name: string, from: AST, originator: AST)
compiler/3_checking/resolve.ts:26
↓ 1 callersFunctionresolveRefinements
* Given some expression, find all Refinements that modify its type in some way
compiler/3_checking/typeinfer.ts:1020
↓ 1 callersFunctionrunInAction
(fn: () => void)
lib/ts/reactivity.ts:268
↓ 1 callersFunctionserializeIssues
(issues: (string | string[])[])
compiler/errors.ts:103
↓ 1 callersMethodset
(keys: unknown[], value: TValue)
lib/ts/reactivity.ts:22
↓ 1 callersFunctionsetParents
(ast: AST)
compiler/utils/ast.ts:123
↓ 1 callersFunctionsimplifyUnion
* Apply all union simplifications
compiler/3_checking/typecheck.ts:1539
↓ 1 callersFunctionslice
(start: number|undefined, end: number|undefined, iter: RawIter<T>)
lib/ts/core.ts:290
↓ 1 callersFunctiontakeWhile
(iter: RawIter<T>, fn: (el: T) => boolean)
lib/ts/core.ts:306
↓ 1 callersFunctiontest
(modules: ModuleName[])
compiler/index.ts:357
↓ 1 callersFunctiontruthify
(ctx: CompileContext, leftExpr: Expression, op: "&&"|"||", rest: Expression)
compiler/4_compile/index.ts:536
↓ 1 callersFunctionwatch
(cb: () => void)
compiler/utils/cli.ts:225
↓ 1 callersFunctionwhen
(fn: () => boolean)
lib/ts/reactivity.ts:234
↓ 1 callersFunctionwithin
(a: AST|undefined, ancestor: AST|undefined)
compiler/utils/ast.ts:18
← previousnext →101–200 of 247, ranked by callers