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

fr: Format /web/javascript using Prettier (part 9) #14648

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

queengooborg
Copy link
Collaborator

This PR formats the /web/javascript folder of the French locale using Prettier. This is the ninth part.

@queengooborg queengooborg requested a review from a team as a code owner July 27, 2023 10:36
@queengooborg queengooborg requested review from cw118 and removed request for a team July 27, 2023 10:36
@github-actions github-actions bot added the l10n-fr Issues related to French content. label Jul 27, 2023
@github-actions
Copy link
Contributor

Preview URLs (100 pages)
Flaws (199)

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

URL: /fr/docs/Web/JavaScript/Reference/Lexical_grammar
Title: Grammaire lexicale
Flaw count: 44

  • macros:
    • /fr/docs/Web/JavaScript/Reference/Instructions/break redirects to /fr/docs/Web/JavaScript/Reference/Statements/break
    • /fr/docs/Web/JavaScript/Reference/Instructions/switch redirects to /fr/docs/Web/JavaScript/Reference/Statements/switch
    • /fr/docs/Web/JavaScript/Reference/Op%C3%A9rateurs/class redirects to /fr/docs/Web/JavaScript/Reference/Operators/class
    • /fr/docs/Web/JavaScript/Reference/Instructions/try...catch redirects to /fr/docs/Web/JavaScript/Reference/Statements/try...catch
    • /fr/docs/Web/JavaScript/Reference/Instructions/const redirects to /fr/docs/Web/JavaScript/Reference/Statements/const
    • and 30 more flaws omitted
  • broken_links:
    • Anchor not lowercase
    • Can't resolve /fr/docs/Web/JavaScript/Guide/Expressions_régulières
    • Can't resolve /fr/docs/Web/JavaScript/Structures_de_données#Le_type_BigInt
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/RegExp
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Gabarit_chaînes_caractères
    • and 4 more flaws omitted

URL: /fr/docs/Web/JavaScript/Reference/Iteration_protocols
Title: Les protocoles d'itération
Flaw count: 10

  • macros:
    • /fr/docs/Web/JavaScript/Reference/Instructions/for...of redirects to /fr/docs/Web/JavaScript/Reference/Statements/for...of
  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Guide/Inheritance_and_the_prototype_chain
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/String/@@iterator
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Opérateurs/Opérateur_de_décomposition
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Instructions/for...of
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Opérateurs/Opérateur_de_décomposition
    • and 3 more flaws omitted
  • translation_differences:
    • Differences in the important macros (1 in common of 2 possible)

URL: /fr/docs/Web/JavaScript/Reference/Operators/Assignment
Title: Assignement (=)
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Guide/Expressions_et_Opérateurs

URL: /fr/docs/Web/JavaScript/Reference/Operators/await
Title: await
Flaw count: 3

  • macros:
    • /fr/docs/Web/JavaScript/Reference/Instructions/async_function redirects to /fr/docs/Web/JavaScript/Reference/Statements/async_function
    • /fr/docs/Web/JavaScript/Reference/Instructions/async_function redirects to /fr/docs/Web/JavaScript/Reference/Statements/async_function
    • /fr/docs/Web/JavaScript/Reference/Op%C3%A9rateurs/async_function redirects to /fr/docs/Web/JavaScript/Reference/Operators/async_function

URL: /fr/docs/Web/JavaScript/Reference/Operators/Bitwise_AND
Title: ET binaire (&)
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Guide/Expressions_and_Operators#bitwise
  • translation_differences:
    • Differences in the important macros (3 in common of 5 possible)

URL: /fr/docs/Web/JavaScript/Reference/Operators/Bitwise_OR
Title: OU binaire (|)
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Guide/Expressions_and_Operators#bitwise
  • translation_differences:
    • Differences in the important macros (3 in common of 5 possible)

URL: /fr/docs/Web/JavaScript/Reference/Operators/async_function*
Title: Expression async function*
Flaw count: 1

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

URL: /fr/docs/Web/JavaScript/Reference/Operators/Bitwise_XOR_assignment
Title: Affectation après OU exclusif binaire (^=)
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Guide/Expressions_and_Operators#assignment
  • translation_differences:
    • Differences in the important macros (3 in common of 5 possible)

URL: /fr/docs/Web/JavaScript/Reference/Operators/Bitwise_AND_assignment
Title: Affectation après ET binaire (&=)
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Guide/Expressions_and_Operators#assignment
  • translation_differences:
    • Differences in the important macros (3 in common of 5 possible)

URL: /fr/docs/Web/JavaScript/Reference/Operators/async_function
Title: Expression async function
Flaw count: 6

  • macros:
    • /fr/docs/Web/JavaScript/Reference/Instructions/async_function redirects to /fr/docs/Web/JavaScript/Reference/Statements/async_function
    • /fr/docs/Web/JavaScript/Reference/Instructions/async_function redirects to /fr/docs/Web/JavaScript/Reference/Statements/async_function
    • /fr/docs/Web/JavaScript/Reference/Op%C3%A9rateurs/await redirects to /fr/docs/Web/JavaScript/Reference/Operators/await
  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Instructions/async_function
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Fonctions/Fonctions_fléchées
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Fonctions

URL: /fr/docs/Web/JavaScript/Reference/Operators/Bitwise_NOT
Title: NON binaire (~)
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Guide/Expressions_and_Operators#bitwise

URL: /fr/docs/Web/JavaScript/Reference/Operators/Addition_assignment
Title: Affectation après addition (+=)
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Guide/Expressions_and_Operators#assignment

URL: /fr/docs/Web/JavaScript/Reference/Operators/class
Title: class
Flaw count: 4

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Opérateurs/L_opérateur_function
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Instructions/class
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Opérateurs/L_opérateur_function
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Instructions/class

URL: /fr/docs/Web/JavaScript/Reference/Operators/Bitwise_XOR
Title: OU exclusif binaire (^)
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Guide/Expressions_and_Operators#bitwise
  • translation_differences:
    • Differences in the important macros (3 in common of 5 possible)

URL: /fr/docs/Web/JavaScript/Reference/Operators/Bitwise_OR_assignment
Title: Affectation après OU binaire (|=)
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Guide/Expressions_and_Operators#assignment
  • translation_differences:
    • Differences in the important macros (3 in common of 5 possible)

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array
Title: Uint8Array
Flaw count: 4

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/name
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Global_Objects/Array/ReduceRight
    • Can't resolve /fr/docs/Web/JavaScript/Typed_arrays

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array/Uint8Array
Title: Constructeur Uint8Array()
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Typed_arrays

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/String/toString
Title: String.prototype.toString()
Flaw count: 1

  • macros:
    • /fr/docs/Web/JavaScript/Reference/Global_Objects/Object/toSource redirects to /fr/docs/Web/JavaScript/Reference/Global_Objects/Object/toString

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/String/toLowerCase
Title: String.prototype.toLowerCase()
Flaw count: 1

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

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/String/toUpperCase
Title: String.prototype.toUpperCase()
Flaw count: 2

  • macros:
    • wrong xref macro used (consider changing which macro you use)
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
Title: TypedArray
Flaw count: 5

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/name
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Global_Objects/Array/ReduceRight
    • Can't resolve /fr/docs/Web/JavaScript/Typed_arrays
    • Can use the English (en-US) link as a fallback

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/length
Title: TypedArray.prototype.length
Flaw count: 3

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray
    • Can't resolve /fr/docs/Web/JavaScript/Tableaux_typés
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/subarray
Title: TypedArray.prototype.subarray()
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Tableaux_typés#Les_objets_TypedArray
    • Can't resolve /fr/docs/Web/JavaScript/Tableaux_typés

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/entries
Title: TypedArray.prototype.entries()
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Tableaux_typés

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/toLocaleString
Title: TypedArray.prototype.toLocaleString()
Flaw count: 1

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

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/byteLength
Title: TypedArray.prototype.byteLength
Flaw count: 3

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray
    • Can't resolve /fr/docs/Web/JavaScript/Tableaux_typés
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/toString
Title: TypedArray.prototype.toString()
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/keys
Title: TypedArray.prototype.keys()
Flaw count: 3

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Tableaux_typés
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Instructions/for...of
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Les_protocoles_iteration

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/of
Title: TypedArray.of()
Flaw count: 3

  • macros:
    • /fr/docs/Web/JavaScript/Reference/Objets_globaux/Proxy/handler/set redirects to /fr/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/set
    • /fr/docs/Web/JavaScript/Reference/Objets_globaux/Proxy/handler/defineProperty redirects to /fr/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/defineProperty
  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/byteOffset
Title: TypedArray.prototype.byteOffset
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray
    • Can't resolve /fr/docs/Web/JavaScript/Tableaux_typés

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/includes
Title: TypedArray.prototype.includes()
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/buffer
Title: TypedArray.prototype.buffer
Flaw count: 3

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray
    • Can't resolve /fr/docs/Web/JavaScript/Tableaux_typés
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/forEach
Title: TypedArray.prototype.forEach()
Flaw count: 1

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

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/reduce
Title: TypedArray.prototype.reduce()
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/join
Title: TypedArray.prototype.join()
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/fill
Title: TypedArray.prototype.fill()
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Tableaux_typés#Les_objets_TypedArray
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/from
Title: TypedArray.from()
Flaw count: 5

  • macros:
    • /fr/docs/Web/JavaScript/Reference/Objets_globaux/Proxy/handler/set redirects to /fr/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/set
    • /fr/docs/Web/JavaScript/Reference/Objets_globaux/Proxy/handler/defineProperty redirects to /fr/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/defineProperty
  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Guide/Objets_élémentaires_JavaScript#Manipuler_des_objets_semblables_aux_tableaux
    • Can't resolve /fr/docs/Web/JavaScript/Guide/iterable
  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/every
Title: TypedArray.prototype.every()
Flaw count: 3

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Opérateurs/L_opérateur_this
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Fonctions/Fonctions_fléchées

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/lastIndexOf
Title: TypedArray.prototype.lastIndexOf()
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Opérateurs/Opérateurs_de_comparaison#Using_the_Equality_Operators

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/indexOf
Title: TypedArray.prototype.indexOf()
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Opérateurs/Opérateurs_de_comparaison#Using_the_Equality_Operators

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/@@species
Title: get TypedArray[@@species]
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/@@iterator
Title: TypedArray.prototype[@@iterator]()
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Tableaux_typés

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/sort
Title: TypedArray.prototype.sort()
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/BYTES_PER_ELEMENT
Title: TypedArray.BYTES_PER_ELEMENT
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Tableaux_typés
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/slice
Title: TypedArray.prototype.slice()
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/reduceRight
Title: TypedArray.prototype.reduceRight()
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray
  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/some
Title: TypedArray.prototype.some()
Flaw count: 2

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Opérateurs/L_opérateur_this

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/values
Title: TypedArray.prototype.values()
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Tableaux_typés

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/filter
Title: TypedArray.prototype.filter()
Flaw count: 3

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Opérateurs/L_opérateur_this
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Fonctions/Fonctions_fléchées

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/copyWithin
Title: TypedArray.prototype.copyWithin()
Flaw count: 2

  • macros:
    • /fr/docs/Web/JavaScript/Reference/TypedArray/move does not exist
  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/map
Title: TypedArray.prototype.map()
Flaw count: 3

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Opérateurs/L_opérateur_this
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/TypeError
Title: TypeError
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Global_Objects/Error/Stack

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array
Title: Uint16Array
Flaw count: 6

  • macros:
    • /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/name redirects to /fr/docs/Web/JavaScript/Reference/Global_Objects/Function/name
    • /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/prototype does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
    • /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/prototype does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
    • /fr/docs/Web/JavaScript/Reference/TypedArray/move does not exist
  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Syntaxe
    • Can't resolve /fr/docs/Web/JavaScript/Tableaux_typés

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array/Uint16Array
Title: Constructeur Uint16Array()
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Typed_arrays

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/URIError
Title: URIError
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Global_Objects/Error/Stack

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array
Title: Uint32Array
Flaw count: 6

  • macros:
    • /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/name redirects to /fr/docs/Web/JavaScript/Reference/Global_Objects/Function/name
    • /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/prototype does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
    • /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/prototype does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
    • /fr/docs/Web/JavaScript/Reference/TypedArray/move does not exist
  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Syntaxe
    • Can't resolve /fr/docs/Web/JavaScript/Tableaux_typés

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array/Uint32Array
Title: Constructeur Uint32Array()
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Typed_arrays

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray
Title: Uint8ClampedArray
Flaw count: 4

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/name
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Global_Objects/Array/ReduceRight
    • Can't resolve /fr/docs/Web/JavaScript/Typed_arrays

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray/Uint8ClampedArray
Title: Constructeur Uint8ClampedArray()
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Typed_arrays

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/WeakSet/delete
Title: WeakSet.prototype.delete()
Flaw count: 1

  • macros:
    • /fr/docs/Web/JavaScript/Reference/WeakSet/clear does not exist

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/Symbol
Title: Symbol
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Glossary/Symbol

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/Symbol/unscopables
Title: Symbol.unscopables
Flaw count: 3

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Instructions/with
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Instructions/with
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Instructions/with

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/Symbol/match
Title: Symbol.match
Flaw count: 1

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

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/Symbol/iterator
Title: Symbol.iterator
Flaw count: 3

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Instructions/for...of
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Les_protocoles_iteration
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Les_protocoles_iteration

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/Symbol/Symbol
Title: Constructeur Symbol()
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Glossary/Symbol

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/Symbol/asyncIterator
Title: Symbol.asyncIterator
Flaw count: 4

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Instructions/for-await...of
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Les_protocoles_iteration
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Instructions/for-await...of
  • translation_differences:
    • Differences in the important macros (2 in common of 3 possible)

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/SyntaxError
Title: SyntaxError
Flaw count: 1

  • broken_links:
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Global_Objects/Error/Stack

URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/undefined
Title: undefined
Flaw count: 3

  • broken_links:
    • Can't resolve /fr/docs/Glossary/undefined
    • Can't resolve /fr/docs/Glossary/undefined
    • Can't resolve /fr/docs/Web/JavaScript/Reference/Global_Objects/null
External URLs (8)

URL: /fr/docs/Web/JavaScript/Reference/Lexical_grammar
Title: Grammaire lexicale


URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/WeakMap
Title: WeakMap


URL: /fr/docs/Web/JavaScript/Reference/Global_Objects/WeakRef
Title: WeakRef

@SphinxKnight SphinxKnight merged commit 670eb49 into main Jul 28, 2023
8 checks passed
@SphinxKnight SphinxKnight deleted the fr/prettier/web/javascript/9 branch July 28, 2023 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-fr Issues related to French content.
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants