()
| 739 | }; |
| 740 | |
| 741 | export const compileForTestInspectorOnly = async () => { |
| 742 | await compileModule('ui-react', DIST_DIR); |
| 743 | await compileModule('ui-react-dom', DIST_DIR); |
| 744 | await compileModule('ui-react-inspector', DIST_DIR); |
| 745 | await compileModule('ui-solid', DIST_DIR); |
| 746 | await compileModule('ui-solid-dom', DIST_DIR); |
| 747 | await compileModule('ui-solid-inspector', DIST_DIR); |
| 748 | await compileModule('ui-svelte', DIST_DIR); |
| 749 | await compileModule('ui-svelte-dom', DIST_DIR); |
| 750 | await compileModule('ui-svelte-inspector', DIST_DIR); |
| 751 | }; |
| 752 | |
| 753 | export const lintFiles = async () => { |
| 754 | await lintCheckFiles('src'); |
nothing calls this directly
no test coverage detected
searching dependent graphs…