Reorganize RSpade directory structure for clarity
Improve Jqhtml_Integration.js documentation with hydration system explanation Add jqhtml-laravel integration packages for traditional Laravel projects 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2186,7 +2186,7 @@ implode("\n", array_map(fn ($f) => ' - ' . str_replace(base_path() . '/', '',
|
||||
|
||||
// Transform the file (will use cache if available)
|
||||
try {
|
||||
$transformed_code = \App\RSpade\Core\JavaScript\Js_Transformer::transform($file);
|
||||
$transformed_code = \App\RSpade\Core\JsParsers\Js_Transformer::transform($file);
|
||||
|
||||
// Write transformed code to a temp file
|
||||
$temp_file = storage_path('rsx-tmp/babel_' . md5($file) . '.js');
|
||||
|
||||
@@ -26,8 +26,8 @@ class Core_Bundle extends Rsx_Bundle_Abstract
|
||||
'app/RSpade/Core/Data',
|
||||
'app/RSpade/Core/Database',
|
||||
'app/RSpade/Core/SPA',
|
||||
'app/RSpade/Core/Debug', // Debug components (JS_Tree_Debug_*)
|
||||
'app/RSpade/Lib',
|
||||
'app/RSpade/Components',
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user