(path: string)
| 86 | } |
| 87 | |
| 88 | function syncCodeSandboxes(path: string) { |
| 89 | transformFile(path, findCodeSandboxes.bind(null, syncCodeSandbox)); |
| 90 | } |
| 91 | |
| 92 | function syncCodeSandbox(mdxPath: string, srcPath: string, lines: string[]) { |
| 93 | console.log('SYNCING', mdxPath, srcPath); |
nothing calls this directly
no test coverage detected
searching dependent graphs…