Closed yuntan closed 7 years ago
Could you describe why it is confusing? It is explicit by its file extension.
I tried this branch on macOS 10.12.
It seems that font size is wrong while inputing with IME (before input is determined, font size is bigger).
Can you fix this? Or should I try to fix this in my side?
There are two reasons. First, when I open a file from Vim's cmd-line, I'm frustrated to choose correct file, because there are three suggestions.
Second, I think that separating sources and artifacts is the general view of software compilation process.
If you don't get frustrated to open .ts file and don't agree with the second reason, feel free to ignore this pr and close.
ok, I understood that it's frustrating rather than confusing. I don't have a strong opinion for this so I'd select your choice.
Travis CI fails. Tests seem broken.
Error: Cannot find module '../../src/neovim/store'
I think the failure caused because the import paths from test code to library code are wrong. Could you fix them?
Thank you. It's sorry that my choice of word was wrong.
I simply rewrote require('../../src/neovim/...')
to require('../../build/src/neovim/...')
.
np. Thank you for this.
Change destination dir of .js and .js.map built by tsc to /build, because it is confusing that .js is created in /src.