Moves API options setup to `options` folder-space.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 20 Jan 2017 09:42:05 +0000 (10:42 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Fri, 20 Jan 2017 10:04:13 +0000 (11:04 +0100)
commiteb7474f5d4b4bf32eb9aadec07ae14c1d5dca164
treeeb284ba6f1f8f66481f555c7eb3e2fbaf14d2ed6
parent79ade886e446f483c9b341eaa24d7c53cda672d9
Moves API options setup to `options` folder-space.

Why:

* So it lives alongside optimization level and formatting setup.
26 files changed:
README.md
lib/clean.js
lib/optimizer/level-1/optimize.js
lib/options/compatibility.js [moved from lib/utils/compatibility.js with 98% similarity]
lib/options/inline-request.js [new file with mode: 0644]
lib/options/inline-timeout.js [new file with mode: 0644]
lib/options/inline.js [new file with mode: 0644]
lib/options/optimization-level.js
lib/options/rebase-to.js [new file with mode: 0644]
lib/options/rebase.js [new file with mode: 0644]
lib/options/rounding-precision.js [moved from lib/utils/rounding-precision.js with 97% similarity]
test/optimizer/level-2/break-up-test.js
test/optimizer/level-2/properties/find-component-in-test.js
test/optimizer/level-2/properties/is-component-of-test.js
test/optimizer/level-2/properties/longhand-overriding-test.js
test/optimizer/level-2/properties/merge-into-shorthands-test.js
test/optimizer/level-2/properties/optimize-test.js
test/optimizer/level-2/properties/override-properties-test.js
test/optimizer/level-2/properties/overrides-non-component-shorthand-test.js
test/optimizer/level-2/properties/populate-components-test.js
test/optimizer/level-2/properties/understandable-test.js
test/optimizer/level-2/restore-test.js
test/optimizer/restore-from-optimizing-test.js
test/options/compatibility-test.js [moved from test/utils/compatibility-test.js with 93% similarity]
test/options/optimization-level-test.js
test/options/rounding-precision-test.js [moved from test/utils/rounding-precision-test.js with 98% similarity]