Skip to content

substituir pipeline babel por tsx + esbuild (#91)#421

Merged
edvaldoszy merged 11 commits into
developmentfrom
91-substituir-pipeline-babel-por-tsx-esbuild
Jul 15, 2026
Merged

substituir pipeline babel por tsx + esbuild (#91)#421
edvaldoszy merged 11 commits into
developmentfrom
91-substituir-pipeline-babel-por-tsx-esbuild

Conversation

@JosueModesto

Copy link
Copy Markdown
Contributor

O que foi feito

Substituição completa da pipeline Babel por tsx + esbuild, conforme issue #91.

Removido

  • @babel/cli, @babel/core, @babel/node, @babel/plugin-proposal-class-properties, @babel/preset-env, @babel/preset-react, @babel/preset-typescript
  • babel-plugin-module-resolver, jiti, nodemon
  • Arquivo .babelrc

Adicionado / Atualizado

  • esbuild adicionado em devDependencies
  • tsx movido de dependencies para devDependencies
  • Criado build.mjs: executa limpeza da pasta dist via rmSync e gera bundle com esbuild (elimina necessidade de rimraf e script clean)
  • Script start atualizado para tsx --watch --env-file=.env src/index.js
  • Script build:app atualizado para node build.mjs
  • eslint.config.mts renomeado para eslint.config.mjs (remove dependência de jiti no ESLint 9)

Validação

  • yarn build
  • yarn lint
  • yarn test 27/27

Comment thread src/controllers/tombos-controller.js Outdated
Comment thread src/controllers/tombos-controller.js Outdated
Comment thread src/controllers/tombos-controller.js Outdated
Comment thread src/database/migration-file-system.ts
Comment thread src/routes/tombos.js
Comment thread tsconfig.json
Comment thread package.json Outdated
Comment thread package.json Outdated
Comment thread package.json Outdated
Comment thread build.mjs Outdated
…versões exata para o tsx e esbuild, funções de proximo numero usando async/await
Comment thread src/controllers/tombos-controller.js
Comment thread build.mjs
Comment thread eslint.config.mjs
@edvaldoszy
edvaldoszy merged commit df471b9 into development Jul 15, 2026
4 checks passed
@edvaldoszy
edvaldoszy deleted the 91-substituir-pipeline-babel-por-tsx-esbuild branch July 15, 2026 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants