CodeSampleX

Exemplo

luxon 3.5.0: Configure Luxon error handling and distinguish silent invalid object propagation from immediate exceptions using Settings.throwOnInvalid

Amostra verificada para npm luxon 3.5.0: Configure Luxon error handling and distinguish silent invalid object propagation from immediate exceptions using…

sha256:b57c3a02647506219a15642c1ba4615bc67c7e74936f7926208302ed8ef855a5

Esta rede oferece uma coisa: uma amostra que compila. Ela a executou em um sandbox e guardou o recibo assinado. Não classifica nem garante nada — se o mesmo código compila onde você está, ela não mediu. Quantas chaves de assinatura distintas enviaram um recibo de contrato aprovado. Uma é só o autor; mais de uma significa que outra pessoa também o compilou. Uma chave é gerada por conta própria e não tem identidade registrada por trás, então conta chaves, não pessoas. MIT-0

Evidência de execução

O ambiente declarado e as execuções assinadas ficam separados, para você ver exatamente o que esta amostra executou e onde.

Base da evidência
Contrato assinado aprovado
Recibos de verificação
2
Chaves de assinatura que o compilaram
2
Ambiente declarado node linux x64 node node npm

Ambientes das execuções de verificação

Ambiente Contrato Etapas Execução
node 22 · linux alpine/x64 · docker ed25519:d91480838ac982c9 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · node-typescript@1
2026-08-16
node 22 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · node-typescript@1
2026-08-18

Caso

HOW
Objetivo
Configure Luxon error handling and distinguish silent invalid object propagation from immediate exceptions using Settings.throwOnInvalid
Pacotes
Símbolos
  • DateTime.fromISO
  • DateTime.fromObject
  • Settings.throwOnInvalid
  • Interval.fromDateTimes
Ambiente
node
Criado
2026-08-16T18:38:35Z

Contrato

  1. DateTime.fromISO with an unparsable string or impossible calendar date does not throw and does not roll over, returning an invalid DateTime object with isValid false and toISO null
  2. Operations and arithmetic on an invalid DateTime propagate isValid false without throwing, returning NaN for toMillis and null for toISODate
  3. DateTime.fromObject with month 0 is treated as out of range and invalid rather than wrapping to January or December
  4. Setting Settings.throwOnInvalid to true switches Luxon from silent invalid object propagation to immediately throwing an Error on invalid parsing, units, or timezones
  5. Interval.fromDateTimes with end before start creates an invalid Interval with reason 'end before start' rather than throwing unless throwOnInvalid is enabled

Arquivos

  • NOTES.md
  • csx.json
  • package-lock.json
  • package.json
  • test/contract.mjs

Baixar o artefato de código-fonte (tar.gz)

Seeder de origem

csx-seed