File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Language Features:
28
28
29
29
30
30
Compiler Features:
31
- * LSP : Add rudimentary support for semantic highlighting.
31
+ * Language Server : Add rudimentary support for semantic highlighting.
32
32
* Type Checker: Warn about assignments involving multiple pushes to storage `` bytes `` that may invalidate references.
33
33
* Yul Optimizer: Improve inlining heuristics for via IR code generation and pure Yul compilation.
34
34
* Language Server: Always add `` {project_root}/node_modules `` to include search paths.
@@ -81,7 +81,7 @@ Compiler Features:
81
81
* Commandline Interface: Allow the use of `` --via-ir `` in place of `` --experimental-via-ir `` .
82
82
* Compilation via Yul IR is no longer marked as experimental.
83
83
* JSON-AST: Added selector field for errors and events.
84
- * LSP : Implements goto-definition.
84
+ * Language Server : Implements goto-definition.
85
85
* Peephole Optimizer: Optimize comparisons in front of conditional jumps and conditional jumps across a single unconditional jump.
86
86
* Yul EVM Code Transform: Avoid unnecessary `` pop `` s on terminating control flow.
87
87
* Yul Optimizer: Remove `` sstore `` and `` mstore `` operations that are never read from.
You can’t perform that action at this time.
0 commit comments