Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert /web/javascript/reference/errors folder to Markdown (es) #8164

Merged

Conversation

Graywolf9
Copy link
Contributor

This to continue the job already done in #7618

@Graywolf9 Graywolf9 added l10n-es Issues related to Spanish content. markdown-conversion 100% markdown project labels Aug 31, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Aug 31, 2022

Preview URLs (23 pages)
Flaws (38)

Note! 4 documents with no flaws that don't need to be listed. 🎉

URL: /es/docs/Web/JavaScript/Reference/Errors/Missing_semicolon_before_statement
Title: ErrordeSintaxis: Punto y coma ; faltante antes de la declaracion
Flaw count: 3

  • broken_links:
    • Anchor not lowercase
    • Anchor not lowercase
  • translation_differences:
    • Differences in the important macros (0 in common of 2 possible)

URL: /es/docs/Web/JavaScript/Reference/Errors/Unexpected_type
Title: TypeError: "x" is (not) "y"
Flaw count: 2

  • macros:
    • wrong xref macro used (consider changing which macro you use)
    • wrong xref macro used (consider changing which macro you use)

URL: /es/docs/Web/JavaScript/Reference/Errors/Not_a_codepoint
Title: RangeError: argument is not a valid code point
Flaw count: 1

  • broken_links:
    • Can't resolve /es/docs/

URL: /es/docs/Web/JavaScript/Reference/Errors/Missing_parenthesis_after_argument_list
Title: SyntaxError: missing ) after argument list
Flaw count: 1

  • broken_links:
    • Can't resolve /es/docs/Web/JavaScript/Guide/Funciones

URL: /es/docs/Web/JavaScript/Reference/Errors/Missing_curly_after_property_list
Title: SyntaxError: missing } after property list
Flaw count: 2

  • broken_links:
    • Can use the English (en-US) link as a fallback
    • Can use the English (en-US) link as a fallback

URL: /es/docs/Web/JavaScript/Reference/Errors/Bad_regexp_flag
Title: SyntaxError: indicador de expresión regular no válido "x"
Flaw count: 3

  • macros:
    • /es/docs/Web/JavaScript/Reference/Global_Objects/RegExp/sticky does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/sticky
  • broken_links:
    • Is currently http:// but can become https://
  • translation_differences:
    • Differences in the important macros (0 in common of 2 possible)

URL: /es/docs/Web/JavaScript/Reference/Errors/Too_much_recursion
Title: InternalError: too much recursion
Flaw count: 1

  • broken_links:
    • Anchor not lowercase

URL: /es/docs/Web/JavaScript/Reference/Errors/Not_a_function
Title: TypeError: "x" is not a function
Flaw count: 3

  • macros:
    • /es/docs/Web/JavaScript/Reference/Global_Objects/Map does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Map
    • /es/docs/Web/JavaScript/Reference/Global_Objects/Map/forEach does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/forEach
    • /es/docs/Web/JavaScript/Reference/Global_Objects/Set/forEach does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/forEach

URL: /es/docs/Web/JavaScript/Reference/Errors/in_operator_no_object
Title: TypeError: cannot use 'in' operator to search for 'x' in 'y'
Flaw count: 1

  • macros:
    • wrong xref macro used (consider changing which macro you use)

URL: /es/docs/Web/JavaScript/Reference/Errors/Bad_octal
Title: SyntaxError: "x" is not a legal ECMA-262 octal constant
Flaw count: 1

  • broken_links:
    • Anchor not lowercase

URL: /es/docs/Web/JavaScript/Reference/Errors/Illegal_character
Title: ErrorDeSintaxis: Caracter ilegal
Flaw count: 1

  • macros:
    • /es/docs/Web/JavaScript/Reference/ErrorDeSintaxis does not exist

URL: /es/docs/Web/JavaScript/Reference/Errors/Not_defined
Title: ReferenceError: "x" is not defined
Flaw count: 6

  • macros:
    • /es/docs/Glossary/%C3%A1mbito does not exist
    • /es/docs/Web/HTML/Element/script does not exist but fell back to /en-US/docs/Web/HTML/Element/script
    • /es/docs/Glossary/%C3%81mbito does not exist
  • broken_links:
    • Can't resolve /es/docs/Web/JavaScript/Referencia/Funciones
    • Anchor not lowercase
    • Anchor not lowercase

URL: /es/docs/Web/JavaScript/Reference/Errors/No_variable_name
Title: SyntaxError: missing variable name
Flaw count: 2

  • broken_links:
    • Is currently http:// but can become https://
    • Anchor not lowercase

URL: /es/docs/Web/JavaScript/Reference/Errors/More_arguments_needed
Title: TypeError: More arguments needed
Flaw count: 1

  • macros:
    • wrong xref macro used (consider changing which macro you use)

URL: /es/docs/Web/JavaScript/Reference/Errors/Undefined_prop
Title: ReferenceError: reference to undefined property "x"
Flaw count: 4

  • broken_links:
    • Can't resolve /es/docs/Web/JavaScript/Referencia/Modo_estricto
    • Can't resolve /es/docs/Web/JavaScript/Referencia/Operadores/Miembros
    • Can't resolve /es/docs/Web/JavaScript/Referencia/Modo_estricto
    • Can't resolve /es/docs/Web/JavaScript/Referencia/Modo_estricto

URL: /es/docs/Web/JavaScript/Reference/Errors/Strict_Non_Simple_Params
Title: SyntaxError: "use strict" no permitida en función con parámetros complejos
Flaw count: 1

  • translation_differences:
    • Differences in the important macros (0 in common of 2 possible)

URL: /es/docs/Web/JavaScript/Reference/Errors/Malformed_formal_parameter
Title: SyntaxError: Malformed formal parameter
Flaw count: 1

  • translation_differences:
    • Differences in the important macros (0 in common of 1 possible)

URL: /es/docs/Web/JavaScript/Reference/Errors/Deprecated_source_map_pragma
Title: SyntaxError: Using //@ to indicate sourceURL pragmas is deprecated. Use //# instead
Flaw count: 3

  • broken_links:
    • Can't resolve /es/docs/Tools/Debugger/How_to/Use_a_source_map
    • Can't resolve /es/docs/Tools/Debugger/How_to/Use_a_source_map
    • Is currently http:// but can become https://

URL: /es/docs/Web/JavaScript/Reference/Errors/Missing_formal_parameter
Title: SyntaxError: missing formal parameter
Flaw count: 1

  • broken_links:
    • Can use the English (en-US) link as a fallback
External URLs (5)

URL: /es/docs/Web/JavaScript/Reference/Errors/Not_a_codepoint
Title: RangeError: argument is not a valid code point


URL: /es/docs/Web/JavaScript/Reference/Errors/Illegal_character
Title: ErrorDeSintaxis: Caracter ilegal


URL: /es/docs/Web/JavaScript/Reference/Errors/Malformed_formal_parameter
Title: SyntaxError: Malformed formal parameter


URL: /es/docs/Web/JavaScript/Reference/Errors/Deprecated_source_map_pragma
Title: SyntaxError: Using //@ to indicate sourceURL pragmas is deprecated. Use //# instead

(this comment was updated 2022-09-27 22:12:12.021681)

@Graywolf9 Graywolf9 marked this pull request as ready for review September 27, 2022 22:11
@Graywolf9 Graywolf9 requested a review from a team as a code owner September 27, 2022 22:11
@Graywolf9 Graywolf9 requested review from JuanVqz and removed request for a team September 27, 2022 22:11
@Graywolf9 Graywolf9 merged commit 983a12b into mdn:main Sep 27, 2022
@Graywolf9 Graywolf9 deleted the es/web/javascript/reference/errors/markdown branch July 5, 2023 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-es Issues related to Spanish content. markdown-conversion 100% markdown project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant