You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Runs a specified list of JavaScript examples consecutively.
38
51
#
39
-
# This target runs a specified list of examples in sequential order. Note that we assume the examples can be run using Node.js.
40
-
52
+
# ## Notes
53
+
#
54
+
# - This rule is useful when wanting to run a list of JavaScript examples files generated by some other command (e.g., a list of changed JavaScript examples files obtained via `git diff`).
55
+
# - This rule **assumes** that examples files can be run using Node.js.
56
+
#
57
+
#
58
+
# @param {string} FILES - list of JavaScript example file paths
59
+
#
60
+
# @example
61
+
# make examples-javascript-files FILES='/foo/example.js /bar/example.js'
0 commit comments