Skip to content

Commit

Permalink
Update utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Sep 30, 2020
1 parent a6895fd commit a28559b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language-js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ function returnArgumentHasLeadingComment(options, argument) {
//
// Angular does not support unquoted numbers in expressions.
//
// So we play it safe and only unquote numbers for the "babel" parser.
// So we play it safe and only unquote numbers for the Javascript parsers.
// (Vue supports unquoted numbers in expressions, but let’s keep it simple.)
//
// Identifiers can be unquoted in more circumstances, though.
Expand Down

0 comments on commit a28559b

Please sign in to comment.