Skip to content

Commit

Permalink
format bson results
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlna committed May 25, 2020
1 parent e091f04 commit 9d3eb45
Show file tree
Hide file tree
Showing 7 changed files with 2,201 additions and 618 deletions.
Expand Up @@ -71,7 +71,7 @@ export function saveAndRestoreLexicalContext(
newLexicalContext
);

const { code } = generate(ast);
const { code } = generate((ast as any));

let newCode = '';

Expand Down

0 comments on commit 9d3eb45

Please sign in to comment.