Closed also closed 5 years ago
Please use the following commit message format
Regenerate test files (#129)
- What has been done and why
- More details
I should've added this to contribution guide
@also, please squash all commits using format for message
Summary (#<Issue ID>)
- What have been done
- Additional details
- Additional details
For example
Regenerate test files (#128)
- Regenerate test js and source map file in order to fix invalid source maps
- Add `generate-data` app that contains original source files and generates some of tests data files
You beat me to it. Thanks!
This regenerates some test files in
tests/data
to fix #128.I tried to keep the generated code similar to the original, and checked in a small package in
tests/generate-data
that can be used to regenerate the data. I'm not that familiar with the browserify ecosystem, so this package might be a little weird.The source map comments that were previously attributed to
dist/bar.js
are now unmapped. This causes a warning.foo.min.js
andinline-map.js
results are now the same aside from unmapped bytes.