method PlatformDownloader.prototype.processDirectives
PlatformDownloader.prototype.processDirectives(
lines: string[],
basePath: string,
depth: number,
): Promise<string[]>

Processes preprocessor directives in the filter content

Parameters

lines: string[]
basePath: string
depth: number

Return Type

Promise<string[]>

Usage

import { PlatformDownloader } from ".";