1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

checker, gen: add support for a [minify] struct attribute (#14247)

This commit is contained in:
spaceface
2022-05-02 00:59:17 +02:00
committed by GitHub
parent aed2d0caf2
commit 332e821518
23 changed files with 249 additions and 49 deletions

View File

@@ -8,6 +8,7 @@ pub type FNLinkLiveSymbols = fn (linkcb voidptr)
pub type FNLiveReloadCB = fn (info &LiveReloadInfo)
[minify]
pub struct LiveReloadInfo {
pub:
vexe string // full path to the v compiler