Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shared package #204

Merged
merged 10 commits into from
Jan 25, 2025
Merged

Shared package #204

merged 10 commits into from
Jan 25, 2025

Conversation

ivojawer
Copy link
Contributor

@ivojawer ivojawer commented Jan 20, 2025

Crea un nuevo paquete para tener logica compartida entre los componentes.

Por ahora solo tiene las shared definitions pero con esto se podria hacer un refactor grande para solucionar #203

En un principio queria que los imports a este paquete queden como import { ... } from '@shared/<el archivo>. Esto se lograba usando typescript paths, que funcionaba bastante bien hasta que queria correr los tests e2e, ahi rompia (los tests unitarios y la extension funcionaban 😭).
En fin, la conclusion a la que llegue es que:

  • VSCode no sabe como resolver aliases en las extensiones
  • Los tests unitarios funcionaban porque mocha si sabe
  • La extension funcionaba porque se "compila" con esbuild y eso inlinea todos los archivos entonces no hay imports
  • Y finalmente encontre un post que me da la razon y plantea una solucion con una libreria aparte para handlear los aliases pero me parecia mas engorroso que simplemente hacer el import relativo 🤷

Ademas de eso tambien meti estos cambios:

  • No se estaban corriendo los tests de highlighter en windows, cuando los corri rompia por el CRLF, asi que lo cambie desde los .gitattributes para que los .wlk se clonen con LF.
  • Arregle unos flaky tests del debugger que estaban rompiendo el CI cada tanto
  • Borre unos archivos viejos de coverage que se deben haber traspapelado con algun cambio de .gitignore

@ivojawer ivojawer marked this pull request as draft January 20, 2025 04:10
@ivojawer ivojawer marked this pull request as ready for review January 25, 2025 04:10
@ivojawer ivojawer requested a review from PalumboN January 25, 2025 04:10
Copy link
Contributor

@PalumboN PalumboN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WTF todos esos html? :P

Grosa toda la arquitectura que estás armando acá 🗼

@PalumboN PalumboN merged commit 2ff1cc9 into master Jan 25, 2025
4 checks passed
@PalumboN PalumboN deleted the shared-module branch January 25, 2025 21:53
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