Revert "expose moduleName option - closes #158"

This reverts commit fdd1451d53.
This commit is contained in:
Sebastian McKenzie
2014-11-14 18:33:11 +11:00
parent 0eb3cda2d4
commit 32ddd638ba
4 changed files with 5 additions and 22 deletions

View File

@@ -113,13 +113,7 @@ to5.transformFile("filename.js", options, function (err, result) {
// Optionally replace all 6to5 helper declarations with a referenece to this
// variable. If set to `true` then the default namespace is used "to5Runtime".
// Default: false
runtime: true,
// Optionally declare a function that all import filenames will be piped
// through
moduleName: function (name) {
}
runtime: true
}
```