Home
last modified time | relevance | path

Searched refs:SnippetError (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/start/server/metro/
H A DTerminalReporter.types.ts49 export interface SnippetError extends Error { interface
109 _logInitializingFailed(port: number, error: SnippetError): void;
116 _logBundlingError(error: SnippetError): void;
H A DMetroTerminalReporter.ts6 import { BuildPhase, BundleDetails, BundleProgress, SnippetError } from './TerminalReporter.types';
112 _logBundlingError(error: SnippetError): void {
138 error: SnippetError