substituir pipeline babel por tsx + esbuild (#91)#421
Open
JosueModesto wants to merge 8 commits into
Open
Conversation
edvaldoszy
requested changes
May 5, 2026
…versões exata para o tsx e esbuild, funções de proximo numero usando async/await
edvaldoszy
requested changes
May 17, 2026
…e arquivos, remove as alterações de tombo
… dentro do docker
edvaldoszy
requested changes
Jun 17, 2026
| @@ -1,6 +1,5 @@ | |||
| import js from '@eslint/js' | |||
Collaborator
There was a problem hiding this comment.
@JosueModesto algum motivo para renomear isso para mjs?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-typescriptbabel-plugin-module-resolver,jiti,nodemon.babelrcAdicionado / Atualizado
esbuildadicionado emdevDependenciestsxmovido dedependenciesparadevDependenciesbuild.mjs: executa limpeza da pastadistviarmSynce gera bundle com esbuild (elimina necessidade derimrafe scriptclean)startatualizado paratsx --watch --env-file=.env src/index.jsbuild:appatualizado paranode build.mjseslint.config.mtsrenomeado paraeslint.config.mjs(remove dependência dejitino ESLint 9)Validação
yarn buildyarn lintyarn test27/27