404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.225.254.112: ~ $
import { CommandLineInputs, CommandLineOptions, CommandMetadata, Ionic1ServeOptions, ServeDetails } from '../../../definitions';
import { ServeRunner, ServeRunnerDeps } from '../../serve';
import { Ionic1Project } from './';
export interface Ionic1ServeRunnerDeps extends ServeRunnerDeps {
    readonly project: Ionic1Project;
}
export declare class Ionic1ServeRunner extends ServeRunner<Ionic1ServeOptions> {
    protected readonly e: Ionic1ServeRunnerDeps;
    constructor(e: Ionic1ServeRunnerDeps);
    getCommandMetadata(): Promise<Partial<CommandMetadata>>;
    createOptionsFromCommandLine(inputs: CommandLineInputs, options: CommandLineOptions): Ionic1ServeOptions;
    modifyOpenUrl(url: string, options: Ionic1ServeOptions): string;
    serveProject(options: Ionic1ServeOptions): Promise<ServeDetails>;
    getUsedPorts(options: Ionic1ServeOptions, details: ServeDetails): number[];
}

Filemanager

Name Type Size Permission Actions
build.d.ts File 723 B 0644
build.js File 1.39 KB 0644
index.d.ts File 897 B 0644
index.js File 4.72 KB 0644
serve.d.ts File 894 B 0644
serve.js File 5.34 KB 0644