Skip to content

Commit

Permalink
chore: estree-to-babel: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser authored Dec 18, 2023
1 parent a10fa86 commit 0772a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/estree-to-babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ function setObjectProperty(node) {
}

// avoid additional traversing in @putout/engine-parser
// add "raw" field, that exists in all ESTREE AST
// but located in "extra.raw" in BABEL AST
// add "raw" field, that exists in all ESTree AST
// but located in "extra.raw" in Babel AST
// which makes writing transforms more long and error prone
function setEsprimaRaw(node) {
const {raw} = node;
Expand Down

0 comments on commit 0772a31

Please sign in to comment.