Closed Bug 932456 Opened 11 years ago Closed 11 years ago

Change package.json.js to package.json in escodegen

Categories

(DevTools :: Debugger, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: bbenvie, Unassigned)

References

Details

Currently, we do a small hack where we change package.json to package.json.js and add "module.exports = " to the beginning. This is because up until recently the addon-sdk loader did not support .json extension files. Bug 910594 landed in the addon-sdk git repo which adds json support to the loader. Once this is merged to mozilla-central we should update these files to not use this hack, and remove it from the corresponding UPGRADING instructions.
We didn't end up including the package.json.js in acorn because it wasn't needed. We will also be removing escodegen outright soon which will have the effect of resolving this bug.
Summary: Change package.json.js to package.json in acorn and escodegen → Change package.json.js to package.json in escodegen
escodegen was removed in bug 930141
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.