Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

322
Views
gruntjs - SyntaxError no detectado: el identificador ya se ha declarado

Estoy usando gruñido para afear mi código Js, pero cuando pruebo mi código en el navegador obtengo:

SyntaxError no detectado: el identificador ya se ha declarado

Aquí hay un ejemplo de la prueba que di: archivos:

testA.js-

 export const myData = { a: "hello", b: "Me", };

testB.js-

 import { myData } from "./testA.js"; const doSomething =()=>{ console.log(myData); } doSomething();

archivo feo:

prueba.min.js-

 const myData = { a: "hello", b: "Me" }; import { myData } from "./testA.js"; const doSomething = () => { console.log(myData); }, myData = (doSomething(), { a: "hello", b: "Me" }); import { myData } from "./testA.js"; const doSomething = () => { console.log(myData); }; doSomething(); export { myData, myData };

Como puede ver, myData se exporta dos veces, pero la línea de error comienza en la línea 2. ¿Hay alguna forma de evitar que Grunt cree identificadores duplicados para solucionar el problema?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!