diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-12-07 21:46:39 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 21:46:39 +1100 |
commit | 301d3e4b6849d24154ac2d65c00a9b30223d000e (patch) | |
tree | ab3bc074493e6c9be8d1875233bc141bdc0da3b4 /cli/ast.rs | |
parent | c8e9b2654ec0d54c77bb3f49fa31c3986203d517 (diff) |
feat: add mvp language server (#8515)
Resolves #8400
Diffstat (limited to 'cli/ast.rs')
-rw-r--r-- | cli/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ast.rs b/cli/ast.rs index 10d7b5383..ef6468310 100644 --- a/cli/ast.rs +++ b/cli/ast.rs @@ -354,7 +354,7 @@ impl ParsedModule { } } -fn parse_with_source_map( +pub fn parse_with_source_map( specifier: &str, source: &str, media_type: &MediaType, |