044a4df07a
Update to the latest version of "lodash" to use the string functions included and drop the usage of "underscore.string". Existing tests run checks for `flying-car` definitions to be named `FlyingCar` so there doesn’t seem to be a need to add more checks. `isFinite` changed from the older version of lodash to no longer coerce strings into numbers, this commit adds a call of `parseInt` before checking whether the value is a finite number. `parseInt` on an undefined returns NaN which isFinite does not identify as a number. While changing this part, the code was reworked to use `Number.isFinite` and thus the executor no longer depends on lodash. This should reduce the size of the browser bundle. |
||
---|---|---|
.. | ||
bundler.js | ||
compiler.js | ||
config-loader.js | ||
executor.js |