All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.core.cross.parser.ts Maven / Gradle / Ivy

import type { BaseParserContextOptions } from '../context/parser';

export type CrossParserContextOptions = BaseParserContextOptions;

export interface CrossContextOptions {
  scopeId?: string;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy