File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222#
2323# This target generates REPL documentation.
2424
25- repl-docs : repl-help repl-info repl-examples repl-signatures repl-typed-signatures repl-aliases repl-alias2pkg repl-pkg2alias repl-alias2related repl-alias2standalone repl-pkg2related repl-pkg2standalone $(NODE_MODULES ) $(SRC_DIR ) /@stdlib/repl/scripts/build.js
25+ repl-docs : repl-help repl-info repl-examples repl-signatures repl-typed-signatures repl-aliases repl-alias2pkg repl-pkg2alias repl-alias2related repl-alias2standalone repl-pkg2related repl-pkg2standalone repl-standalone2pkg $(NODE_MODULES ) $(SRC_DIR ) /@stdlib/repl/scripts/build.js
2626 $(QUIET ) $(NODE ) " $( SRC_DIR) /@stdlib/repl/scripts/build.js"
2727
2828.PHONY : repl-docs
@@ -146,3 +146,13 @@ repl-pkg2standalone: $(NODE_MODULES) $(SRC_DIR)/@stdlib/namespace/pkg2standalone
146146 $(QUIET ) $(NODE ) " $( SRC_DIR) /@stdlib/namespace/pkg2standalone/scripts/build.js"
147147
148148.PHONY : repl-pkg2standalone
149+
150+
151+ # Build the mapping between REPL standalone package names and internal package names.
152+ #
153+ # This target rebuilds the REPL database.
154+
155+ repl-standalone2pkg : $(NODE_MODULES ) $(SRC_DIR ) /@stdlib/namespace/standalone2pkg/scripts/build.js
156+ $(QUIET ) $(NODE ) " $( SRC_DIR) /@stdlib/namespace/standalone2pkg/scripts/build.js"
157+
158+ .PHONY : repl-standalone2pkg
You can’t perform that action at this time.
0 commit comments