quarto-dev / quarto-dev/quarto-cli
Don't bundle JS anymore
Abierto
@cscheid ya está trabajando en esto.
Desde el 24/3/2023.
deno
early-in-release
enhancement
installers
- Lenguaje dominante
- JavaScript
- Estrellas
- 6k
- Forks
- 458
- Merge medio
- 1 d 9 h
- PR fusionados (30 d)
- 41
Descripción
We no longer need to bundle JS now that deno has improved their caching behavior.
In addition, deno bundle is deprecated and doesn't work with npm specifiers, and is the reason we're stuck with 1.28.2.
On top of that, deno bundle is causing us continued grief with its bugs in cyclic dependencies.
So, let's get rid of it.
I think the main complication is figuring out how to build releases, specifically in macOS, where the notarizer is very particular about directory names. We might need to do a little bit of working around that.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.