cordova-android/bin/templates/cordova/lib/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.js Do not explicitly require modules from project directory (#713) 2019-04-13 17:34:59 +02:00
ProjectBuilder.js refactor(ProjectBuilder): clean up output file collection code (#1099) 2020-11-21 10:44:56 +01:00