Skip to content

Commit

Permalink
Remove JSDoc comments
Browse files Browse the repository at this point in the history
**what is the change?:**
removing some comments

**why make this change?:**
The code is basically self explanatory and these comments could get out
of sync.

**test plan:**
Visual inspection, `yarn build` and `yarn test`

**issue:**
facebook#9398
  • Loading branch information
flarnie committed Jun 5, 2017
1 parent f766096 commit cca4e91
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/rollup/build.js
Expand Up @@ -194,15 +194,6 @@ function getFilename(name, hasteName, bundleType) {
}
}

/**
* @param configs {
* mangle,
* manglePropertiesOnProd,
* preserveVersionHeader,
* removeComments,
* headerSanityCheck,
* }
*/
function uglifyConfig(configs) {
var mangle = configs.mangle;
var manglePropertiesOnProd = configs.manglePropertiesOnProd;
Expand Down

0 comments on commit cca4e91

Please sign in to comment.