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:
2026-04-03 03:23:20 +02:00
parent f83be63f85
commit 87e8f33b01
56 changed files with 99 additions and 99 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ imports: [fmt, strconv, strings]
tested: false
tests: []
test_file_path: ""
file_path: "functions/infra/cdp_click.go"
file_path: "functions/browser/cdp_click.go"
---
## Ejemplo
+1 -1
View File
@@ -17,7 +17,7 @@ imports: [fmt, os]
tested: false
tests: []
test_file_path: ""
file_path: "functions/infra/cdp_close.go"
file_path: "functions/browser/cdp_close.go"
---
## Ejemplo
+2 -2
View File
@@ -16,8 +16,8 @@ error_type: "error_go_core"
imports: [fmt, net, net/url, strings]
tested: true
tests: ["TestChromeLaunchAndConnect"]
test_file_path: "functions/infra/chrome_launch_test.go"
file_path: "functions/infra/cdp_connect.go"
test_file_path: "functions/browser/chrome_launch_test.go"
file_path: "functions/browser/cdp_connect.go"
---
## Ejemplo
+2 -2
View File
@@ -16,8 +16,8 @@ error_type: "error_go_core"
imports: [fmt]
tested: true
tests: ["TestCdpEvaluate"]
test_file_path: "functions/infra/chrome_launch_test.go"
file_path: "functions/infra/cdp_evaluate.go"
test_file_path: "functions/browser/chrome_launch_test.go"
file_path: "functions/browser/cdp_evaluate.go"
---
## Ejemplo
+2 -2
View File
@@ -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
+2 -2
View File
@@ -16,8 +16,8 @@ error_type: "error_go_core"
imports: [fmt]
tested: true
tests: ["TestChromeLaunchAndConnect"]
test_file_path: "functions/infra/chrome_launch_test.go"
file_path: "functions/infra/cdp_navigate.go"
test_file_path: "functions/browser/chrome_launch_test.go"
file_path: "functions/browser/cdp_navigate.go"
---
## Ejemplo
+2 -2
View File
@@ -16,8 +16,8 @@ error_type: "error_go_core"
imports: [encoding/base64, fmt, os, path/filepath]
tested: true
tests: ["TestCdpScreenshot"]
test_file_path: "functions/infra/chrome_launch_test.go"
file_path: "functions/infra/cdp_screenshot.go"
test_file_path: "functions/browser/chrome_launch_test.go"
file_path: "functions/browser/cdp_screenshot.go"
---
## Ejemplo
+1 -1
View File
@@ -17,7 +17,7 @@ imports: [fmt, time]
tested: false
tests: []
test_file_path: ""
file_path: "functions/infra/cdp_type_text.go"
file_path: "functions/browser/cdp_type_text.go"
---
## Ejemplo
+1 -1
View File
@@ -17,7 +17,7 @@ imports: [fmt, time]
tested: false
tests: []
test_file_path: ""
file_path: "functions/infra/cdp_wait_element.go"
file_path: "functions/browser/cdp_wait_element.go"
---
## Ejemplo
+1 -1
View File
@@ -17,7 +17,7 @@ imports: [fmt, time]
tested: false
tests: []
test_file_path: ""
file_path: "functions/infra/cdp_wait_load.go"
file_path: "functions/browser/cdp_wait_load.go"
---
## Ejemplo
+2 -2
View File
@@ -16,8 +16,8 @@ error_type: "error_go_core"
imports: [fmt, net, os, os/exec, time]
tested: true
tests: ["TestFindChrome", "TestChromeLaunchAndConnect"]
test_file_path: "functions/infra/chrome_launch_test.go"
file_path: "functions/infra/chrome_launch.go"
test_file_path: "functions/browser/chrome_launch_test.go"
file_path: "functions/browser/chrome_launch.go"
---
## Ejemplo