feat: refactor folder structure & add new codec parser and gen & add unit tests

This commit is contained in:
2025-03-25 02:38:00 +08:00
parent 42e36e3c68
commit 39a4cf2773
67 changed files with 2211 additions and 514 deletions

View File

@@ -1,2 +0,0 @@
public/video/huge/*
!public/video/huge/.gitkeep

View File

@@ -1,5 +1,5 @@
{
"name": "mock",
"name": "@konoplayer/mock",
"version": "0.1.0",
"private": true,
"scripts": {

2
apps/mock/public/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
video/huge/*
!video/huge/.gitkeep

View File

@@ -4,10 +4,8 @@
"composite": true,
"module": "CommonJS",
"moduleResolution": "node",
"declaration": true,
"emitDeclarationOnly": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowImportingTsExtensions": false,
"outDir": "./dist",
"rootDir": ".",