|
@@ -7,13 +7,13 @@ NPM_SCRIPT=$NPM_ROOT/node_modules/npm/bin/npm-cli.js
|
|
|
PM_SCRIPT=
|
|
|
PM_TYPE=
|
|
|
|
|
|
-NPM_CONTRIBS_PATH=contrib/typescript
|
|
|
+NPM_CONTRIBS_PATH=-
|
|
|
# combined input/outputs records as list of directives ${input;hide:<path>} ${output;hide:<path>}, used in builders
|
|
|
_NODE_MODULES_INOUTS=
|
|
|
_YATOOL_PREBUILDER_ARG=
|
|
|
|
|
|
macro CUSTOM_CONTRIB_TYPESCRIPT(P) {
|
|
|
- SET(NPM_CONTRIBS_PATH $P)
|
|
|
+ SET(NPM_CONTRIBS_PATH -)
|
|
|
}
|
|
|
|
|
|
macro NO_CONTRIB_TYPESCRIPT() {
|