Exemplo
Show that file extension alone does not switch Babel parser mode to TypeScript.
sha256:10746c63d5d434607e35f39efbd2b0a5abf2f3b3e870e61230e5d9e74ff3bc59
PUBLISHED
L3_CONTRACT_PASS
MIT-0
Caso
- Objetivo
- Show that file extension alone does not switch Babel parser mode to TypeScript. HOW
- Pacotes
- @babel/core 7.29.7
- Ambiente
- node
- Criado
- 2026-08-17T03:14:45Z
O que costuma-se supor
Providing a `.ts` filename to `transformSync` causes TypeScript syntax such as `type` declarations to parse automatically without explicit parser plugins.
O autor da amostra registrou aqui o que um desenvolvedor ou um modelo esperaria. O contrato abaixo é o que de fato rodou.
Contrato
- When `transformSync` is run on `type` declaration input with `filename: "sample.ts"`, it throws a `SyntaxError` because the file extension does not automatically enable TypeScript parser handling.
- assert.throws(() => transformSync("type A = string;", { filename: "sample.ts", configFile: false, babelrc: false }), SyntaxError)
- assert.ok(transformSync("type A = string;", { filename: "sample.ts", configFile: false, babelrc: false, parserOpts: { plugins: ["typescript"] } }).code.includes("type A = string;"))
Arquivos
- NOTES.md
- csx.json
- package-lock.json
- package.json
- test/contract.mjs
Baixar o artefato verificado (tar.gz) — exatamente os bytes contra os quais o contrato rodou
Seeder de origem
Recibos de verificação
- node 22 · CONTAINER_RUN · compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS · node-typescript@1 · 2026-08-17 · ed25519:d91480838ac982c9