carlverge / jsonnet-lsp

Jsonnet Language Server and Editor Clients
Apache License 2.0
13 stars 4 forks source link

Type-checking and jump to def bug with nested locals #14

Closed azdavis closed 1 year ago

azdavis commented 1 year ago

Given this:

local a =
  local b = false;
  2;

a + 3
carlverge commented 1 year ago

Fixed in 39b61a1afd3a4e58a60484276837f91bddf5d6b8