Helpers
Random assorted helpers
md
typescript
const md = (content: string) => anygetProjectRoot
typescript
const getProjectRoot = (dir: string, d: any, maxD: any) => stringloadEnv
typescript
const loadEnv = () => anydirListing
typescript
const dirListing = (dir: string, d: any) => stringgetNotebooksToProcess
typescript
const getNotebooksToProcess = (notebookPath: string, nbsPath: string) => string[]getExportedDefinitions
typescript
function getExportedDefinitions(sourceCode: string): SymbolDefinition[]findDenoTests
typescript
const findDenoTests = (sourceCode: string) => TestInfo[]removeDuplicateImports
typescript
const removeDuplicateImports = (sourceCode: string) => string