Skip to content

Commit

Permalink
Merge pull request #251 from Esri/rslibed/jscodeshift-readme
Browse files Browse the repository at this point in the history
chore: remove duplicate comment
  • Loading branch information
rslibed authored Jul 27, 2023
2 parents a210647 + 443241e commit cff8650
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jscodeshift-scripts/scripts/amd_To_Esm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,4 @@ export default (fileInfo, api) => {
convertExports();

return root.toSource();
};
// jscodeshift -t [PATH_TO_SOURCE_FILES]/ [PATH_TO_SCRIPT]/amdToEsm.ts --extensions=ts,tsx --parser=tsx --no-fail-on-error
};

0 comments on commit cff8650

Please sign in to comment.