зеркало из https://github.com/mozilla/gecko-dev.git
36ec5c6448
This fix pretty-printing of async functions in console. A test case is added to make sure we don't regress. We used to copy the library tests and run them in xpcshell. The tests changed a lot, and I don't think we get much value running tests that are already ran on the project CI (we do have a few tests that checks that we get the output we want) , so this patch remove the xpcshell test and the associated files. The upgrade documentation is updated to remove some unecessary steps: - no need to rename the exported module for each file - no need to replace the acorn module, since what's in the file is just a subset of the library (~100 lines) - no need to update the test file, which doesn't seem to exist anymore Differential Revision: https://phabricator.services.mozilla.com/D99320 |
||
---|---|---|
.. | ||
client | ||
docs | ||
platform | ||
server | ||
shared | ||
startup | ||
.eslintrc.js | ||
.eslintrc.mochitests.js | ||
.eslintrc.xpcshell.js | ||
CODE_OF_CONDUCT.md | ||
moz.build | ||
templates.mozbuild | ||
tsconfig.json |