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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user