Gonzalo Chumillas
Gonzalo Chumillas
I don't think it's a good idea to mix JavaScript primitive types with V. Why would you use JS.Number? Do you have any examples?
As a workaround we can tell git to assume `.gitignore` has not changed: ```bash git update-index --assume-unchanged .gitignore ``` Then, we can add the files or directories we want to...
The problem with that approach is that we could accidentally add those local dependencies to the Git repository.
According to the documentation, all options should be placed in the beginning: ```bash $ v help V is a tool for managing V source code. Usage: v [options] [command] [arguments]...
It's confusing, but it's not really a bug. Simply execute the following command: ```bash $ v watch -help v watch 0.0.2 ----------------------------------------------- Usage: v watch [options] [--silent] [--clear] [--ignore .db]...