mirror of
https://github.com/vlang/v.git
synced 2025-09-18 03:46:36 -04:00
tools: move vpm.v into its own cmd/tools/vpm/ module (#19659)
This commit is contained in:
parent
0f81e3bfd7
commit
c09b66b00b
@ -11,7 +11,7 @@ import v.util
|
|||||||
// should be compiled (v folder).
|
// should be compiled (v folder).
|
||||||
// To implement that, these folders are initially skipped, then added
|
// To implement that, these folders are initially skipped, then added
|
||||||
// as a whole *after the testing.prepare_test_session call*.
|
// as a whole *after the testing.prepare_test_session call*.
|
||||||
const tools_in_subfolders = ['vdoc', 'vvet', 'vast', 'vwhere', 'vcreate']
|
const tools_in_subfolders = ['vast', 'vcreate', 'vdoc', 'vpm', 'vvet', 'vwhere']
|
||||||
|
|
||||||
// non_packaged_tools are tools that should not be packaged with
|
// non_packaged_tools are tools that should not be packaged with
|
||||||
// prebuild versions of V, to keep the size smaller.
|
// prebuild versions of V, to keep the size smaller.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user