SYMBOL INDEX (410 symbols across 98 files) FILE: commands/add.ts class Add (line 28) | class Add extends BaseCommand { method #resolveNpmPackageName (line 87) | #resolveNpmPackageName(name: string): string { method #configurePackage (line 101) | async #configurePackage(packageName: string) { method run (line 119) | async run() { FILE: commands/build.ts class Build (line 24) | class Build extends BaseCommand { method #logMissingDevelopmentDependency (line 70) | #logMissingDevelopmentDependency(dependency: string) { method run (line 85) | async run() { FILE: commands/configure.ts class Configure (line 30) | class Configure extends BaseCommand { method parsedFlags (line 53) | get parsedFlags() { method parsedArgs (line 60) | get parsedArgs() { method #getPackageSource (line 95) | async #getPackageSource(packageName: string) { method #configureVineJS (line 113) | async #configureVineJS() { method #configureEdge (line 123) | async #configureEdge() { method #configureHealthChecks (line 134) | async #configureHealthChecks() { method createCodemods (line 150) | async createCodemods() { method run (line 161) | async run() { FILE: commands/eject.ts class Eject (line 25) | class Eject extends BaseCommand { method run (line 57) | async run() { FILE: commands/env/add.ts constant ALLOWED_TYPES (line 14) | const ALLOWED_TYPES = ['string', 'boolean', 'number', 'enum'] as const type AllowedTypes (line 15) | type AllowedTypes = (typeof ALLOWED_TYPES)[number] class EnvAdd (line 32) | class EnvAdd extends BaseCommand { method #isTypeFlagValid (line 88) | #isTypeFlagValid() { method run (line 96) | async run() { FILE: commands/generate_key.ts class GenerateKey (line 25) | class GenerateKey extends BaseCommand { method run (line 52) | async run() { FILE: commands/inspect_rcfile.ts class InspectRCFile (line 22) | class InspectRCFile extends BaseCommand { method run (line 39) | async run() { FILE: commands/list/routes.ts class ListRoutes (line 29) | class ListRoutes extends BaseCommand { method run (line 103) | async run() { FILE: commands/make/command.ts class MakeCommand (line 27) | class MakeCommand extends BaseCommand { method run (line 60) | async run() { FILE: commands/make/controller.ts class MakeController (line 27) | class MakeController extends BaseCommand { method prepare (line 100) | async prepare() { method run (line 138) | async run() { FILE: commands/make/event.ts class MakeEvent (line 26) | class MakeEvent extends BaseCommand { method run (line 68) | async run() { FILE: commands/make/exception.ts class MakeException (line 26) | class MakeException extends BaseCommand { method run (line 68) | async run() { FILE: commands/make/listener.ts class MakeListener (line 26) | class MakeListener extends BaseCommand { method prepare (line 77) | prepare() { method run (line 88) | async run() { FILE: commands/make/middleware.ts class MakeMiddleware (line 30) | class MakeMiddleware extends BaseCommand { method run (line 72) | async run() { FILE: commands/make/preload.ts constant ALLOWED_ENVIRONMENTS (line 17) | const ALLOWED_ENVIRONMENTS = ['web', 'console', 'test', 'repl'] satisfie... type AllowedAppEnvironments (line 18) | type AllowedAppEnvironments = typeof ALLOWED_ENVIRONMENTS class MakePreload (line 34) | class MakePreload extends BaseCommand { method #isEnvironmentsFlagValid (line 88) | #isEnvironmentsFlagValid() { method run (line 100) | async run() { FILE: commands/make/provider.ts constant ALLOWED_ENVIRONMENTS (line 17) | const ALLOWED_ENVIRONMENTS = ['web', 'console', 'test', 'repl'] satisfie... type AllowedAppEnvironments (line 18) | type AllowedAppEnvironments = typeof ALLOWED_ENVIRONMENTS class MakeProvider (line 33) | class MakeProvider extends BaseCommand { method #isEnvironmentsFlagValid (line 87) | #isEnvironmentsFlagValid() { method run (line 98) | async run() { FILE: commands/make/service.ts class MakeService (line 24) | class MakeService extends BaseCommand { method run (line 60) | async run() { FILE: commands/make/test.ts class MakeTest (line 25) | class MakeTest extends BaseCommand { method #getSuite (line 68) | async #getSuite(): Promise { method #getSuiteDirectory (line 105) | async #getSuiteDirectory(directories: string[]): Promise { method #findSuite (line 123) | #findSuite(suiteName: string) { method run (line 134) | async run() { FILE: commands/make/transformer.ts class MakeTransformer (line 27) | class MakeTransformer extends BaseCommand { method run (line 69) | async run() { FILE: commands/make/validator.ts class MakeValidator (line 27) | class MakeValidator extends BaseCommand { method prepare (line 77) | async prepare() { method run (line 90) | async run() { FILE: commands/make/view.ts class MakeView (line 26) | class MakeView extends BaseCommand { method run (line 59) | async run() { FILE: commands/repl.ts class ReplCommand (line 24) | class ReplCommand extends BaseCommand { method run (line 50) | async run() { FILE: commands/serve.ts class Serve (line 29) | class Serve extends BaseCommand { method #logMissingDevelopmentDependency (line 109) | #logMissingDevelopmentDependency(dependency: string) { method run (line 124) | async run() { FILE: commands/test.ts class Test (line 32) | class Test extends BaseCommand { method #logMissingDevelopmentDependency (line 143) | #logMissingDevelopmentDependency(dependency: string) { method #getPassthroughFlags (line 161) | #getPassthroughFlags(): string[] { method run (line 190) | async run() { FILE: factories/core/ace.ts class AceFactory (line 35) | class AceFactory { method make (line 49) | async make(ignitorOrAppRoot: URL | Ignitor, options?: IgnitorOptions):... FILE: factories/core/ignitor.ts type FactoryParameters (line 23) | type FactoryParameters = { class IgnitorFactory (line 47) | class IgnitorFactory { method preload (line 70) | preload(action: (app: ApplicationService) => void | Promise): th... method #mergeCoreProviders (line 78) | #mergeCoreProviders(providers?: ProviderNode['file'][]): ProviderNode[... method merge (line 108) | merge(params: Partial): this { method withCoreProviders (line 134) | withCoreProviders(): this { method withCoreConfig (line 151) | withCoreConfig(): this { method create (line 200) | create(appRoot: URL, options?: IgnitorOptions): Ignitor { FILE: factories/core/test_utils.ts class TestUtilsFactory (line 35) | class TestUtilsFactory { method create (line 49) | create(ignitorOrAppRoot: URL | Ignitor, options?: IgnitorOptions): Tes... FILE: factories/stubs.ts type FactoryParameters (line 15) | type FactoryParameters = { class StubsFactory (line 40) | class StubsFactory { method #getApp (line 46) | #getApp() { method merge (line 63) | merge(params: Partial): this { method prepare (line 93) | async prepare(stubPath: string, data: Record) { FILE: index.ts function prettyPrintError (line 41) | async function prettyPrintError(error: any) { FILE: modules/ace/codemods.ts class Codemods (line 52) | class Codemods extends EventEmitter { method constructor (line 79) | constructor(app: Application, cliLogger: UIPrimitives['logger']) { method #getCodeTransformer (line 89) | async #getCodeTransformer() { method #getInstallationCommands (line 106) | #getInstallationCommands(packages: string[], packageManager: string, i... method defineEnvVariables (line 144) | async defineEnvVariables) { method addModelMixins (line 476) | async addModelMixins(...params: Parameters { method constructor (line 33) | constructor(public app: ApplicationService) { FILE: modules/dumper/define_config.ts function defineConfig (line 38) | function defineConfig( FILE: modules/dumper/dumper.ts constant DUMP_TITLE_STYLES (line 21) | const DUMP_TITLE_STYLES = ` constant IDE (line 49) | const IDE = process.env.ADONIS_IDE ?? process.env.EDITOR ?? '' class Dumper (line 76) | class Dumper { method constructor (line 110) | constructor(app: Application) { method #getEditorLink (line 123) | #getEditorLink(source?: { method configureHtmlOutput (line 152) | configureHtmlOutput(config: HTMLDumpConfig): this { method configureAnsiOutput (line 171) | configureAnsiOutput(config: ConsoleDumpConfig): this { method getHeadElements (line 188) | getHeadElements(cspNonce?: string): string { method dumpToHtml (line 217) | dumpToHtml( method dumpToAnsi (line 257) | dumpToAnsi( method dd (line 314) | dd(value: unknown, traceSourceIndex: number = 1) { FILE: modules/dumper/errors.ts class DumpDieException (line 32) | class DumpDieException extends Exception { method constructor (line 43) | constructor(value: unknown, dumper: Dumper) { method #getErrorSource (line 52) | #getErrorSource(): { location: string; line: number } | undefined { method setTraceSourceIndex (line 77) | setTraceSourceIndex(index: number) { method report (line 86) | report() {} method handle (line 96) | async handle(error: DumpDieException, ctx: HttpContext) { method render (line 129) | async render(error: DumpDieException, kernel: Kernel) { method [inspect.custom] (line 137) | [inspect.custom]() { constant E_DUMP_DIE_EXCEPTION (line 143) | const E_DUMP_DIE_EXCEPTION = DumpDieException FILE: modules/dumper/plugins/edge.ts function pluginEdgeDumper (line 17) | function pluginEdgeDumper(dumper: Dumper) { FILE: modules/encryption/define_config.ts type ResolvedConfig (line 34) | type ResolvedConfig< function defineConfig (line 86) | function defineConfig< FILE: modules/encryption/drivers/legacy.ts type LegacyConfig (line 27) | interface LegacyConfig { type LegacyDriverConfig (line 36) | interface LegacyDriverConfig { function legacy (line 50) | function legacy(config: LegacyDriverConfig) { class Legacy (line 76) | class Legacy extends BaseDriver implements EncryptionDriverContract { method constructor (line 77) | constructor(config: LegacyConfig) { method encrypt (line 104) | encrypt( method decrypt (line 140) | decrypt(value: string, purpose?: string): T | null { method blindIndex (line 191) | blindIndex(_payload: any, _purpose: string): string { method blindIndexes (line 198) | blindIndexes(_payload: any, _purpose: string): string[] { FILE: modules/encryption/errors.ts constant E_BLIND_INDEX_NOT_SUPPORTED (line 16) | const E_BLIND_INDEX_NOT_SUPPORTED = createError<[string]>( FILE: modules/hash/define_config.ts type ResolvedConfig (line 29) | type ResolvedConfig< function defineConfig (line 65) | function defineConfig< FILE: modules/http/request_validator.ts class RequestValidator (line 34) | class RequestValidator { method constructor (line 37) | constructor(ctx: HttpContext) { method #requestData (line 59) | #requestData() { method #processValidatorOptions (line 69) | #processValidatorOptions { method #formatRouteMethod (line 213) | #formatRouteMethod(method: string) { method #formatRoutePattern (line 222) | #formatRoutePattern(route: SerializedRoute) { method #formatControllerName (line 252) | #formatControllerName(route: SerializedRoute) { method #formatAction (line 263) | #formatAction(route: SerializedRoute) { method #formatMiddleware (line 282) | #formatMiddleware(route: SerializedRoute, mode: 'normal' | 'compact' =... method #formatDomainHeadline (line 302) | #formatDomainHeadline(domain: string) { method #justifyListTables (line 315) | #justifyListTables(tables: { heading: string; rows: [string, string, s... method #formatMiddlewareAsString (line 383) | #formatMiddlewareAsString(middleware: MiddlewareHandlerInfo): string |... method formatAsJSONL (line 396) | async formatAsJSONL(): Promise { method formatAsJSON (line 459) | async formatAsJSON() { method formatAsAnsiList (line 483) | async formatAsAnsiList() { method formatAsAnsiTable (line 532) | async formatAsAnsiTable() { FILE: src/config_provider.ts method create (line 46) | create(resolver: ConfigProvider['resolver']): ConfigProvider { method resolve (line 69) | async resolve(app: ApplicationService, provider: unknown): Promise) { method isExpired (line 156) | isExpired() { method verify (line 165) | verify(secret: Secret): boolean { FILE: src/ignitor/ace.ts class AceProcess (line 28) | class AceProcess { method constructor (line 45) | constructor(ignitor: Ignitor) { method configure (line 55) | configure(callback: (app: ApplicationService) => Promise | void)... method handle (line 66) | async handle(argv: string[]) { FILE: src/ignitor/http.ts class HttpServerProcess (line 32) | class HttpServerProcess { method constructor (line 43) | constructor(ignitor: Ignitor) { method #close (line 52) | #close(nodeHttpServer: NodeHttpsServer | NodeHttpServer): Promise { method #monitorAppAndServer (line 67) | #monitorAppAndServer( method #listen (line 97) | #listen( method #notifyServerHasStarted (line 125) | #notifyServerHasStarted( method start (line 152) | async start( FILE: src/ignitor/main.ts class Ignitor (line 36) | class Ignitor { method constructor (line 68) | constructor(appRoot: URL, options: IgnitorOptions = {}) { method #runTapCallbacks (line 76) | #runTapCallbacks(app: ApplicationService) { method getApp (line 85) | getApp() { method createApp (line 94) | createApp(environment: AppEnvironments) { method tap (line 108) | tap(callback: (app: ApplicationService) => void): this { method httpServer (line 116) | httpServer() { method ace (line 123) | ace() { method testRunner (line 130) | testRunner() { method terminate (line 138) | async terminate() { FILE: src/ignitor/test.ts class TestRunnerProcess (line 30) | class TestRunnerProcess { method constructor (line 47) | constructor(ignitor: Ignitor) { method configure (line 57) | configure(callback: (app: ApplicationService) => Promise | void)... method run (line 67) | async run(callback: (app: ApplicationService) => Promise | void) { FILE: src/test_utils/http.ts class HttpServerUtils (line 33) | class HttpServerUtils { method constructor (line 44) | constructor(utils: TestUtils) { method #listen (line 53) | #listen( method start (line 78) | async start( FILE: src/test_utils/main.ts class TestUtils (line 31) | class TestUtils extends Macroable { method isBooted (line 40) | get isBooted() { method constructor (line 54) | constructor(public app: ApplicationService) { method boot (line 62) | async boot() { method httpServer (line 73) | httpServer() { method createHttpContext (line 82) | async createHttpContext( FILE: src/types.ts type ConfigProvider (line 52) | type ConfigProvider = { type IgnitorOptions (line 67) | type IgnitorOptions = { type EventsList (line 86) | interface EventsList extends HttpServerEvents { type LoggersList (line 107) | interface LoggersList {} type InferLoggers (line 114) | type InferLoggers> = T['loggers'] type HashersList (line 130) | interface HashersList {} type InferHashers (line 137) | type InferHashers {} type EncryptionService (line 205) | interface EncryptionService extends EncryptionManager< type HttpServerService (line 214) | interface HttpServerService extends Server {} type HttpRouterService (line 221) | interface HttpRouterService extends Router {} type UrlBuilderUrlFor (line 228) | interface UrlBuilderUrlFor extends UrlFor< type UrlBuilderSignedUrlFor (line 238) | interface UrlBuilderSignedUrlFor extends UrlFor< type HashService (line 248) | interface HashService extends HashManager< type ContainerBindings (line 257) | interface ContainerBindings { type IndexEntitiesConfig (line 310) | type IndexEntitiesConfig = { FILE: src/utils.ts function importAssembler (line 29) | async function importAssembler( function importTypeScript (line 52) | async function importTypeScript( function outputTransformerDataObjects (line 84) | async function outputTransformerDataObjects( FILE: src/vine.ts constant MULTIPART_FILE (line 14) | const MULTIPART_FILE: typeof symbols.SUBTYPE = symbols.SUBTYPE ?? Symbol... type FileRuleValidationOptions (line 19) | type FileRuleValidationOptions = function isBodyParserFile (line 29) | function isBodyParserFile(file: unknown): file is MultipartFile { class VineMultipartFile (line 101) | class VineMultipartFile extends BaseLiteralType< method constructor (line 123) | constructor( method clone (line 137) | clone() { FILE: tests/ace/base_command.spec.ts constant BASE_URL (line 17) | const BASE_URL = new URL('./tmp/', import.meta.url) class MakeController (line 26) | class MakeController extends BaseCommand { method prepare (line 54) | async prepare() { method interact (line 58) | async interact() { method run (line 62) | async run() { method completed (line 66) | async completed() { method run (line 88) | async run() { method prepare (line 108) | async prepare() { method interact (line 136) | async interact() { method run (line 164) | async run() { method run (line 192) | async run() { method completed (line 196) | async completed() { method run (line 220) | async run() { method completed (line 224) | async completed() { method completed (line 252) | async completed() { class MakeController (line 50) | class MakeController extends BaseCommand { method prepare (line 54) | async prepare() { method interact (line 58) | async interact() { method run (line 62) | async run() { method completed (line 66) | async completed() { method run (line 88) | async run() { method prepare (line 108) | async prepare() { method interact (line 136) | async interact() { method run (line 164) | async run() { method run (line 192) | async run() { method completed (line 196) | async completed() { method run (line 220) | async run() { method completed (line 224) | async completed() { method completed (line 252) | async completed() { class MakeController (line 84) | class MakeController extends BaseCommand { method prepare (line 54) | async prepare() { method interact (line 58) | async interact() { method run (line 62) | async run() { method completed (line 66) | async completed() { method run (line 88) | async run() { method prepare (line 108) | async prepare() { method interact (line 136) | async interact() { method run (line 164) | async run() { method run (line 192) | async run() { method completed (line 196) | async completed() { method run (line 220) | async run() { method completed (line 224) | async completed() { method completed (line 252) | async completed() { class MakeController (line 106) | class MakeController extends BaseCommand { method prepare (line 54) | async prepare() { method interact (line 58) | async interact() { method run (line 62) | async run() { method completed (line 66) | async completed() { method run (line 88) | async run() { method prepare (line 108) | async prepare() { method interact (line 136) | async interact() { method run (line 164) | async run() { method run (line 192) | async run() { method completed (line 196) | async completed() { method run (line 220) | async run() { method completed (line 224) | async completed() { method completed (line 252) | async completed() { class MakeController (line 134) | class MakeController extends BaseCommand { method prepare (line 54) | async prepare() { method interact (line 58) | async interact() { method run (line 62) | async run() { method completed (line 66) | async completed() { method run (line 88) | async run() { method prepare (line 108) | async prepare() { method interact (line 136) | async interact() { method run (line 164) | async run() { method run (line 192) | async run() { method completed (line 196) | async completed() { method run (line 220) | async run() { method completed (line 224) | async completed() { method completed (line 252) | async completed() { class MakeController (line 162) | class MakeController extends BaseCommand { method prepare (line 54) | async prepare() { method interact (line 58) | async interact() { method run (line 62) | async run() { method completed (line 66) | async completed() { method run (line 88) | async run() { method prepare (line 108) | async prepare() { method interact (line 136) | async interact() { method run (line 164) | async run() { method run (line 192) | async run() { method completed (line 196) | async completed() { method run (line 220) | async run() { method completed (line 224) | async completed() { method completed (line 252) | async completed() { class MakeController (line 190) | class MakeController extends BaseCommand { method prepare (line 54) | async prepare() { method interact (line 58) | async interact() { method run (line 62) | async run() { method completed (line 66) | async completed() { method run (line 88) | async run() { method prepare (line 108) | async prepare() { method interact (line 136) | async interact() { method run (line 164) | async run() { method run (line 192) | async run() { method completed (line 196) | async completed() { method run (line 220) | async run() { method completed (line 224) | async completed() { method completed (line 252) | async completed() { class MakeController (line 218) | class MakeController extends BaseCommand { method prepare (line 54) | async prepare() { method interact (line 58) | async interact() { method run (line 62) | async run() { method completed (line 66) | async completed() { method run (line 88) | async run() { method prepare (line 108) | async prepare() { method interact (line 136) | async interact() { method run (line 164) | async run() { method run (line 192) | async run() { method completed (line 196) | async completed() { method run (line 220) | async run() { method completed (line 224) | async completed() { method completed (line 252) | async completed() { class MakeController (line 250) | class MakeController extends BaseCommand { method prepare (line 54) | async prepare() { method interact (line 58) | async interact() { method run (line 62) | async run() { method completed (line 66) | async completed() { method run (line 88) | async run() { method prepare (line 108) | async prepare() { method interact (line 136) | async interact() { method run (line 164) | async run() { method run (line 192) | async run() { method completed (line 196) | async completed() { method run (line 220) | async run() { method completed (line 224) | async completed() { method completed (line 252) | async completed() { class MakeController (line 269) | class MakeController extends BaseCommand { method prepare (line 54) | async prepare() { method interact (line 58) | async interact() { method run (line 62) | async run() { method completed (line 66) | async completed() { method run (line 88) | async run() { method prepare (line 108) | async prepare() { method interact (line 136) | async interact() { method run (line 164) | async run() { method run (line 192) | async run() { method completed (line 196) | async completed() { method run (line 220) | async run() { method completed (line 224) | async completed() { method completed (line 252) | async completed() { FILE: tests/ace/kernel.spec.ts constant BASE_URL (line 16) | const BASE_URL = new URL('./tmp/', import.meta.url) method getMetaData (line 110) | async getMetaData() { FILE: tests/bindings/edge.spec.ts constant BASE_URL (line 18) | const BASE_URL = new URL('./tmp/', import.meta.url) FILE: tests/bindings/repl.spec.ts constant BASE_URL (line 17) | const BASE_URL = new URL('./tmp/', import.meta.url) method importer (line 33) | importer(filePath: string) { method displayPrompt (line 49) | displayPrompt() {} FILE: tests/bindings/vinejs.spec.ts constant BASE_URL (line 16) | const BASE_URL = new URL('./tmp/', import.meta.url) method importer (line 32) | importer(filePath: string) { FILE: tests/cli_formatters/routes_list.spec.ts function registerRoutes (line 19) | async function registerRoutes(app: ApplicationService) { FILE: tests/commands/add.spec.ts constant VERBOSE (line 18) | const VERBOSE = !!process.env.CI FILE: tests/commands/configure.spec.ts constant BASE_URL (line 16) | const BASE_URL = new URL('./tmp/', import.meta.url) constant BASE_PATH (line 17) | const BASE_PATH = fileURLToPath(BASE_URL) FILE: tests/encryption/legacy.spec.ts constant SECRET_KEY (line 17) | const SECRET_KEY = 'averylongsecretkeythatshouldbe32' FILE: tests/hash.spec.ts constant BASE_URL (line 20) | const BASE_URL = new URL('./tmp/', import.meta.url) FILE: tests/helpers.ts function setupProject (line 44) | async function setupProject( function setupPackage (line 71) | async function setupPackage(fs: FileSystem, configureContent?: string) { function setupNamedPackage (line 78) | async function setupNamedPackage( FILE: tests/ignitor/ace_process.spec.ts constant BASE_URL (line 16) | const BASE_URL = new URL('./tmp/', import.meta.url) class Greet (line 40) | class Greet extends BaseCommand { method run (line 42) | async run() { method run (line 82) | async run() { method run (line 118) | async run() { method run (line 151) | async run() { method run (line 188) | async run() { method run (line 234) | async run() { method run (line 285) | async run() { class Greet (line 76) | class Greet extends BaseCommand { method run (line 42) | async run() { method run (line 82) | async run() { method run (line 118) | async run() { method run (line 151) | async run() { method run (line 188) | async run() { method run (line 234) | async run() { method run (line 285) | async run() { class Greet (line 116) | class Greet extends BaseCommand { method run (line 42) | async run() { method run (line 82) | async run() { method run (line 118) | async run() { method run (line 151) | async run() { method run (line 188) | async run() { method run (line 234) | async run() { method run (line 285) | async run() { class Greet (line 149) | class Greet extends BaseCommand { method run (line 42) | async run() { method run (line 82) | async run() { method run (line 118) | async run() { method run (line 151) | async run() { method run (line 188) | async run() { method run (line 234) | async run() { method run (line 285) | async run() { class Greet (line 182) | class Greet extends BaseCommand { method run (line 42) | async run() { method run (line 82) | async run() { method run (line 118) | async run() { method run (line 151) | async run() { method run (line 188) | async run() { method run (line 234) | async run() { method run (line 285) | async run() { class Greet (line 228) | class Greet extends BaseCommand { method run (line 42) | async run() { method run (line 82) | async run() { method run (line 118) | async run() { method run (line 151) | async run() { method run (line 188) | async run() { method run (line 234) | async run() { method run (line 285) | async run() { class Greet (line 279) | class Greet extends BaseCommand { method run (line 42) | async run() { method run (line 82) | async run() { method run (line 118) | async run() { method run (line 151) | async run() { method run (line 188) | async run() { method run (line 234) | async run() { method run (line 285) | async run() { class CustomRepl (line 317) | class CustomRepl extends BaseCommand { method run (line 323) | async run() {} FILE: tests/ignitor/http_server_process.spec.ts constant BASE_URL (line 19) | const BASE_URL = new URL('./tmp/', import.meta.url) constant BASE_PATH (line 20) | const BASE_PATH = fileURLToPath(BASE_URL) FILE: tests/ignitor/main.spec.ts constant BASE_URL (line 13) | const BASE_URL = new URL('./tmp/', import.meta.url) FILE: tests/ignitor/test_process.spec.ts constant BASE_URL (line 13) | const BASE_URL = new URL('./tmp/', import.meta.url) FILE: tests/providers.spec.ts constant BASE_URL (line 28) | const BASE_URL = new URL('./tmp/', import.meta.url) constant BASE_PATH (line 29) | const BASE_PATH = fileURLToPath(BASE_URL) FILE: tests/request_validator.spec.ts constant BASE_URL (line 18) | const BASE_URL = new URL('./tmp/', import.meta.url) class MyErrorReporter (line 292) | class MyErrorReporter extends SimpleErrorReporter { method report (line 293) | report( method report (line 451) | report( class MyErrorReporter (line 450) | class MyErrorReporter extends SimpleErrorReporter { method report (line 293) | report( method report (line 451) | report( FILE: tests/stubs/make_command.spec.ts constant BASE_URL (line 17) | const BASE_URL = new URL('./tmp/', import.meta.url) constant BASE_PATH (line 18) | const BASE_PATH = fileURLToPath(BASE_URL) FILE: tests/stubs/make_controller.spec.ts constant BASE_URL (line 17) | const BASE_URL = new URL('./tmp/', import.meta.url) constant BASE_PATH (line 18) | const BASE_PATH = fileURLToPath(BASE_URL) FILE: tests/stubs/make_event.spec.ts constant BASE_URL (line 17) | const BASE_URL = new URL('./tmp/', import.meta.url) constant BASE_PATH (line 18) | const BASE_PATH = fileURLToPath(BASE_URL) FILE: tests/stubs/make_exception.spec.ts constant BASE_URL (line 17) | const BASE_URL = new URL('./tmp/', import.meta.url) constant BASE_PATH (line 18) | const BASE_PATH = fileURLToPath(BASE_URL) FILE: tests/stubs/make_listener.spec.ts constant BASE_URL (line 17) | const BASE_URL = new URL('./tmp/', import.meta.url) constant BASE_PATH (line 18) | const BASE_PATH = fileURLToPath(BASE_URL) FILE: tests/stubs/make_middleware.spec.ts constant BASE_URL (line 17) | const BASE_URL = new URL('./tmp/', import.meta.url) constant BASE_PATH (line 18) | const BASE_PATH = fileURLToPath(BASE_URL) FILE: tests/stubs/make_prldfile.spec.ts constant BASE_URL (line 17) | const BASE_URL = new URL('./tmp/', import.meta.url) constant BASE_PATH (line 18) | const BASE_PATH = fileURLToPath(BASE_URL) FILE: tests/stubs/make_provider.spec.ts constant BASE_URL (line 17) | const BASE_URL = new URL('./tmp/', import.meta.url) constant BASE_PATH (line 18) | const BASE_PATH = fileURLToPath(BASE_URL) FILE: tests/stubs/make_service.spec.ts constant BASE_URL (line 17) | const BASE_URL = new URL('./tmp/', import.meta.url) constant BASE_PATH (line 18) | const BASE_PATH = fileURLToPath(BASE_URL) FILE: tests/stubs/make_test.spec.ts constant BASE_URL (line 17) | const BASE_URL = new URL('./tmp/', import.meta.url) constant BASE_PATH (line 18) | const BASE_PATH = fileURLToPath(BASE_URL) FILE: tests/stubs/make_validator.spec.ts constant BASE_URL (line 17) | const BASE_URL = new URL('./tmp/', import.meta.url) constant BASE_PATH (line 18) | const BASE_PATH = fileURLToPath(BASE_URL) FILE: tests/stubs/make_view.spec.ts constant BASE_URL (line 17) | const BASE_URL = new URL('./tmp/', import.meta.url) constant BASE_PATH (line 18) | const BASE_PATH = fileURLToPath(BASE_URL) FILE: tests/test_utils/http.spec.ts constant BASE_URL (line 19) | const BASE_URL = new URL('./tmp/', import.meta.url) FILE: tests/verification_token.spec.ts function freezeTime (line 17) | function freezeTime() { class EmailVerificationToken (line 33) | class EmailVerificationToken extends VerificationToken { method constructor (line 34) | constructor(props: { FILE: toolkit/commands/index_commands.ts class IndexCommand (line 17) | class IndexCommand extends BaseCommand { method run (line 24) | async run(): Promise { FILE: types/ace.ts type CommandOptions (line 11) | type CommandOptions = BaseCommandOptions & { FILE: types/http.ts type RequestValidationOptions (line 17) | type RequestValidationOptions