Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

295
Visualizações
Extending Promise results in constructor called twice, how come?
class MyPromise<T = void> extends Promise<T> {
  started = false
  resolve: (t: T) => void = () => {}
  reject: (e: any) => void = () => {}
  constructor() {
    console.log('constructor')
    let resolve: (t: T) => void = () => {}
    let reject: (e: any) => void = () => {}
    super((res, rej) => {
      resolve = res
      reject = rej
    })
    this.resolve = resolve
    this.reject = reject
  }
}

const thing = new MyPromise<string>()
thing.resolve('a')
thing.then(t => console.log('then', t))

Constructor is called twice and I get this error

constructor
constructor
[TestError] TypeError: Promise resolve or reject function is not callable

Running on node 14.17.1

about 4 years ago · Santiago Trujillo
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda