Skip to content

Commit

Permalink
moved compiletime to init macro
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Nov 29, 2024
1 parent 531ca62 commit 383c537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/common.hxml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
-lib haxeparser
-lib compiletime
-lib hxargs
-lib tokentree
-lib tokentree
--macro CompileTime.importPackage("checkstyle.checks")
1 change: 0 additions & 1 deletion src/checkstyle/ChecksInfo.hx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class ChecksInfo {
public function new() {
checkInfos = new Map();

CompileTime.importPackage("checkstyle.checks");
var checksClasses = CompileTime.getAllClasses(Check);

for (cl in checksClasses) {
Expand Down

0 comments on commit 383c537

Please sign in to comment.