From 42d002a7090327fc8d805ad9426764e77dfbfe24 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jun 2026 02:54:14 +0900 Subject: chore(compiler): drop compiler.rs The Compiler.php is PHP-tooling only (bin/compile) with no Rust equivalent, so it is not ported. Remove the compiler module along with the symbols used solely by it. Co-Authored-By: Claude Opus 4.8 --- crates/shirabe/src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/shirabe/src/lib.rs') diff --git a/crates/shirabe/src/lib.rs b/crates/shirabe/src/lib.rs index 9fb9f5f..1e17b72 100644 --- a/crates/shirabe/src/lib.rs +++ b/crates/shirabe/src/lib.rs @@ -2,7 +2,6 @@ pub mod advisory; pub mod autoload; pub mod cache; pub mod command; -pub mod compiler; pub mod composer; pub mod config; pub mod console; -- cgit v1.3.1