Skip to content

Commit

Permalink
[move-ide] Refactored parsing symbolicator into parsing analysis (#18942
Browse files Browse the repository at this point in the history
)

## Description 

What the title says - the idea was to do a similar thing we did before
for typing symbolicator

## Test plan 

All existing tests must pass
  • Loading branch information
awelc authored Aug 17, 2024
1 parent 75c5e10 commit f8f19a3
Show file tree
Hide file tree
Showing 3 changed files with 870 additions and 854 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Copyright (c) The Move Contributors
// SPDX-License-Identifier: Apache-2.0

pub mod parsing_analysis;
pub mod typing_analysis;
Loading

0 comments on commit f8f19a3

Please sign in to comment.