Commit Graph
8 Commits
Author SHA1 Message Date
Laytan Laats 6d6856b2a4 style: go mod tidy 2023-03-25 15:15:40 +01:00
Laytan Laats 8b15eadd15 style: go fmt 2023-03-25 15:15:30 +01:00
Laytan Laats c4170d3955 refactor: move from deprecated io/ioutil package 2023-03-25 15:14:30 +01:00
Laytan Laats 226f7fb5f1 refactor: remove unused function lastNode 2023-03-25 15:12:21 +01:00
Laytan Laats 74a8771740 refactor: move php7 scanner into php7 package 2023-03-25 15:02:34 +01:00
Laytan Laats a97686125d refactor!: drop php5 support 2023-03-25 15:00:17 +01:00
Laytan Laats ffc94c1a63 refactor: move test.php into testdata folder 2023-03-25 14:32:14 +01:00
Laytan Laats 86c10ca380 perf: reduce memory usage by reducing amt of position's created
The positions created were taking GB's of memory and were not being
GC'ed.
2022-09-09 00:40:11 +02:00