(message:string)
| 1374 | // phase lint is merely a call to apps.lint |
| 1375 | lint : function node_apps_build_lint():void { |
| 1376 | const callback = function node_apps_build_lint_callback(message:string):void { |
| 1377 | next(message); |
| 1378 | }; |
| 1379 | heading("Linting"); |
| 1380 | apps.lint(callback); |
| 1381 | }, |
no test coverage detected