feat: introduce streamers that handle the stream and anonymization from github

This commit is contained in:
tdurieux
2024-04-03 11:13:01 +01:00
parent 73019c1b44
commit 4d12641c7e
64 changed files with 419 additions and 257 deletions
+1 -1
View File
@@ -17,6 +17,6 @@
"esModuleInterop": false,
"incremental": true
},
"include": ["src/**/*.ts", "index.ts", "cli.ts"],
"include": ["src/**/*.ts", "index.ts", "src/cli/index.ts"],
"exclude": ["node_modules", ".vscode"]
}