Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1080 const newPathParts = [moduleName ?? DEFAULT_MODULE_NAME, SRC_AND_MAIN, ...parts]; constant
1093 const newPathParts = [...beforeEts, SRC_AND_MAIN, ...afterEts]; constant