fix: corregir lang y file_path en frontmatter de funciones existentes
Normaliza lang: typescript → ts en funciones frontend y corrige file_path de functions/infra/ → functions/browser/ en funciones CDP. Actualiza referencias cn_typescript_core → cn_ts_core. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -16,8 +16,8 @@ error_type: "error_go_core"
|
||||
imports: [fmt]
|
||||
tested: true
|
||||
tests: ["TestCdpGetHTML"]
|
||||
test_file_path: "functions/infra/chrome_launch_test.go"
|
||||
file_path: "functions/infra/cdp_get_html.go"
|
||||
test_file_path: "functions/browser/chrome_launch_test.go"
|
||||
file_path: "functions/browser/cdp_get_html.go"
|
||||
---
|
||||
|
||||
## Ejemplo
|
||||
|
||||
Reference in New Issue
Block a user