Skip to content

Commit

Permalink
fix: parser: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Apr 19, 2023
1 parent fe45fd3 commit dc9866d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/parser/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const createParse = (parser) => (source) => {
ecmaVersion: 'latest',
sourceType: 'module',
locations: true,
comment: true,
};

const result = parser.parse(source, options);
Expand Down

0 comments on commit dc9866d

Please sign in to comment.