pywire 0.2.4__tar.gz → 0.2.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pywire-0.2.4 → pywire-0.2.6}/PKG-INFO +1 -1
- {pywire-0.2.4 → pywire-0.2.6}/pyproject.toml +1 -1
- {pywire-0.2.4 → pywire-0.2.6}/pywire/CHANGELOG.md +19 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/package.json +1 -1
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/app.py +2 -2
- pywire-0.2.6/tree-sitter-pywire/CHANGELOG.md +48 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/Cargo.lock +2 -2
- pywire-0.2.6/tree-sitter-pywire/bindings/rust/build.rs +29 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/package-lock.json +2 -2
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/package.json +1 -1
- pywire-0.2.4/tree-sitter-pywire/bindings/rust/build.rs +0 -10
- {pywire-0.2.4 → pywire-0.2.6}/LICENSE +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/README.md +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/.cargo/config.toml +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/Cargo.lock +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/Cargo.toml +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/LICENSE +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/MANIFEST.in +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/README.md +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/noxfile.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/rust/lib.rs +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/scripts/README.md +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/scripts/build +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/scripts/check +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/scripts/check_packaging_assets.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/scripts/coverage +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/scripts/docs +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/scripts/install +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/scripts/lint +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/scripts/sync-version +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/scripts/test +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/setup.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/conftest.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/conftest.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/app.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/components/Counter.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/components/child.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/pages/about.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/pages/advanced.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/pages/binding_reactivity.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/pages/error.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/pages/form_double.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/pages/form_scenarios.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/pages/hot_reload.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/pages/index.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/pages/input_binding.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/pages/persistent.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/pages/refs_expose.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/pages/special_chars.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/pages/structural.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/server.log +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/server_debug.log +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/server_final.log +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/server_form_debug.log +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/server_input_debug.log +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/test_advanced_reactivity.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/test_basic.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/test_binding_reactivity.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/test_error_handling.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/test_form.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/test_form_double_render.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/test_form_scenarios.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/test_form_submission.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/test_navigation.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/test_network.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/test_refs_and_expose.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/test_regression.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/test_spa_navigation.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/test_special_characters.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/test_structural_directives.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/repro_event.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/repro_form_bug.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/repro_v0111_bugs.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_app_advanced.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_app_exhaustive.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_app_mode.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_app_runtime.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_async_features.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_attribute_shorthand.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_bug_repro.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_codegen_generator.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_codegen_template.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_codegen_template_exhaustive.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_compile_error.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_compiler_sourcemap.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_components_file_input.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_components_form.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_components_form_comprehensive.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_comprehensive_python_syntax.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_config.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_control_flow.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_control_flow_v017.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_custom_errors.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_debug_middleware.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_debug_mock.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_error_handling_debug.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_events_hierarchy.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_file_routing.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_fixes.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_form_schema_fields.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_form_validation.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_generator_advanced.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_head_codegen.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_hooks_removal.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_http_transport.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_importer.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_inline_compilation.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_interactivity_codegen_complex.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_interactivity_compiler.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_jinja_interpolation.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_layout_duplication.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_layout_regression.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_layouts.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_lifecycle_hooks.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_logging_stream.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_method_binding.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_middleware_error.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_minor_features_v0111.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_mode_gating.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_naming_conventions.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_no_update.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_parser_compiler.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_partial_updates.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_pjax_error.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_reactive_attributes.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_ref_commands.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_ref_expose.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_ref_system.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_ref_system_typed.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_reload_permanent_attributes.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_relocation_error.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_rendering.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_router_exhaustive.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_router_expansion.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_router_runtime.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_runtime_helpers.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_script_injection.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_server_validation.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_shorthand_spread.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_signal_compilation.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_signals.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_slots_codegen.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_slots_runtime.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_static_assets.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_strict_routing.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_style_collector.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_syntax_enforcement.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_templating_features.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_transport_advanced.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_transport_exhaustive.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_validation_exhaustive.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_websocket_advanced.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_websocket_exhaustive.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_websocket_handler.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_wire_builtins.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/tests/test_wire_primitive.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/pywire/uv.lock +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/__init__.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/cli/__init__.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/cli/generators.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/cli/main.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/cli/tui.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/cli/validate.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/build.mjs +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/eslint.config.js +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/pnpm-lock.yaml +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/core/app.test.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/core/app.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/core/dom-updater.test.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/core/dom-updater.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/core/index.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/core/logger.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/core/ref-manager.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/core/transport-manager.test.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/core/transport-manager.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/core/transports/base.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/core/transports/http.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/core/transports/index.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/core/transports/websocket.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/core/transports/webtransport.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/dev/dev-app.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/dev/error-trace.test.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/dev/error-trace.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/dev/index.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/dev/status-overlay.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/events/handler.test.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/events/handler.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/pywire.core.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/src/pywire.dev.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/tsconfig.json +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/client/vitest.config.ts +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/__init__.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/ast_nodes.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/attributes/__init__.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/attributes/base.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/attributes/conditional.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/attributes/events.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/attributes/loop.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/attributes/reactive.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/build.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/build_artifacts.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/codegen/__init__.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/codegen/attributes/__init__.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/codegen/attributes/base.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/codegen/attributes/events.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/codegen/directives/__init__.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/codegen/directives/base.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/codegen/directives/path.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/codegen/generator.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/codegen/template.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/directives/__init__.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/directives/base.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/directives/context.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/directives/layout.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/directives/no_spa.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/directives/path.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/exceptions.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/interpolation/__init__.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/interpolation/base.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/interpolation/jinja.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/parser.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/paths.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/compiler/preprocessor.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/components/__init__.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/components/file_input.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/components/form.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/core/__init__.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/core/component.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/core/event_handler.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/core/expose.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/core/props.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/core/refs.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/core/signals.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/core/wire.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/py.typed +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/__init__.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/aioquic_server.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/compile_error_page.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/debug.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/dev_server.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/dev_server.py.broken +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/error_page.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/error_renderer.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/escape.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/events.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/files.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/form_errors.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/helpers.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/http_transport.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/importer.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/loader.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/logging.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/page.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/pydantic_integration.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/router.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/server.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/style_collector.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/upload_manager.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/validation.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/websocket.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/runtime/webtransport_handler.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/shell.py +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/templates/error/404.html +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/templates/error/500.html +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/templates/error/base.html +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/src/pywire/templates/error/compile_error.html +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/Cargo.toml +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/LICENSE +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/README.md +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/ast.txt +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/bindings/rust/lib.rs +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/doc.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/grammar.js +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/parse_output.txt +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/pnpm-lock.yaml +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/pywire.dylib +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/queries/highlights.scm +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/queries/injections.scm +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/src/grammar.json +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/src/node-types.json +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/src/parser.c +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/src/tree_sitter/alloc.h +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/src/tree_sitter/array.h +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/src/tree_sitter/parser.h +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/test/corpus/attributes.txt +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/test/corpus/basic.txt +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/test/corpus/separator.txt +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/test.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/test_block.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/test_component.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/test_crash.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/test_directive.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/test_err.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/test_foo.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/test_input.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/test_mixed.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/test_new_format.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/test_parse.wire +0 -0
- {pywire-0.2.4 → pywire-0.2.6}/tree-sitter-pywire/test_tag.wire +0 -0
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.2.6](https://github.com/pywire/pywire/compare/pywire-v0.2.5...pywire-v0.2.6) (2026-04-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **pywire:** resolve explicit pages_dir relative to project root ([ae753f1](https://github.com/pywire/pywire/commit/ae753f1a7605a4e1bea521738e18bd87c24ac2cb))
|
|
9
|
+
|
|
10
|
+
## [0.2.5](https://github.com/pywire/pywire/compare/pywire-v0.2.4...pywire-v0.2.5) (2026-04-07)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **prettier-plugin-pywire:** bump for consistency ([33fc161](https://github.com/pywire/pywire/commit/33fc1613c5a70dfc4e8b00d1da3d99f2dc849925))
|
|
16
|
+
* **pywire-language-server:** bump for release ([88aa449](https://github.com/pywire/pywire/commit/88aa449a1a55ece6145f1f21bc7b1ca807e394ca))
|
|
17
|
+
* **pywire-language-server:** fix PyPI publish by using explicit build output dir ([8dec973](https://github.com/pywire/pywire/commit/8dec97382276ce0f139cc5abd89b0bd54806bc7d))
|
|
18
|
+
* **pywire-language-server:** trigger release PR update ([77491d0](https://github.com/pywire/pywire/commit/77491d02b5f51957b83b1ae3a320cbab53fb56a8))
|
|
19
|
+
* **tree-sitter-pywire:** bump for consistency ([42b40bd](https://github.com/pywire/pywire/commit/42b40bd3ec2711445865c772573b52774857bbc0))
|
|
20
|
+
* **vscode-pywire:** fix CI publish with --no-dependencies flag ([1ef1d72](https://github.com/pywire/pywire/commit/1ef1d72018f4c02bf29a923dd33e4f96bdf813ac))
|
|
21
|
+
|
|
3
22
|
## [0.2.4](https://github.com/pywire/pywire/compare/pywire-v0.2.3...pywire-v0.2.4) (2026-04-07)
|
|
4
23
|
|
|
5
24
|
|
|
@@ -154,8 +154,8 @@ class PyWire:
|
|
|
154
154
|
else:
|
|
155
155
|
path = Path(pages_dir)
|
|
156
156
|
if not path.is_absolute():
|
|
157
|
-
# Explicit paths are relative to the
|
|
158
|
-
self.pages_dir = (
|
|
157
|
+
# Explicit paths are relative to the project root
|
|
158
|
+
self.pages_dir = (project_root / path).resolve()
|
|
159
159
|
else:
|
|
160
160
|
self.pages_dir = path.resolve()
|
|
161
161
|
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [0.2.3](https://github.com/pywire/pywire/compare/tree-sitter-pywire-v0.2.2...tree-sitter-pywire-v0.2.3) (2026-04-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **tree-sitter-pywire:** fix build warning on macOS ([e3f75e7](https://github.com/pywire/pywire/commit/e3f75e7a63d738cb266d35b791aa3586d9ffb2b7))
|
|
9
|
+
|
|
10
|
+
## [0.2.2](https://github.com/pywire/pywire/compare/tree-sitter-pywire-v0.2.1...tree-sitter-pywire-v0.2.2) (2026-04-07)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **pywire-language-server:** bump for release ([88aa449](https://github.com/pywire/pywire/commit/88aa449a1a55ece6145f1f21bc7b1ca807e394ca))
|
|
16
|
+
|
|
17
|
+
## [0.2.1](https://github.com/pywire/pywire/compare/tree-sitter-pywire-v0.2.0...tree-sitter-pywire-v0.2.1) (2026-04-07)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **prettier-plugin-pywire:** bump for consistency ([33fc161](https://github.com/pywire/pywire/commit/33fc1613c5a70dfc4e8b00d1da3d99f2dc849925))
|
|
23
|
+
* **pywire-language-server:** fix PyPI publish by using explicit build output dir ([8dec973](https://github.com/pywire/pywire/commit/8dec97382276ce0f139cc5abd89b0bd54806bc7d))
|
|
24
|
+
* **pywire-language-server:** trigger release PR update ([77491d0](https://github.com/pywire/pywire/commit/77491d02b5f51957b83b1ae3a320cbab53fb56a8))
|
|
25
|
+
* **tree-sitter-pywire:** bump for consistency ([42b40bd](https://github.com/pywire/pywire/commit/42b40bd3ec2711445865c772573b52774857bbc0))
|
|
26
|
+
* **vscode-pywire:** fix CI publish with --no-dependencies flag ([1ef1d72](https://github.com/pywire/pywire/commit/1ef1d72018f4c02bf29a923dd33e4f96bdf813ac))
|
|
27
|
+
|
|
28
|
+
## [0.2.0](https://github.com/pywire/pywire/compare/tree-sitter-pywire-v0.1.3...tree-sitter-pywire-v0.2.0) (2026-04-07)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* CI, tests, and corpus, PNPM over NPM ([b774119](https://github.com/pywire/pywire/commit/b774119e4612990c1512ca3a8b57b6259d4cc02c))
|
|
34
|
+
* flipped pywire grammar; directives (optional), python (optional), then html ([d8221b2](https://github.com/pywire/pywire/commit/d8221b26a13b8b0d7a1b2ed582b5e94557028232))
|
|
35
|
+
* improve granularity of scopes to allow for better intellisense in LSP ([83935f8](https://github.com/pywire/pywire/commit/83935f8f0dd39399917ea7e9fe39d59c4134d1d9))
|
|
36
|
+
* improve tree-sitter grammar and parser to align with LSP improvements ([c64cace](https://github.com/pywire/pywire/commit/c64cace56819095e1801c45d9fefb50471e7a523))
|
|
37
|
+
* update grammar for pywire v0.1.8 ([49dcb8c](https://github.com/pywire/pywire/commit/49dcb8ccaaeabec0b24351010bd1586256e51726))
|
|
38
|
+
* update grammer for highlighting ([5a276a9](https://github.com/pywire/pywire/commit/5a276a929e9befdf3da5dbb128bd9338ffb84589))
|
|
39
|
+
* update tree-sitter to act as ground-truth for language; used as grammar for parser in pywrie ([073686a](https://github.com/pywire/pywire/commit/073686aacf5e7408b236e8ce17342b639803b92f))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
* resolve all test failures, xfails, and warnings in pywire core ([371286b](https://github.com/pywire/pywire/commit/371286b8627b375a8e7cce13e4e0a4dc71c14f8e))
|
|
45
|
+
* set C11 standard in tree-sitter-pywire build for cross-compilation ([5868dc5](https://github.com/pywire/pywire/commit/5868dc556fb3a7081a6507ba89bc2a0bc98bcb6a))
|
|
46
|
+
* sync tree-sitter-pywire Cargo.toml version and track it in release-please ([061e018](https://github.com/pywire/pywire/commit/061e018b1ac8a42b39e66ad9094cefc471bff180))
|
|
47
|
+
* sync version ([d9abc89](https://github.com/pywire/pywire/commit/d9abc89c539c2b2dce2b139e2891c175243f0f27))
|
|
48
|
+
* tests to align with new grammar ([a90c505](https://github.com/pywire/pywire/commit/a90c505e7b86cbb65eb8bab87b289a737c02799c))
|
|
@@ -13,9 +13,9 @@ dependencies = [
|
|
|
13
13
|
|
|
14
14
|
[[package]]
|
|
15
15
|
name = "cc"
|
|
16
|
-
version = "1.2.
|
|
16
|
+
version = "1.2.59"
|
|
17
17
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
-
checksum = "
|
|
18
|
+
checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283"
|
|
19
19
|
dependencies = [
|
|
20
20
|
"find-msvc-tools",
|
|
21
21
|
"shlex",
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
fn main() {
|
|
2
|
+
let src_dir = std::path::Path::new("src");
|
|
3
|
+
|
|
4
|
+
let mut config = cc::Build::new();
|
|
5
|
+
config.include(src_dir);
|
|
6
|
+
|
|
7
|
+
// macOS BSD ar exits 0 when passed the 'D' (deterministic) flag but prints a
|
|
8
|
+
// warning. cc crate sees exit 0 and keeps using cqD. Work around this by writing
|
|
9
|
+
// a thin wrapper to OUT_DIR that strips 'D' from the operation argument.
|
|
10
|
+
#[cfg(target_os = "macos")]
|
|
11
|
+
{
|
|
12
|
+
use std::os::unix::fs::PermissionsExt;
|
|
13
|
+
let out_dir = std::env::var("OUT_DIR").unwrap();
|
|
14
|
+
let wrapper = format!("{}/ar-wrapper", out_dir);
|
|
15
|
+
std::fs::write(
|
|
16
|
+
&wrapper,
|
|
17
|
+
"#!/bin/sh\nop=$(echo \"$1\" | tr -d 'D')\nshift\nexec /usr/bin/ar \"$op\" \"$@\"\n",
|
|
18
|
+
)
|
|
19
|
+
.unwrap();
|
|
20
|
+
std::fs::set_permissions(&wrapper, std::fs::Permissions::from_mode(0o755)).unwrap();
|
|
21
|
+
config.archiver(wrapper.as_str());
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
config
|
|
25
|
+
.warnings(false)
|
|
26
|
+
.std("c11")
|
|
27
|
+
.file(src_dir.join("parser.c"))
|
|
28
|
+
.compile("tree-sitter-pywire");
|
|
29
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tree-sitter-pywire",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "tree-sitter-pywire",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.2.3",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"nan": "^2.24.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pywire-0.2.4 → pywire-0.2.6}/pywire/tests/e2e/fixtures/basic_app/pages/binding_reactivity.wire
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|