Age | Commit message (Collapse) | Author |
|
`variableTypes.suppressWhenTypeMatchesName` (#16469)
Closes #16468
|
|
This caused v1.27.0 publishing to fail.
|
|
|
|
|
|
Ref: denoland/vscode_deno#718
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
Closes: #11853
|
|
Fixes #15367
|
|
Make offering "virtual documents" via the lsp easier to parse. `deno:`
can be ambiguous to parse by editors (can conflict with linux paths)
Neovim recently landed a PR https://github.com/neovim/neovim/pull/19797
that allows it to parse `scheme:/` this PR should make deno lsp work
correctly in neovim
|
|
|
|
|
|
|
|
|
|
|
|
Previously `jsxImportSource` was resolved relative to the config file
during graph building, and relative to the emitted module during
runtime.
This is now fixed so that the JSX import source is resolved relative to
the module both during graph building and at runtime.
|
|
|
|
memory (#15502)
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
(#15459)
|
|
|
|
Ref: denoland/deno_graph#166
|
|
|
|
Fixes: #15252
|
|
Fixes #15359
|
|
Fixes: #15287
|
|
|
|
|
|
|
|
|
|
empty (#15177)
|
|
Fixes: #15111
|
|
|
|
This reverts commit fd5a12d7e25dc53238e2bbcffe970e646c1035f3.
|
|
|
|
|
|
|
|
|
|
This commit adds the 'beforeunload' event.
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
(#14946)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|