firefly-compiler 0.4.17 → 0.4.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lsp/Handler.ff CHANGED
@@ -216,7 +216,7 @@ extend self: Handler {
216
216
  .with("range", self.tokenLocationToLspRange(tokenLocation))
217
217
  .with("severity", 1)
218
218
  .with("message", message)
219
- [diagnostic]
219
+ [diagnostic].filter {_ => path.absolute() == system.path(at.file).absolute()}
220
220
  } grab()
221
221
 
222
222
  Json.object()
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "description": "Firefly compiler",
5
5
  "author": "Firefly team",
6
6
  "license": "MIT",
7
- "version": "0.4.17",
7
+ "version": "0.4.18",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Ahnfelt/firefly-boot"
@@ -4,7 +4,7 @@
4
4
  "description": "Firefly language support",
5
5
  "author": "Firefly team",
6
6
  "license": "MIT",
7
- "version": "0.4.17",
7
+ "version": "0.4.18",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Ahnfelt/firefly-boot"