versacompiler 2.3.5 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/compiler/compile.js +205 -205
- package/dist/compiler/integrity-validator.js +9 -11
- package/dist/compiler/minify.js +4 -5
- package/dist/compiler/transforms.js +1 -1
- package/dist/compiler/typescript-error-parser.js +0 -133
- package/dist/compiler/typescript-sync-validator.js +12 -7
- package/dist/compiler/typescript-worker-pool.js +96 -24
- package/dist/compiler/typescript-worker-thread.cjs +9 -6
- package/dist/compiler/vuejs.js +12 -6
- package/dist/hrm/initHRM.js +2 -2
- package/dist/main.js +4 -4
- package/dist/servicios/file-watcher.js +3 -1
- package/dist/servicios/readConfig.js +11 -1
- package/package.json +29 -29
package/README.md
CHANGED
|
@@ -394,7 +394,7 @@ versacompiler --tailwind --verbose
|
|
|
394
394
|
- **Compresión avanzada**: Algoritmos de compresión optimizados
|
|
395
395
|
- **Source maps**: Generación de source maps en desarrollo
|
|
396
396
|
|
|
397
|
-
### 🛡️ Sistema de Validación de Integridad (v2.
|
|
397
|
+
### 🛡️ Sistema de Validación de Integridad (v2.4.0+)
|
|
398
398
|
|
|
399
399
|
Protección automática contra código corrupto en compilación y minificación con sistema de 4 niveles:
|
|
400
400
|
|