We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51faf34 commit b364346Copy full SHA for b364346
1 file changed
src/lib/sources/gitHubSource.ts
@@ -1,6 +1,8 @@
1
import type { DirSource, FileMetadata, FileSource, SourcePart } from './types.js'
2
import { getFileName } from './utils.js'
3
4
+// TODO(SL): support branches with slashes in their names (feature/foo)
5
+
6
interface BaseUrl {
7
source: string
8
origin: string
0 commit comments