UNPKG
@ibm/sourceorbit
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.11.2
0.11.1
0.11.0
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0
0.8.1
0.8.0
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.8
0.5.7
0.5.6
IBM i dependency management tool
ibm.github.io/sourceorbit/
@ibm/sourceorbit
/
dist
/
src
/
builders
/
make
/
customRules.d.ts
8 lines
(7 loc)
•
271 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Targets
}
from
"../../targets"
;
import
{
MakeProject
}
from
"."
;
/** * Scan for all ibmi-bob rules.mk files and read attributes and custom * dependencies into the targets. */
export
declare
function
readAllRules
(
targets: Targets, project: MakeProject
):
void
;