Skip to content

Commit b364346

Browse files
committed
add a TODO
1 parent 51faf34 commit b364346

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib/sources/gitHubSource.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import type { DirSource, FileMetadata, FileSource, SourcePart } from './types.js'
22
import { getFileName } from './utils.js'
33

4+
// TODO(SL): support branches with slashes in their names (feature/foo)
5+
46
interface BaseUrl {
57
source: string
68
origin: string

0 commit comments

Comments
 (0)