cordova-android/spec/unit/builders
Raphael von der Grün b245337501
refactor(ProjectBuilder): clean up output file collection code (#1099)
* refactor(ProjectBuilder): less repetitive fileSorter

This reverts the fileSorter to the state from before #937, but using our
own simple re-implementation of `compare-func`.

* fix(ProjectBuilder): apply sort RegExp to basename only

* refactor(ProjectBuilder): use fast-glob instead of hand-rolled equivalent

* refactor(ProjectBuilder): factor out common isPathArchSpecific

* refactor(ProjectBuilder): use includes instead of indexOf

* refactor(ProjectBuilder): move sorting into findOutputFilesHelper

* refactor(ProjectBuilder): simplify findOutputFiles signature
2020-11-21 10:44:56 +01:00
..
builders.spec.js Fixes build & run related bugs from builder refactor PR #461 (#490) 2018-09-06 11:06:18 +09:00
ProjectBuilder.spec.js refactor(ProjectBuilder): clean up output file collection code (#1099) 2020-11-21 10:44:56 +01:00