Milly

Results 38 issues of Milly

Sorry there are many changes. I would appreciate it if you could merge it. * Support multiline typings. * FIx one-liner. Select by `v` mode. * Skip comments that the...

## Description Do not save formatted cache if without `--write` option and the file is modifies by prettier. Before fixed, always save formatted cache if with `--cache` option. Therefore, unformatted...

It first determines if the module's filetype is a C-extension, which will return the correct metadata. Fixes #4346 (Fixes part of #4406) *pydantic* has a file structure like `pydantic/__init__.pyd`. Before...

state:needs more work
area:modulegraph
DO NOT MERGE

Improvement to parse *Arrow Function*. * Add `typescriptDestructurings` that parses *Object* or *Array* destructuring. * Referenced by `typescriptVariableDeclarations` and `typescriptParameterList`. * Fix `typescriptArrowFuncDef` so that it can correctly parse *Object*...

`Web.JSON` is too old. Update to vim 8. ...But since `json_encode()` already exists, is this module unnecessary? This PR includes these new featues. * 'allow_nan' setting. * 'ensure_ascii' setting. *...

## What is the problem Wrong typing of ARGV in typescript definition. Both `appArgv` and `electronArgv` should be arrays, not tuples. ## How to reproduce ```typescript // reload.ts import electronReload...

Vim-polyglot changes `runtimepath`, but... * In Windows, `resolve()` does not do full normalization. Therefore, the path of vim-polyglot is not filtered, and registered more than once. ex.) `runtimepath` => ```...

**Does this bug happen when you install plugin without vim-polyglot?** No **Describe the bug:** `ada` filetype cannot loading. **To Reproduce:** Use vim-polyglot 4d4aa5f vimrc ```vim set nocompatible set rtp^=/path/to/vim-polyglot ```...

Do not use `throw v:exception`. It cannot re-throw Vim native error. So `:cq!` wasn't reached and the tests were stuck. This PR fixes #753