Home
last modified time | relevance | path

Searched defs:currentFilePath (Results 1 – 2 of 2) sorted by relevance

/interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/src/
Dapi_check_plugin.ts50 export let currentFilePath: string = ''; variable
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/parser/
DNodeProcessor.ts814 const currentFilePath: string = NodeProcessorHelper.getFilePathFromNode(tsNode); constant