1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-07-03 06:33:30 +00:00
starship/docs/.vuepress
AlexHaxe 2766c78749
feat: add Haxe support (#4395)
* Add Haxe support

* avoid unwrap

* fix doc formatting

* removed extra newline

* fixed formatter and linter issues

* fixed config file

* better version of detecting contents of .haxerc

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>

* removed openfl related defaults from detect_files

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>

* fixed formatting

* reworked reading .haxerc with fallback to haxe --version

* fixed formatting

* added fallback to executable for dev paths in .haxerc

* fixed linter issue

* added support for Windows paths

* use or_else

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>

* use shorter version with `?`

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>

* simplified regex check

removed check for "null" string

* fixed format

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
2022-12-04 18:28:49 +01:00
..
public feat: add Haxe support (#4395) 2022-12-04 18:28:49 +01:00
styles fix(docs): remove superfluous space (#3314) 2021-12-13 06:24:26 -05:00
config.ts chore: use defineConfig to statically type our .vuepress/config 2022-07-07 13:46:37 -04:00