herb 0.10.4 → 0.11.0
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.
- checksums.yaml +4 -4
- data/Makefile +16 -6
- data/README.md +36 -119
- data/Rakefile +2 -11
- data/config/action_view_helpers/actioncable/action_cable_helper/action_cable_meta_tag.yml +12 -8
- data/config/action_view_helpers/actionpack/content_security_policy/content_security_policy?.yml +9 -6
- data/config/action_view_helpers/actionpack/content_security_policy/content_security_policy_nonce.yml +9 -6
- data/config/action_view_helpers/actionpack/polymorphic_routes/polymorphic_path.yml +20 -12
- data/config/action_view_helpers/actionpack/polymorphic_routes/polymorphic_url.yml +30 -18
- data/config/action_view_helpers/actionpack/request_forgery_protection/form_authenticity_token.yml +15 -9
- data/config/action_view_helpers/actionpack/request_forgery_protection/protect_against_forgery?.yml +9 -6
- data/config/action_view_helpers/actiontext/content_helper/render_action_text_content.yml +15 -9
- data/config/action_view_helpers/actiontext/content_helper/sanitize_action_text_content.yml +15 -9
- data/config/action_view_helpers/actiontext/tag_helper/rich_textarea_tag.yml +34 -22
- data/config/action_view_helpers/actionview/active_model_helper/error_message.yml +9 -6
- data/config/action_view_helpers/actionview/active_model_helper/error_wrapping.yml +9 -6
- data/config/action_view_helpers/actionview/active_model_helper/object.yml +9 -6
- data/config/action_view_helpers/actionview/asset_tag_helper/apply_stylesheet_media_default.yml +9 -6
- data/config/action_view_helpers/actionview/asset_tag_helper/audio_tag.yml +40 -27
- data/config/action_view_helpers/actionview/asset_tag_helper/auto_discovery_link_tag.yml +37 -23
- data/config/action_view_helpers/actionview/asset_tag_helper/auto_include_nonce.yml +9 -6
- data/config/action_view_helpers/actionview/asset_tag_helper/auto_include_nonce_for_scripts.yml +9 -6
- data/config/action_view_helpers/actionview/asset_tag_helper/auto_include_nonce_for_styles.yml +9 -6
- data/config/action_view_helpers/actionview/asset_tag_helper/favicon_link_tag.yml +32 -22
- data/config/action_view_helpers/actionview/asset_tag_helper/image_decoding.yml +9 -6
- data/config/action_view_helpers/actionview/asset_tag_helper/image_loading.yml +9 -6
- data/config/action_view_helpers/actionview/asset_tag_helper/image_tag.yml +67 -46
- data/config/action_view_helpers/actionview/asset_tag_helper/javascript_include_tag.yml +58 -39
- data/config/action_view_helpers/actionview/asset_tag_helper/picture_tag.yml +22 -14
- data/config/action_view_helpers/actionview/asset_tag_helper/preload_link_tag.yml +45 -30
- data/config/action_view_helpers/actionview/asset_tag_helper/preload_links_header.yml +9 -6
- data/config/action_view_helpers/actionview/asset_tag_helper/stylesheet_link_tag.yml +49 -30
- data/config/action_view_helpers/actionview/asset_tag_helper/video_tag.yml +53 -35
- data/config/action_view_helpers/actionview/asset_url_helper/asset_path.yml +16 -10
- data/config/action_view_helpers/actionview/asset_url_helper/asset_url.yml +16 -10
- data/config/action_view_helpers/actionview/asset_url_helper/audio_path.yml +16 -10
- data/config/action_view_helpers/actionview/asset_url_helper/audio_url.yml +16 -10
- data/config/action_view_helpers/actionview/asset_url_helper/compute_asset_extname.yml +9 -6
- data/config/action_view_helpers/actionview/asset_url_helper/compute_asset_host.yml +9 -6
- data/config/action_view_helpers/actionview/asset_url_helper/compute_asset_path.yml +9 -6
- data/config/action_view_helpers/actionview/asset_url_helper/font_path.yml +16 -10
- data/config/action_view_helpers/actionview/asset_url_helper/font_url.yml +16 -10
- data/config/action_view_helpers/actionview/asset_url_helper/image_path.yml +16 -10
- data/config/action_view_helpers/actionview/asset_url_helper/image_url.yml +16 -10
- data/config/action_view_helpers/actionview/asset_url_helper/javascript_path.yml +16 -10
- data/config/action_view_helpers/actionview/asset_url_helper/javascript_url.yml +16 -10
- data/config/action_view_helpers/actionview/asset_url_helper/public_compute_asset_path.yml +9 -6
- data/config/action_view_helpers/actionview/asset_url_helper/stylesheet_path.yml +16 -10
- data/config/action_view_helpers/actionview/asset_url_helper/stylesheet_url.yml +16 -10
- data/config/action_view_helpers/actionview/asset_url_helper/video_path.yml +16 -10
- data/config/action_view_helpers/actionview/asset_url_helper/video_url.yml +16 -10
- data/config/action_view_helpers/actionview/atom_feed_helper/atom_feed.yml +52 -27
- data/config/action_view_helpers/actionview/cache_helper/cache.yml +25 -15
- data/config/action_view_helpers/actionview/cache_helper/cache_fragment_name.yml +9 -6
- data/config/action_view_helpers/actionview/cache_helper/cache_if.yml +20 -12
- data/config/action_view_helpers/actionview/cache_helper/cache_unless.yml +20 -12
- data/config/action_view_helpers/actionview/cache_helper/caching_predicate.yml +9 -6
- data/config/action_view_helpers/actionview/cache_helper/digest_path_from_template.yml +9 -6
- data/config/action_view_helpers/actionview/cache_helper/fragment_for.yml +9 -6
- data/config/action_view_helpers/actionview/cache_helper/fragment_name_with_digest.yml +9 -6
- data/config/action_view_helpers/actionview/cache_helper/read_fragment_for.yml +9 -6
- data/config/action_view_helpers/actionview/cache_helper/uncacheable.yml +9 -6
- data/config/action_view_helpers/actionview/cache_helper/write_fragment_for.yml +9 -6
- data/config/action_view_helpers/actionview/capture_helper/capture.yml +9 -6
- data/config/action_view_helpers/actionview/capture_helper/content_for.yml +20 -12
- data/config/action_view_helpers/actionview/capture_helper/content_for_predicate.yml +15 -9
- data/config/action_view_helpers/actionview/capture_helper/provide.yml +15 -9
- data/config/action_view_helpers/actionview/capture_helper/with_output_buffer.yml +9 -6
- data/config/action_view_helpers/actionview/content_exfiltration_prevention_helper/prepend_content_exfiltration_prevention.yml +9 -6
- data/config/action_view_helpers/actionview/content_exfiltration_prevention_helper/prevent_content_exfiltration.yml +9 -6
- data/config/action_view_helpers/actionview/controller_helper/action_name.yml +9 -6
- data/config/action_view_helpers/actionview/controller_helper/assign_controller.yml +9 -6
- data/config/action_view_helpers/actionview/controller_helper/controller.yml +9 -6
- data/config/action_view_helpers/actionview/controller_helper/controller_name.yml +9 -6
- data/config/action_view_helpers/actionview/controller_helper/controller_path.yml +9 -6
- data/config/action_view_helpers/actionview/controller_helper/cookies.yml +9 -6
- data/config/action_view_helpers/actionview/controller_helper/flash.yml +9 -6
- data/config/action_view_helpers/actionview/controller_helper/headers.yml +9 -6
- data/config/action_view_helpers/actionview/controller_helper/logger.yml +9 -6
- data/config/action_view_helpers/actionview/controller_helper/params.yml +9 -6
- data/config/action_view_helpers/actionview/controller_helper/request.yml +9 -6
- data/config/action_view_helpers/actionview/controller_helper/request_forgery_protection_token.yml +9 -6
- data/config/action_view_helpers/actionview/controller_helper/response.yml +9 -6
- data/config/action_view_helpers/actionview/controller_helper/session.yml +9 -6
- data/config/action_view_helpers/actionview/csp_helper/csp_meta_tag.yml +18 -11
- data/config/action_view_helpers/actionview/csrf_helper/csrf_meta_tags.yml +16 -10
- data/config/action_view_helpers/actionview/date_helper/date_select.yml +85 -51
- data/config/action_view_helpers/actionview/date_helper/datetime_select.yml +65 -39
- data/config/action_view_helpers/actionview/date_helper/distance_of_time_in_words.yml +30 -18
- data/config/action_view_helpers/actionview/date_helper/relative_time_in_words.yml +35 -21
- data/config/action_view_helpers/actionview/date_helper/select_date.yml +50 -30
- data/config/action_view_helpers/actionview/date_helper/select_datetime.yml +65 -39
- data/config/action_view_helpers/actionview/date_helper/select_day.yml +40 -24
- data/config/action_view_helpers/actionview/date_helper/select_hour.yml +50 -30
- data/config/action_view_helpers/actionview/date_helper/select_minute.yml +40 -24
- data/config/action_view_helpers/actionview/date_helper/select_month.yml +60 -36
- data/config/action_view_helpers/actionview/date_helper/select_second.yml +35 -21
- data/config/action_view_helpers/actionview/date_helper/select_time.yml +55 -33
- data/config/action_view_helpers/actionview/date_helper/select_year.yml +45 -27
- data/config/action_view_helpers/actionview/date_helper/time_ago_in_words.yml +21 -13
- data/config/action_view_helpers/actionview/date_helper/time_select.yml +60 -36
- data/config/action_view_helpers/actionview/date_helper/time_tag.yml +32 -20
- data/config/action_view_helpers/actionview/debug_helper/debug.yml +15 -9
- data/config/action_view_helpers/actionview/form_builder/button.yml +60 -0
- data/config/action_view_helpers/actionview/form_builder/submit.yml +48 -0
- data/config/action_view_helpers/actionview/form_helper/apply_form_for_options.yml +9 -6
- data/config/action_view_helpers/actionview/form_helper/checkbox.yml +41 -25
- data/config/action_view_helpers/actionview/form_helper/color_field.yml +25 -15
- data/config/action_view_helpers/actionview/form_helper/date_field.yml +35 -21
- data/config/action_view_helpers/actionview/form_helper/datetime_field.yml +41 -25
- data/config/action_view_helpers/actionview/form_helper/email_field.yml +25 -15
- data/config/action_view_helpers/actionview/form_helper/emitted_hidden_id.yml +9 -6
- data/config/action_view_helpers/actionview/form_helper/fields.yml +37 -18
- data/config/action_view_helpers/actionview/form_helper/fields_for.yml +33 -15
- data/config/action_view_helpers/actionview/form_helper/file_field.yml +45 -27
- data/config/action_view_helpers/actionview/form_helper/form_for.yml +45 -24
- data/config/action_view_helpers/actionview/form_helper/form_with.yml +56 -30
- data/config/action_view_helpers/actionview/form_helper/form_with_generates_ids.yml +9 -6
- data/config/action_view_helpers/actionview/form_helper/form_with_generates_remote_forms.yml +9 -6
- data/config/action_view_helpers/actionview/form_helper/hidden_field.yml +25 -15
- data/config/action_view_helpers/actionview/form_helper/label.yml +52 -27
- data/config/action_view_helpers/actionview/form_helper/month_field.yml +25 -15
- data/config/action_view_helpers/actionview/form_helper/multipart.yml +9 -6
- data/config/action_view_helpers/actionview/form_helper/multiple_file_field_include_hidden.yml +9 -6
- data/config/action_view_helpers/actionview/form_helper/number_field.yml +45 -27
- data/config/action_view_helpers/actionview/form_helper/password_field.yml +25 -15
- data/config/action_view_helpers/actionview/form_helper/radio_button.yml +30 -18
- data/config/action_view_helpers/actionview/form_helper/range_field.yml +45 -27
- data/config/action_view_helpers/actionview/form_helper/search_field.yml +25 -15
- data/config/action_view_helpers/actionview/form_helper/telephone_field.yml +26 -16
- data/config/action_view_helpers/actionview/form_helper/text_field.yml +25 -15
- data/config/action_view_helpers/actionview/form_helper/textarea.yml +31 -19
- data/config/action_view_helpers/actionview/form_helper/time_field.yml +40 -24
- data/config/action_view_helpers/actionview/form_helper/url_field.yml +25 -15
- data/config/action_view_helpers/actionview/form_helper/week_field.yml +25 -15
- data/config/action_view_helpers/actionview/form_options_helper/collection_checkboxes.yml +58 -31
- data/config/action_view_helpers/actionview/form_options_helper/collection_radio_buttons.yml +57 -30
- data/config/action_view_helpers/actionview/form_options_helper/collection_select.yml +65 -39
- data/config/action_view_helpers/actionview/form_options_helper/grouped_collection_select.yml +65 -39
- data/config/action_view_helpers/actionview/form_options_helper/grouped_options_for_select.yml +35 -21
- data/config/action_view_helpers/actionview/form_options_helper/option_groups_from_collection_for_select.yml +40 -24
- data/config/action_view_helpers/actionview/form_options_helper/options_for_select.yml +20 -12
- data/config/action_view_helpers/actionview/form_options_helper/options_from_collection_for_select.yml +30 -18
- data/config/action_view_helpers/actionview/form_options_helper/select.yml +60 -36
- data/config/action_view_helpers/actionview/form_options_helper/time_zone_options_for_select.yml +25 -15
- data/config/action_view_helpers/actionview/form_options_helper/time_zone_select.yml +50 -30
- data/config/action_view_helpers/actionview/form_options_helper/weekday_options_for_select.yml +30 -18
- data/config/action_view_helpers/actionview/form_options_helper/weekday_select.yml +30 -18
- data/config/action_view_helpers/actionview/form_tag_helper/button_tag.yml +39 -21
- data/config/action_view_helpers/actionview/form_tag_helper/checkbox_tag.yml +33 -21
- data/config/action_view_helpers/actionview/form_tag_helper/color_field_tag.yml +26 -17
- data/config/action_view_helpers/actionview/form_tag_helper/date_field_tag.yml +27 -17
- data/config/action_view_helpers/actionview/form_tag_helper/datetime_field_tag.yml +28 -18
- data/config/action_view_helpers/actionview/form_tag_helper/default_enforce_utf8.yml +9 -6
- data/config/action_view_helpers/actionview/form_tag_helper/email_field_tag.yml +27 -17
- data/config/action_view_helpers/actionview/form_tag_helper/embed_authenticity_token_in_remote_forms.yml +9 -6
- data/config/action_view_helpers/actionview/form_tag_helper/field_id.yml +30 -18
- data/config/action_view_helpers/actionview/form_tag_helper/field_name.yml +30 -18
- data/config/action_view_helpers/actionview/form_tag_helper/field_set_tag.yml +23 -15
- data/config/action_view_helpers/actionview/form_tag_helper/file_field_tag.yml +35 -22
- data/config/action_view_helpers/actionview/form_tag_helper/form_tag.yml +38 -24
- data/config/action_view_helpers/actionview/form_tag_helper/hidden_field_tag.yml +27 -17
- data/config/action_view_helpers/actionview/form_tag_helper/image_submit_tag.yml +31 -21
- data/config/action_view_helpers/actionview/form_tag_helper/label_tag.yml +33 -17
- data/config/action_view_helpers/actionview/form_tag_helper/month_field_tag.yml +27 -17
- data/config/action_view_helpers/actionview/form_tag_helper/number_field_tag.yml +47 -29
- data/config/action_view_helpers/actionview/form_tag_helper/password_field_tag.yml +27 -17
- data/config/action_view_helpers/actionview/form_tag_helper/radio_button_tag.yml +32 -20
- data/config/action_view_helpers/actionview/form_tag_helper/range_field_tag.yml +47 -29
- data/config/action_view_helpers/actionview/form_tag_helper/search_field_tag.yml +27 -17
- data/config/action_view_helpers/actionview/form_tag_helper/select_tag.yml +47 -29
- data/config/action_view_helpers/actionview/form_tag_helper/submit_tag.yml +33 -21
- data/config/action_view_helpers/actionview/form_tag_helper/telephone_field_tag.yml +28 -18
- data/config/action_view_helpers/actionview/form_tag_helper/text_field_tag.yml +27 -17
- data/config/action_view_helpers/actionview/form_tag_helper/textarea_tag.yml +31 -20
- data/config/action_view_helpers/actionview/form_tag_helper/time_field_tag.yml +27 -17
- data/config/action_view_helpers/actionview/form_tag_helper/url_field_tag.yml +27 -17
- data/config/action_view_helpers/actionview/form_tag_helper/utf8_enforcer_tag.yml +9 -6
- data/config/action_view_helpers/actionview/form_tag_helper/week_field_tag.yml +28 -18
- data/config/action_view_helpers/actionview/javascript_helper/escape_javascript.yml +16 -10
- data/config/action_view_helpers/actionview/javascript_helper/javascript_cdata_section.yml +9 -6
- data/config/action_view_helpers/actionview/javascript_helper/javascript_tag.yml +41 -27
- data/config/action_view_helpers/actionview/number_helper/number_to_currency.yml +29 -18
- data/config/action_view_helpers/actionview/number_helper/number_to_human.yml +25 -15
- data/config/action_view_helpers/actionview/number_helper/number_to_human_size.yml +20 -12
- data/config/action_view_helpers/actionview/number_helper/number_to_percentage.yml +20 -12
- data/config/action_view_helpers/actionview/number_helper/number_to_phone.yml +33 -20
- data/config/action_view_helpers/actionview/number_helper/number_with_delimiter.yml +21 -13
- data/config/action_view_helpers/actionview/number_helper/number_with_precision.yml +25 -15
- data/config/action_view_helpers/actionview/output_safety_helper/raw.yml +15 -9
- data/config/action_view_helpers/actionview/output_safety_helper/safe_join.yml +20 -12
- data/config/action_view_helpers/actionview/output_safety_helper/to_sentence.yml +24 -15
- data/config/action_view_helpers/actionview/record_identifier/dom_class.yml +20 -12
- data/config/action_view_helpers/actionview/record_identifier/dom_id.yml +20 -12
- data/config/action_view_helpers/actionview/record_identifier/dom_target.yml +15 -9
- data/config/action_view_helpers/actionview/record_identifier/model_name_from_record_or_class.yml +9 -6
- data/config/action_view_helpers/actionview/rendering_helper/render.yml +108 -22
- data/config/action_view_helpers/actionview/sanitize_helper/sanitize.yml +25 -15
- data/config/action_view_helpers/actionview/sanitize_helper/sanitize_css.yml +15 -9
- data/config/action_view_helpers/actionview/sanitize_helper/sanitizer_vendor.yml +9 -6
- data/config/action_view_helpers/actionview/sanitize_helper/strip_links.yml +15 -9
- data/config/action_view_helpers/actionview/sanitize_helper/strip_tags.yml +15 -9
- data/config/action_view_helpers/actionview/tag_helper/cdata_section.yml +15 -9
- data/config/action_view_helpers/actionview/tag_helper/content_tag.yml +59 -38
- data/config/action_view_helpers/actionview/tag_helper/escape_once.yml +15 -9
- data/config/action_view_helpers/actionview/tag_helper/tag.yml +54 -31
- data/config/action_view_helpers/actionview/tag_helper/token_list.yml +16 -10
- data/config/action_view_helpers/actionview/text_helper/concat.yml +15 -9
- data/config/action_view_helpers/actionview/text_helper/current_cycle.yml +15 -9
- data/config/action_view_helpers/actionview/text_helper/cycle.yml +23 -14
- data/config/action_view_helpers/actionview/text_helper/excerpt.yml +33 -20
- data/config/action_view_helpers/actionview/text_helper/highlight.yml +37 -18
- data/config/action_view_helpers/actionview/text_helper/pluralize.yml +30 -18
- data/config/action_view_helpers/actionview/text_helper/reset_cycle.yml +15 -9
- data/config/action_view_helpers/actionview/text_helper/safe_concat.yml +9 -6
- data/config/action_view_helpers/actionview/text_helper/simple_format.yml +33 -20
- data/config/action_view_helpers/actionview/text_helper/truncate.yml +38 -23
- data/config/action_view_helpers/actionview/text_helper/word_wrap.yml +25 -15
- data/config/action_view_helpers/actionview/translation_helper/debug_missing_translation.yml +9 -6
- data/config/action_view_helpers/actionview/translation_helper/localize.yml +26 -16
- data/config/action_view_helpers/actionview/translation_helper/translate.yml +31 -19
- data/config/action_view_helpers/actionview/url_helper/button_to.yml +57 -33
- data/config/action_view_helpers/actionview/url_helper/button_to_generates_button_tag.yml +9 -6
- data/config/action_view_helpers/actionview/url_helper/current_page?.yml +25 -15
- data/config/action_view_helpers/actionview/url_helper/link_to.yml +76 -53
- data/config/action_view_helpers/actionview/url_helper/link_to_if.yml +54 -20
- data/config/action_view_helpers/actionview/url_helper/link_to_unless.yml +54 -20
- data/config/action_view_helpers/actionview/url_helper/link_to_unless_current.yml +49 -17
- data/config/action_view_helpers/actionview/url_helper/mail_to.yml +60 -34
- data/config/action_view_helpers/actionview/url_helper/phone_to.yml +40 -22
- data/config/action_view_helpers/actionview/url_helper/sms_to.yml +45 -25
- data/config/action_view_helpers/actionview/url_helper/url_for.yml +15 -9
- data/config/action_view_helpers/importmap-rails/importmap_tags_helper/javascript_import_module_tag.yml +32 -0
- data/config/action_view_helpers/importmap-rails/importmap_tags_helper/javascript_importmap_module_preload_tags.yml +39 -0
- data/config/action_view_helpers/importmap-rails/importmap_tags_helper/javascript_importmap_tags.yml +35 -0
- data/config/action_view_helpers/importmap-rails/importmap_tags_helper/javascript_inline_importmap_tag.yml +32 -0
- data/config/action_view_helpers/importmap-rails/importmap_tags_helper/javascript_module_preload_tag.yml +35 -0
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_cache.yml +9 -6
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_cache_tag.yml +12 -8
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_preview.yml +9 -6
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_exempts_page_from_preview_tag.yml +12 -8
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_page_requires_reload.yml +9 -6
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_page_requires_reload_tag.yml +12 -8
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_refresh_method_tag.yml +17 -11
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_refresh_scroll_tag.yml +17 -11
- data/config/action_view_helpers/turbo-rails/drive_helper/turbo_refreshes_with.yml +20 -12
- data/config/action_view_helpers/turbo-rails/frames_helper/turbo_frame_tag.yml +54 -33
- data/config/action_view_helpers/turbo-rails/includes_helper/turbo_include_tags.yml +9 -6
- data/config/action_view_helpers/turbo-rails/streams_action_helper/turbo_stream_action_tag.yml +32 -20
- data/config/action_view_helpers/turbo-rails/streams_action_helper/turbo_stream_refresh_tag.yml +18 -11
- data/config/action_view_helpers/turbo-rails/streams_helper/turbo_stream.yml +9 -6
- data/config/action_view_helpers/turbo-rails/streams_helper/turbo_stream_from.yml +28 -18
- data/config/html_elements.yml +597 -0
- data/config/options.yml +1 -0
- data/config/slots/components.yml +52 -0
- data/config/state/kind.yml +61 -0
- data/config/state/operators.yml +27 -0
- data/config/state/predicates.yml +39 -0
- data/config/state/transforms.yml +18 -0
- data/config/view_context_methods/actionview/base/annotate_rendered_view_with_filenames.yml +4 -4
- data/config/view_context_methods/actionview/base/assign.yml +4 -4
- data/config/view_context_methods/actionview/base/assigns.yml +4 -4
- data/config/view_context_methods/actionview/base/automatically_disable_submit_tag.yml +4 -4
- data/config/view_context_methods/actionview/base/compiled_method_container.yml +4 -4
- data/config/view_context_methods/actionview/base/config.yml +4 -4
- data/config/view_context_methods/actionview/base/default_form_builder.yml +4 -4
- data/config/view_context_methods/actionview/base/default_formats.yml +4 -4
- data/config/view_context_methods/actionview/base/field_error_proc.yml +4 -4
- data/config/view_context_methods/actionview/base/formats.yml +4 -4
- data/config/view_context_methods/actionview/base/in_rendering_context.yml +4 -4
- data/config/view_context_methods/actionview/base/locale.yml +4 -4
- data/config/view_context_methods/actionview/base/lookup_context.yml +4 -4
- data/config/view_context_methods/actionview/base/output_buffer.yml +4 -4
- data/config/view_context_methods/actionview/base/prefix_partial_path_with_controller_namespace.yml +4 -4
- data/config/view_context_methods/actionview/base/remove_hidden_field_autocomplete.yml +4 -4
- data/config/view_context_methods/actionview/base/streaming_completion_on_exception.yml +4 -4
- data/config/view_context_methods/actionview/base/view_flow.yml +4 -4
- data/config/view_context_methods/actionview/base/view_paths.yml +4 -4
- data/config/view_context_methods/actionview/base/view_renderer.yml +4 -4
- data/config/view_context_methods/actionview/template/local_assigns.yml +4 -4
- data/config/view_context_methods/activemodel/conversion/convert_to_model.yml +4 -4
- data/config/view_context_methods/activesupport/benchmarkable/benchmark.yml +4 -4
- data/config.yml +1240 -790
- data/exe/herb +2 -0
- data/ext/herb/error_helpers.c +355 -17
- data/ext/herb/error_helpers.h +1 -1
- data/ext/herb/extconf.rb +4 -2
- data/ext/herb/extension.c +137 -89
- data/ext/herb/extension_helpers.c +81 -42
- data/ext/herb/extension_helpers.h +4 -1
- data/ext/herb/nodes.c +826 -358
- data/ext/herb/nodes.h +3 -2
- data/ext/herb/parser_options_helpers.c +151 -0
- data/ext/herb/parser_options_helpers.h +14 -0
- data/herb.gemspec +2 -2
- data/lib/herb/action_view/helper_registry.rb +1358 -62
- data/lib/herb/analysis/partial_declaration.rb +140 -0
- data/lib/herb/analysis/partial_index.rb +189 -0
- data/lib/herb/analysis/partial_resolution.rb +161 -0
- data/lib/herb/analysis/partial_resolver.rb +144 -0
- data/lib/herb/analysis/project_index.rb +152 -0
- data/lib/herb/{action_view → analysis}/render_analyzer.rb +287 -77
- data/lib/herb/analysis/render_graph/ancestor_chain.rb +27 -0
- data/lib/herb/analysis/render_graph/builder.rb +376 -0
- data/lib/herb/analysis/render_graph/call_frame.rb +9 -0
- data/lib/herb/analysis/render_graph/call_site_location.rb +23 -0
- data/lib/herb/analysis/render_graph/inferred_signature.rb +21 -0
- data/lib/herb/analysis/render_graph/partial_call_site.rb +40 -0
- data/lib/herb/analysis/render_graph/partial_context.rb +46 -0
- data/lib/herb/analysis/render_graph/template_roots.rb +31 -0
- data/lib/herb/analysis/render_graph.rb +285 -0
- data/lib/herb/analysis/ruby_locals_index/local.rb +25 -0
- data/lib/herb/analysis/ruby_locals_index/named_reference.rb +22 -0
- data/lib/herb/analysis/ruby_locals_index/offset_table.rb +44 -0
- data/lib/herb/analysis/ruby_locals_index/reference_collector.rb +80 -0
- data/lib/herb/analysis/ruby_locals_index/state_locals.rb +49 -0
- data/lib/herb/analysis/ruby_locals_index.rb +165 -0
- data/lib/herb/analysis/ruby_reference.rb +67 -0
- data/lib/herb/analysis/template_dependencies/dependency_collector.rb +179 -0
- data/lib/herb/analysis/template_dependencies/node_dependency_collector.rb +309 -0
- data/lib/herb/analysis/template_dependencies.rb +562 -0
- data/lib/herb/ast/erb_render_node.rb +26 -94
- data/lib/herb/ast/helpers.rb +90 -10
- data/lib/herb/ast/herb_directive_node.rb +18 -0
- data/lib/herb/ast/node.rb +32 -2
- data/lib/herb/ast/nodes.rb +1342 -105
- data/lib/herb/backend.rb +73 -0
- data/lib/herb/bootstrap.rb +3 -7
- data/lib/herb/cli.rb +550 -32
- data/lib/herb/colors.rb +14 -0
- data/lib/herb/configuration.rb +71 -35
- data/lib/herb/defaults.yml +2 -1
- data/lib/herb/dev/assets.rb +57 -0
- data/lib/herb/dev/classifier.rb +84 -0
- data/lib/herb/dev/embedded.rb +27 -0
- data/lib/herb/dev/pipeline.rb +305 -0
- data/lib/herb/dev/protocol.rb +221 -0
- data/lib/herb/dev/runner.rb +175 -175
- data/lib/herb/dev/server.rb +89 -26
- data/lib/herb/dev/server_entry.rb +41 -6
- data/lib/herb/dev/watcher.rb +181 -0
- data/lib/herb/dev.rb +163 -0
- data/lib/herb/diagnostic/formatter.rb +88 -0
- data/lib/herb/diagnostic.rb +172 -0
- data/lib/herb/diff/operation.rb +36 -0
- data/lib/herb/diff/result.rb +62 -0
- data/lib/herb/diff.rb +10 -0
- data/lib/herb/engine/collector.rb +62 -0
- data/lib/herb/engine/compiler.rb +346 -108
- data/lib/herb/engine/component_tags/constant_resolver.rb +28 -0
- data/lib/herb/engine/component_tags/partial_resolver.rb +54 -0
- data/lib/herb/engine/component_tags/resolver.rb +32 -0
- data/lib/herb/engine/component_tags/visitor.rb +231 -0
- data/lib/herb/engine/css_inliner/inliner.rb +101 -0
- data/lib/herb/engine/css_inliner/visitor.rb +174 -0
- data/lib/herb/engine/errors.rb +122 -0
- data/lib/herb/engine/helpers.rb +82 -0
- data/lib/herb/engine/inline_render/inliner.rb +122 -0
- data/lib/herb/engine/inline_render/visitor.rb +267 -0
- data/lib/herb/engine/runtime/entry.rb +62 -0
- data/lib/herb/engine/runtime/error_page.rb +362 -0
- data/lib/herb/engine/runtime/html_safe_assertions.rb +217 -0
- data/lib/herb/engine/runtime/journal/summary.rb +227 -0
- data/lib/herb/engine/runtime/journal.rb +379 -0
- data/lib/herb/engine/runtime/middleware.rb +212 -0
- data/lib/herb/engine/runtime/observations.rb +73 -0
- data/lib/herb/engine/runtime/report.rb +204 -0
- data/lib/herb/engine/runtime/session.rb +437 -0
- data/lib/herb/engine/runtime.rb +21 -0
- data/lib/herb/engine/scoped_style/channel.rb +66 -0
- data/lib/herb/engine/scoped_style/collector.rb +74 -0
- data/lib/herb/engine/scoped_style/visitor.rb +533 -0
- data/lib/herb/engine/slots/annotation.rb +98 -0
- data/lib/herb/engine/slots/bindings.rb +61 -0
- data/lib/herb/engine/slots/callee.rb +118 -0
- data/lib/herb/engine/slots/component_definitions.rb +67 -0
- data/lib/herb/engine/slots/components/async.rb +24 -0
- data/lib/herb/engine/slots/components/base.rb +132 -0
- data/lib/herb/engine/slots/components/deferred.rb +81 -0
- data/lib/herb/engine/slots/components/fallback.rb +27 -0
- data/lib/herb/engine/slots/components/fragment.rb +99 -0
- data/lib/herb/engine/slots/components/lazy.rb +24 -0
- data/lib/herb/engine/slots/components.rb +52 -0
- data/lib/herb/engine/slots/dependencies/channel.rb +72 -0
- data/lib/herb/engine/slots/dependencies.rb +269 -0
- data/lib/herb/engine/slots/dynamics_compiler.rb +854 -0
- data/lib/herb/engine/slots/identifier.rb +35 -0
- data/lib/herb/engine/slots/manifest/channel.rb +74 -0
- data/lib/herb/engine/slots/manifest/collector.rb +75 -0
- data/lib/herb/engine/slots/markers.rb +128 -0
- data/lib/herb/engine/slots/render_bindings.rb +141 -0
- data/lib/herb/engine/slots/schema_compiler.rb +94 -0
- data/lib/herb/engine/slots/state_anchor.rb +94 -0
- data/lib/herb/engine/slots/state_compiler.rb +1326 -0
- data/lib/herb/engine/slots/state_directives.rb +854 -0
- data/lib/herb/engine/slots/state_kinds.rb +54 -0
- data/lib/herb/engine/slots/state_operators.rb +36 -0
- data/lib/herb/engine/slots/state_overrides.rb +79 -0
- data/lib/herb/engine/slots/state_predicates.rb +65 -0
- data/lib/herb/engine/slots/state_transforms.rb +42 -0
- data/lib/herb/engine/slots/statics.rb +185 -0
- data/lib/herb/engine/slots/subtree.rb +82 -0
- data/lib/herb/engine/slots/subtree_compiler.rb +255 -0
- data/lib/herb/engine/slots/types.rb +42 -0
- data/lib/herb/engine/slots/visitor.rb +2256 -0
- data/lib/herb/engine/validators/accessibility_validator.rb +3 -3
- data/lib/herb/engine/validators/base.rb +36 -0
- data/lib/herb/engine/validators/generator_template_validator.rb +39 -0
- data/lib/herb/engine/validators/nesting_validator.rb +3 -3
- data/lib/herb/engine/validators/render_validator.rb +13 -33
- data/lib/herb/engine/validators/security_validator.rb +3 -17
- data/lib/herb/engine/validators.rb +43 -0
- data/lib/herb/engine/visitors/auto_close_omitted_tags_visitor.rb +48 -0
- data/lib/herb/engine/visitors/content_for_visitor.rb +127 -0
- data/lib/herb/engine/{debug_visitor.rb → visitors/debug_visitor.rb} +121 -93
- data/lib/herb/engine/visitors/html_safe_assertions_visitor.rb +281 -0
- data/lib/herb/engine/visitors/instrumentation_visitor.rb +290 -0
- data/lib/herb/engine/visitors/optimize_visitor.rb +728 -0
- data/lib/herb/engine/visitors/remove_comments_visitor.rb +106 -0
- data/lib/herb/engine/visitors/source_attribution_visitor.rb +177 -0
- data/lib/herb/engine.rb +218 -257
- data/lib/herb/ensure_installed.rb +43 -0
- data/lib/herb/errors.rb +646 -157
- data/lib/herb/fingerprint.rb +82 -0
- data/lib/herb/html/elements.rb +18 -0
- data/lib/herb/html/util.rb +21 -2
- data/lib/herb/lex_result.rb +0 -10
- data/lib/herb/locate.rb +163 -0
- data/lib/herb/location.rb +20 -0
- data/lib/herb/parse_result.rb +17 -11
- data/lib/herb/parser_options.rb +65 -46
- data/lib/herb/position.rb +19 -0
- data/lib/herb/prism_inspect.rb +1 -4
- data/lib/herb/project.rb +28 -15
- data/lib/herb/range.rb +5 -0
- data/lib/herb/result.rb +2 -2
- data/lib/herb/ruby_program.rb +110 -0
- data/lib/herb/source_path.rb +232 -0
- data/lib/herb/token.rb +14 -3
- data/lib/herb/version.rb +1 -1
- data/lib/herb/visitor/context/origin.rb +52 -0
- data/lib/herb/visitor/context/replacements.rb +59 -0
- data/lib/herb/visitor/context.rb +169 -0
- data/lib/herb/visitor/context_aware.rb +45 -0
- data/lib/herb/visitor/diagnostics.rb +148 -0
- data/lib/herb/visitor/experimental.rb +33 -0
- data/lib/herb/visitor/parser_option_requirements.rb +151 -0
- data/lib/herb/visitor/stack.rb +192 -0
- data/lib/herb/visitor.rb +47 -1
- data/lib/herb/warnings.rb +25 -0
- data/lib/herb.rb +74 -63
- data/sig/herb/action_view/helper_registry.rbs +82 -10
- data/sig/herb/analysis/partial_declaration.rbs +80 -0
- data/sig/herb/analysis/partial_index.rbs +66 -0
- data/sig/herb/analysis/partial_resolution.rbs +57 -0
- data/sig/herb/analysis/partial_resolver.rbs +76 -0
- data/sig/herb/analysis/project_index.rbs +57 -0
- data/sig/herb/{action_view → analysis}/render_analyzer.rbs +25 -4
- data/sig/herb/analysis/render_graph/ancestor_chain.rbs +22 -0
- data/sig/herb/analysis/render_graph/builder.rbs +180 -0
- data/sig/herb/analysis/render_graph/call_frame.rbs +26 -0
- data/sig/herb/analysis/render_graph/call_site_location.rbs +28 -0
- data/sig/herb/analysis/render_graph/inferred_signature.rbs +27 -0
- data/sig/herb/analysis/render_graph/partial_call_site.rbs +36 -0
- data/sig/herb/analysis/render_graph/partial_context.rbs +31 -0
- data/sig/herb/analysis/render_graph/template_roots.rbs +32 -0
- data/sig/herb/analysis/render_graph.rbs +83 -0
- data/sig/herb/analysis/ruby_locals_index/local.rbs +21 -0
- data/sig/herb/analysis/ruby_locals_index/named_reference.rbs +20 -0
- data/sig/herb/analysis/ruby_locals_index/offset_table.rbs +26 -0
- data/sig/herb/analysis/ruby_locals_index/reference_collector.rbs +40 -0
- data/sig/herb/analysis/ruby_locals_index/state_locals.rbs +19 -0
- data/sig/herb/analysis/ruby_locals_index.rbs +62 -0
- data/sig/herb/analysis/ruby_reference.rbs +28 -0
- data/sig/herb/analysis/template_dependencies/dependency_collector.rbs +52 -0
- data/sig/herb/analysis/template_dependencies/node_dependency_collector.rbs +81 -0
- data/sig/herb/analysis/template_dependencies.rbs +125 -0
- data/sig/herb/ast/erb_render_node.rbs +10 -2
- data/sig/herb/ast/helpers.rbs +31 -1
- data/sig/herb/ast/herb_directive_node.rbs +13 -0
- data/sig/herb/ast/node.rbs +9 -0
- data/sig/herb/ast/nodes.rbs +662 -89
- data/sig/herb/backend.rbs +52 -0
- data/sig/herb/colors.rbs +3 -0
- data/sig/herb/configuration.rbs +27 -3
- data/sig/herb/dev/assets.rbs +27 -0
- data/sig/herb/dev/classifier.rbs +57 -0
- data/sig/herb/dev/embedded.rbs +21 -0
- data/sig/herb/dev/pipeline.rbs +118 -0
- data/sig/herb/dev/protocol.rbs +78 -0
- data/sig/herb/dev/runner.rbs +61 -23
- data/sig/herb/dev/server.rbs +49 -22
- data/sig/herb/dev/server_entry.rbs +46 -21
- data/sig/herb/dev/watcher.rbs +84 -0
- data/sig/herb/dev.rbs +58 -0
- data/sig/herb/diagnostic/formatter.rbs +28 -0
- data/sig/herb/diagnostic.rbs +88 -0
- data/sig/herb/diff/operation.rbs +36 -0
- data/sig/herb/diff/result.rbs +36 -0
- data/sig/herb/diff.rbs +6 -0
- data/sig/herb/engine/collector.rbs +48 -0
- data/sig/herb/engine/compiler.rbs +62 -23
- data/sig/herb/engine/component_tags/constant_resolver.rbs +19 -0
- data/sig/herb/engine/component_tags/partial_resolver.rbs +30 -0
- data/sig/herb/engine/component_tags/resolver.rbs +25 -0
- data/sig/herb/engine/component_tags/visitor.rbs +69 -0
- data/sig/herb/engine/css_inliner/inliner.rbs +65 -0
- data/sig/herb/engine/css_inliner/visitor.rbs +87 -0
- data/sig/herb/engine/errors.rbs +68 -0
- data/sig/herb/engine/helpers.rbs +28 -0
- data/sig/herb/engine/inline_render/inliner.rbs +39 -0
- data/sig/herb/engine/inline_render/visitor.rbs +104 -0
- data/sig/herb/engine/runtime/entry.rbs +43 -0
- data/sig/herb/engine/runtime/error_page.rbs +115 -0
- data/sig/herb/engine/runtime/html_safe_assertions.rbs +99 -0
- data/sig/herb/engine/runtime/journal/summary.rbs +172 -0
- data/sig/herb/engine/runtime/journal.rbs +126 -0
- data/sig/herb/engine/runtime/middleware.rbs +96 -0
- data/sig/herb/engine/runtime/observations.rbs +38 -0
- data/sig/herb/engine/runtime/report.rbs +97 -0
- data/sig/herb/engine/runtime/session.rbs +233 -0
- data/sig/herb/engine/runtime.rbs +14 -0
- data/sig/herb/engine/scoped_style/channel.rbs +45 -0
- data/sig/herb/engine/scoped_style/collector.rbs +45 -0
- data/sig/herb/engine/scoped_style/visitor.rbs +220 -0
- data/sig/herb/engine/slots/annotation.rbs +72 -0
- data/sig/herb/engine/slots/bindings.rbs +34 -0
- data/sig/herb/engine/slots/callee.rbs +62 -0
- data/sig/herb/engine/slots/component_definitions.rbs +19 -0
- data/sig/herb/engine/slots/components/async.rbs +20 -0
- data/sig/herb/engine/slots/components/base.rbs +60 -0
- data/sig/herb/engine/slots/components/deferred.rbs +29 -0
- data/sig/herb/engine/slots/components/fallback.rbs +21 -0
- data/sig/herb/engine/slots/components/fragment.rbs +34 -0
- data/sig/herb/engine/slots/components/lazy.rbs +20 -0
- data/sig/herb/engine/slots/components.rbs +30 -0
- data/sig/herb/engine/slots/dependencies/channel.rbs +51 -0
- data/sig/herb/engine/slots/dependencies.rbs +94 -0
- data/sig/herb/engine/slots/dynamics_compiler.rbs +349 -0
- data/sig/herb/engine/slots/identifier.rbs +19 -0
- data/sig/herb/engine/slots/manifest/channel.rbs +49 -0
- data/sig/herb/engine/slots/manifest/collector.rbs +45 -0
- data/sig/herb/engine/slots/markers.rbs +85 -0
- data/sig/herb/engine/slots/render_bindings.rbs +69 -0
- data/sig/herb/engine/slots/schema_compiler.rbs +62 -0
- data/sig/herb/engine/slots/state_anchor.rbs +41 -0
- data/sig/herb/engine/slots/state_compiler.rbs +258 -0
- data/sig/herb/engine/slots/state_directives.rbs +278 -0
- data/sig/herb/engine/slots/state_kinds.rbs +24 -0
- data/sig/herb/engine/slots/state_operators.rbs +19 -0
- data/sig/herb/engine/slots/state_overrides.rbs +33 -0
- data/sig/herb/engine/slots/state_predicates.rbs +16 -0
- data/sig/herb/engine/slots/state_transforms.rbs +15 -0
- data/sig/herb/engine/slots/statics.rbs +67 -0
- data/sig/herb/engine/slots/subtree.rbs +49 -0
- data/sig/herb/engine/slots/subtree_compiler.rbs +130 -0
- data/sig/herb/engine/slots/types.rbs +46 -0
- data/sig/herb/engine/slots/visitor.rbs +599 -0
- data/sig/herb/engine/validators/accessibility_validator.rbs +1 -1
- data/sig/herb/engine/validators/base.rbs +28 -0
- data/sig/herb/engine/validators/generator_template_validator.rbs +19 -0
- data/sig/herb/engine/validators/nesting_validator.rbs +1 -1
- data/sig/herb/engine/validators/render_validator.rbs +2 -6
- data/sig/herb/engine/validators/security_validator.rbs +1 -3
- data/sig/herb/engine/validators.rbs +21 -0
- data/sig/herb/engine/visitors/auto_close_omitted_tags_visitor.rbs +26 -0
- data/sig/herb/engine/visitors/content_for_visitor.rbs +52 -0
- data/sig/herb/engine/{debug_visitor.rbs → visitors/debug_visitor.rbs} +26 -15
- data/sig/herb/engine/visitors/html_safe_assertions_visitor.rbs +100 -0
- data/sig/herb/engine/visitors/instrumentation_visitor.rbs +111 -0
- data/sig/herb/engine/visitors/optimize_visitor.rbs +246 -0
- data/sig/herb/engine/visitors/remove_comments_visitor.rbs +66 -0
- data/sig/herb/engine/visitors/source_attribution_visitor.rbs +90 -0
- data/sig/herb/engine.rbs +47 -41
- data/sig/herb/ensure_installed.rbs +9 -0
- data/sig/herb/errors.rbs +293 -0
- data/sig/herb/fingerprint.rbs +37 -0
- data/sig/herb/html/elements.rbs +19 -0
- data/sig/herb/html/util.rbs +15 -1
- data/sig/herb/lex_result.rbs +0 -6
- data/sig/herb/locate.rbs +89 -0
- data/sig/herb/location.rbs +12 -0
- data/sig/herb/parse_result.rbs +10 -8
- data/sig/herb/parser_options.rbs +47 -21
- data/sig/herb/position.rbs +11 -0
- data/sig/herb/range.rbs +3 -0
- data/sig/herb/ruby_program.rbs +51 -0
- data/sig/herb/source_path.rbs +132 -0
- data/sig/herb/token.rbs +5 -2
- data/sig/herb/visitor/context/origin.rbs +51 -0
- data/sig/herb/visitor/context/replacements.rbs +39 -0
- data/sig/herb/visitor/context.rbs +83 -0
- data/sig/herb/visitor/context_aware.rbs +32 -0
- data/sig/herb/visitor/diagnostics.rbs +82 -0
- data/sig/herb/visitor/experimental.rbs +23 -0
- data/sig/herb/visitor/parser_option_requirements.rbs +76 -0
- data/sig/herb/visitor/stack.rbs +91 -0
- data/sig/herb/visitor.rbs +22 -0
- data/sig/herb/warnings.rbs +10 -0
- data/sig/herb.rbs +27 -10
- data/sig/serialized_ast_errors.rbs +58 -1
- data/sig/serialized_ast_nodes.rbs +58 -2
- data/src/analyze/action_view/attribute_extraction_helpers.c +73 -36
- data/src/analyze/action_view/generated_handlers.c +37 -1
- data/src/analyze/action_view/generated_handlers.h +2 -1
- data/src/analyze/action_view/helper_registry.c +1353 -58
- data/src/analyze/action_view/registry.c +10 -17
- data/src/analyze/action_view/stylesheet_link_tag.c +40 -0
- data/src/analyze/action_view/tag_helper_node_builders.c +57 -0
- data/src/analyze/action_view/tag_helpers.c +423 -93
- data/src/analyze/analyze.c +301 -64
- data/src/analyze/analyze_helpers.c +420 -23
- data/src/analyze/builders.c +79 -51
- data/src/analyze/conditional_elements.c +13 -8
- data/src/analyze/conditional_open_tags.c +11 -5
- data/src/analyze/control_type.c +16 -1
- data/src/analyze/herb_directives.c +701 -0
- data/src/analyze/invalid_structures.c +11 -7
- data/src/analyze/iteration_nodes.c +306 -0
- data/src/analyze/missing_end.c +116 -32
- data/src/analyze/parse_errors.c +8 -3
- data/src/analyze/postfix_conditionals.c +98 -63
- data/src/analyze/prism_annotate.c +13 -4
- data/src/analyze/render_nodes.c +345 -123
- data/src/analyze/strict_locals.c +30 -26
- data/src/analyze/ternary_conditionals.c +95 -70
- data/src/analyze/transform.c +43 -1
- data/src/ast/ast_node.c +3 -13
- data/src/ast/ast_nodes.c +911 -112
- data/src/ast/ast_pretty_print.c +161 -2
- data/src/diff/herb_diff.c +8 -0
- data/src/diff/herb_diff_attributes.c +1 -0
- data/src/diff/herb_diff_children.c +4 -3
- data/src/diff/herb_diff_helpers.c +7 -1
- data/src/diff/herb_diff_nodes.c +186 -71
- data/src/diff/herb_hash_tree.c +99 -1
- data/src/errors.c +1096 -128
- data/src/extract.c +30 -8
- data/src/herb.c +30 -11
- data/src/include/analyze/action_view/attribute_extraction_helpers.h +1 -1
- data/src/include/analyze/action_view/helper_registry.h +28 -4
- data/src/include/analyze/action_view/tag_helper_handler.h +1 -1
- data/src/include/analyze/action_view/tag_helper_node_builders.h +7 -0
- data/src/include/analyze/analyze.h +11 -0
- data/src/include/analyze/builders.h +16 -0
- data/src/include/analyze/helpers.h +23 -2
- data/src/include/analyze/herb_directive_kinds.h +41 -0
- data/src/include/analyze/herb_directives.h +14 -0
- data/src/include/analyze/iteration_nodes.h +11 -0
- data/src/include/analyze/prism_annotate.h +3 -3
- data/src/include/analyze/ternary_conditionals.h +2 -0
- data/src/include/ast/ast_node.h +1 -5
- data/src/include/ast/ast_nodes.h +76 -2
- data/src/include/ast/ast_pretty_print.h +1 -1
- data/src/include/diff/herb_diff.h +11 -0
- data/src/include/errors.h +156 -39
- data/src/include/extract.h +11 -0
- data/src/include/herb.h +6 -0
- data/src/include/lexer/erb_openers.h +29 -0
- data/src/include/lexer/lexer_peek_helpers.h +8 -1
- data/src/include/lexer/lexer_struct.h +4 -0
- data/src/include/lexer/token.h +3 -0
- data/src/include/lexer/token_struct.h +8 -6
- data/src/include/lib/hb_allocator.h +2 -1
- data/src/include/lib/hb_array.h +2 -0
- data/src/include/lib/hb_foreach.h +1 -1
- data/src/include/lib/hb_string.h +7 -0
- data/src/include/parser/dot_notation.h +1 -1
- data/src/include/parser/foreign_content_elements.h +32 -0
- data/src/include/parser/parser.h +16 -30
- data/src/include/parser/parser_helpers.h +13 -11
- data/src/include/parser/parser_options.h +41 -0
- data/src/include/prism/ruby_parser.h +6 -0
- data/src/include/util/html_elements.h +85 -0
- data/src/include/util/html_util.h +1 -0
- data/src/include/version.h +1 -1
- data/src/lexer/lexer_peek_helpers.c +15 -1
- data/src/lexer/token.c +83 -1
- data/src/lexer.c +196 -12
- data/src/lib/hb_allocator.c +2 -0
- data/src/lib/hb_array.c +26 -0
- data/src/lib/hb_string.c +26 -0
- data/src/main.c +1 -1
- data/src/parser/dot_notation.c +4 -3
- data/src/parser/match_tags.c +66 -1
- data/src/parser/parser_helpers.c +69 -37
- data/src/parser.c +606 -383
- data/src/parser_options_defaults.c +30 -0
- data/src/prism/prism_helpers.c +3 -0
- data/src/prism/ruby_parser.c +49 -0
- data/src/util/html_util.c +11 -58
- data/src/visitor.c +77 -1
- data/templates/ext/herb/error_helpers.c.erb +1 -1
- data/templates/ext/herb/nodes.c.erb +18 -13
- data/templates/ext/herb/nodes.h.erb +2 -1
- data/templates/ext/herb/parser_options_helpers.c.erb +69 -0
- data/templates/ext/herb/parser_options_helpers.h.erb +11 -0
- data/templates/java/nodes.c.erb +20 -16
- data/templates/java/nodes.h.erb +3 -2
- data/templates/java/org/herb/ParserOptions.java.erb +24 -0
- data/templates/java/org/herb/ast/HelperRegistry.java.erb +67 -31
- data/templates/java/org/herb/ast/HelperType.java.erb +29 -0
- data/templates/java/org/herb/ast/Nodes.java.erb +11 -7
- data/templates/java/parser_options_helpers.c.erb +45 -0
- data/templates/java/parser_options_helpers.h.erb +10 -0
- data/templates/javascript/packages/client/src/state-kinds.ts.erb +49 -0
- data/templates/javascript/packages/client/src/state-operators.ts.erb +15 -0
- data/templates/javascript/packages/client/src/state-predicates.ts.erb +27 -0
- data/templates/javascript/packages/client/src/state-transforms.ts.erb +19 -0
- data/templates/javascript/packages/core/src/action-view-helpers.ts.erb +47 -0
- data/templates/javascript/packages/core/src/built-in-components.ts.erb +67 -0
- data/templates/javascript/packages/core/src/errors.ts.erb +9 -3
- data/templates/javascript/packages/core/src/foreign-content-elements.ts.erb +18 -0
- data/templates/javascript/packages/core/src/html-constants.ts.erb +32 -0
- data/templates/javascript/packages/core/src/html-elements.ts.erb +41 -0
- data/templates/javascript/packages/core/src/node-type-guards.ts.erb +11 -7
- data/templates/javascript/packages/core/src/nodes.ts.erb +82 -19
- data/templates/javascript/packages/core/src/parser-options.ts.erb +41 -0
- data/templates/javascript/packages/core/src/visitor.ts.erb +1 -1
- data/templates/javascript/packages/node/extension/error_helpers.cpp.erb +3 -3
- data/templates/javascript/packages/node/extension/nodes.cpp.erb +17 -12
- data/templates/javascript/packages/node/extension/nodes.h.erb +3 -3
- data/templates/javascript/packages/node/extension/parser_options_helpers.cpp.erb +41 -0
- data/templates/javascript/packages/node/extension/parser_options_helpers.h.erb +12 -0
- data/templates/lib/herb/action_view/helper_registry.rb.erb +77 -3
- data/templates/lib/herb/ast/nodes.rb.erb +16 -6
- data/templates/lib/herb/engine/slots/component_definitions.rb.erb +38 -0
- data/templates/lib/herb/engine/slots/state_kinds.rb.erb +37 -0
- data/templates/lib/herb/engine/slots/state_operators.rb.erb +26 -0
- data/templates/lib/herb/engine/slots/state_predicates.rb.erb +39 -0
- data/templates/lib/herb/engine/slots/state_transforms.rb.erb +27 -0
- data/templates/lib/herb/errors.rb.erb +34 -6
- data/templates/lib/herb/html/elements.rb.erb +12 -0
- data/templates/lib/herb/parser_options.rb.erb +32 -0
- data/templates/lib/herb/visitor.rb.erb +7 -1
- data/templates/rust/herb-printer/src/printer_visitor.rs.erb +14 -0
- data/templates/rust/src/action_view_helpers.rs.erb +38 -0
- data/templates/rust/src/ast/nodes.rs.erb +24 -31
- data/templates/rust/src/errors.rs.erb +1 -1
- data/templates/rust/src/nodes.rs.erb +58 -26
- data/templates/rust/src/parser_options.rs.erb +16 -0
- data/templates/rust/src/prism/generated_deserialize.rs.erb +109 -0
- data/templates/rust/src/prism/generated_prettyprint.rs.erb +153 -0
- data/templates/rust/src/union_types.rs.erb +7 -1
- data/templates/rust/src/visitor.rs.erb +1 -1
- data/templates/src/analyze/action_view/helper_registry.c.erb +22 -0
- data/templates/src/analyze/missing_end.c.erb +13 -5
- data/templates/src/ast/ast_nodes.c.erb +41 -2
- data/templates/src/diff/herb_diff_nodes.c.erb +44 -8
- data/templates/src/errors.c.erb +8 -3
- data/templates/src/include/analyze/action_view/helper_registry.h.erb +19 -0
- data/templates/src/include/analyze/herb_directive_kinds.h.erb +25 -0
- data/templates/src/include/errors.h.erb +3 -1
- data/templates/src/include/parser/foreign_content_elements.h.erb +23 -0
- data/templates/src/include/parser/parser_options.h.erb +21 -0
- data/templates/src/include/util/html_elements.h.erb +28 -0
- data/templates/src/parser_options_defaults.c.erb +9 -0
- data/templates/template.rb +564 -9
- data/templates/wasm/error_helpers.cpp.erb +4 -4
- data/templates/wasm/nodes.cpp.erb +12 -12
- data/templates/wasm/nodes.h.erb +3 -3
- data/templates/wasm/parser_options_helpers.cpp.erb +25 -0
- data/templates/wasm/parser_options_helpers.h.erb +12 -0
- metadata +306 -27
- data/config/action_view_helpers/actionview/form_helper/button.yml +0 -38
- data/config/action_view_helpers/actionview/form_helper/submit.yml +0 -35
- data/lib/herb/ast.rb +0 -7
- data/lib/herb/diff_operation.rb +0 -34
- data/lib/herb/diff_result.rb +0 -59
- data/lib/herb/engine/error_formatter.rb +0 -432
- data/lib/herb/engine/parser_error_overlay.rb +0 -773
- data/lib/herb/engine/validation_error_overlay.rb +0 -182
- data/lib/herb/engine/validation_errors.rb +0 -65
- data/lib/herb/engine/validator.rb +0 -80
- data/sig/herb/ast.rbs +0 -6
- data/sig/herb/diff_operation.rbs +0 -34
- data/sig/herb/diff_result.rbs +0 -34
- data/sig/herb/engine/debug.rbs +0 -38
- data/sig/herb/engine/error_formatter.rbs +0 -47
- data/sig/herb/engine/parser_error_overlay.rbs +0 -41
- data/sig/herb/engine/validation_error_overlay.rbs +0 -35
- data/sig/herb/engine/validation_errors.rbs +0 -45
- data/sig/herb/engine/validator.rbs +0 -41
- data/sig/herb_c_extension.rbs +0 -10
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
#include "../../include/location/position.h"
|
|
15
15
|
#include "../../include/parser/parser_helpers.h"
|
|
16
16
|
#include "../../include/util/html_util.h"
|
|
17
|
+
#include "../../include/util/utf8.h"
|
|
17
18
|
#include "../../include/util/util.h"
|
|
18
19
|
#include "../../include/visitor.h"
|
|
19
20
|
|
|
@@ -36,6 +37,9 @@ extern bool detect_image_tag(pm_call_node_t*, pm_parser_t*);
|
|
|
36
37
|
extern char* extract_image_tag_src(pm_call_node_t*, pm_parser_t*, hb_allocator_T*);
|
|
37
38
|
extern char* wrap_in_image_path(const char*, size_t, const char*, hb_allocator_T*);
|
|
38
39
|
extern bool image_tag_source_is_url(const char*, size_t);
|
|
40
|
+
extern bool detect_stylesheet_link_tag(pm_call_node_t*, pm_parser_t*);
|
|
41
|
+
extern char* wrap_in_stylesheet_path(const char*, size_t, const char*, hb_allocator_T*);
|
|
42
|
+
extern bool stylesheet_link_tag_source_is_url(const char*, size_t);
|
|
39
43
|
|
|
40
44
|
typedef struct {
|
|
41
45
|
pm_parser_t parser;
|
|
@@ -48,10 +52,91 @@ typedef struct {
|
|
|
48
52
|
size_t erb_content_offset;
|
|
49
53
|
} tag_helper_parse_context_T;
|
|
50
54
|
|
|
55
|
+
typedef struct {
|
|
56
|
+
tag_helper_scope_T* scope;
|
|
57
|
+
hb_array_T* constants;
|
|
58
|
+
size_t from;
|
|
59
|
+
size_t to;
|
|
60
|
+
} local_read_search_T;
|
|
61
|
+
|
|
62
|
+
static void append_local_read_constant(local_read_search_T* search, pm_constant_id_t constant_id) {
|
|
63
|
+
pm_constant_t* constant = pm_constant_pool_id_to_constant(&search->scope->parser.constant_pool, constant_id);
|
|
64
|
+
|
|
65
|
+
if (!constant || constant->length == 0) { return; }
|
|
66
|
+
|
|
67
|
+
for (size_t index = 0; index < hb_array_size(search->constants); index++) {
|
|
68
|
+
pm_constant_t* existing = hb_array_get(search->constants, index);
|
|
69
|
+
|
|
70
|
+
if (existing && existing->length == constant->length
|
|
71
|
+
&& memcmp(existing->start, constant->start, constant->length) == 0) {
|
|
72
|
+
return;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
hb_array_append(search->constants, constant);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
static bool search_local_variable_reads(const pm_node_t* node, void* data) {
|
|
80
|
+
local_read_search_T* search = (local_read_search_T*) data;
|
|
81
|
+
const uint8_t* base = (const uint8_t*) search->scope->buffer.value;
|
|
82
|
+
|
|
83
|
+
size_t start = (size_t) (node->location.start - base);
|
|
84
|
+
size_t end = (size_t) (node->location.end - base);
|
|
85
|
+
|
|
86
|
+
if (end <= search->from || start >= search->to) { return false; }
|
|
87
|
+
|
|
88
|
+
if (PM_NODE_TYPE(node) == PM_LOCAL_VARIABLE_READ_NODE && start >= search->from && end <= search->to) {
|
|
89
|
+
append_local_read_constant(search, ((pm_local_variable_read_node_t*) node)->name);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
return true;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
static bool build_scope_options_from_context(
|
|
96
|
+
analyze_ruby_context_T* context,
|
|
97
|
+
pm_options_t* options,
|
|
98
|
+
size_t from,
|
|
99
|
+
size_t to
|
|
100
|
+
) {
|
|
101
|
+
if (!context || !context->tag_helper_scope || !context->tag_helper_scope->root) { return false; }
|
|
102
|
+
if (to <= from) { return false; }
|
|
103
|
+
|
|
104
|
+
local_read_search_T search = { .scope = context->tag_helper_scope,
|
|
105
|
+
.constants = hb_array_init(4, context->allocator),
|
|
106
|
+
.from = from,
|
|
107
|
+
.to = to };
|
|
108
|
+
|
|
109
|
+
pm_visit_node(context->tag_helper_scope->root, search_local_variable_reads, &search);
|
|
110
|
+
|
|
111
|
+
size_t locals_count = hb_array_size(search.constants);
|
|
112
|
+
bool built = false;
|
|
113
|
+
|
|
114
|
+
if (locals_count > 0 && pm_options_scopes_init(options, 1)) {
|
|
115
|
+
pm_options_scope_t* scope = &options->scopes[0];
|
|
116
|
+
|
|
117
|
+
if (pm_options_scope_init(scope, locals_count)) {
|
|
118
|
+
for (size_t index = 0; index < locals_count; index++) {
|
|
119
|
+
pm_constant_t* constant = hb_array_get(search.constants, index);
|
|
120
|
+
|
|
121
|
+
pm_string_constant_init(&scope->locals[index], (const char*) constant->start, constant->length);
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
built = true;
|
|
125
|
+
} else {
|
|
126
|
+
pm_options_free(options);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
hb_array_free(&search.constants);
|
|
131
|
+
|
|
132
|
+
return built;
|
|
133
|
+
}
|
|
134
|
+
|
|
51
135
|
static tag_helper_parse_context_T* parse_tag_helper_content(
|
|
52
136
|
const char* content_string,
|
|
53
137
|
const char* original_source,
|
|
54
138
|
size_t erb_content_offset,
|
|
139
|
+
analyze_ruby_context_T* context,
|
|
55
140
|
hb_allocator_T* allocator
|
|
56
141
|
) {
|
|
57
142
|
if (!content_string) { return NULL; }
|
|
@@ -64,9 +149,22 @@ static tag_helper_parse_context_T* parse_tag_helper_content(
|
|
|
64
149
|
parse_context->original_source = original_source;
|
|
65
150
|
parse_context->erb_content_offset = erb_content_offset;
|
|
66
151
|
|
|
67
|
-
|
|
152
|
+
size_t content_length = strlen(parse_context->content_string);
|
|
153
|
+
|
|
154
|
+
pm_options_t options = { 0 };
|
|
155
|
+
bool has_scope_options =
|
|
156
|
+
build_scope_options_from_context(context, &options, erb_content_offset, erb_content_offset + content_length);
|
|
157
|
+
|
|
158
|
+
pm_parser_init(
|
|
159
|
+
&parse_context->parser,
|
|
160
|
+
parse_context->prism_source,
|
|
161
|
+
content_length,
|
|
162
|
+
has_scope_options ? &options : NULL
|
|
163
|
+
);
|
|
68
164
|
parse_context->root = pm_parse(&parse_context->parser);
|
|
69
165
|
|
|
166
|
+
if (has_scope_options) { pm_options_free(&options); }
|
|
167
|
+
|
|
70
168
|
if (!parse_context->root) {
|
|
71
169
|
pm_parser_free(&parse_context->parser);
|
|
72
170
|
hb_allocator_dealloc(allocator, parse_context->content_string);
|
|
@@ -116,22 +214,25 @@ bool search_tag_helper_node(const pm_node_t* node, void* data) {
|
|
|
116
214
|
|
|
117
215
|
if (node->type == PM_CALL_NODE) {
|
|
118
216
|
pm_call_node_t* call_node = (pm_call_node_t*) node;
|
|
119
|
-
tag_helper_handler_T* handlers = get_tag_helper_handlers();
|
|
217
|
+
const tag_helper_handler_T* const* handlers = get_tag_helper_handlers();
|
|
120
218
|
size_t handlers_count = get_tag_helper_handlers_count();
|
|
121
219
|
|
|
122
220
|
for (size_t i = 0; i < handlers_count; i++) {
|
|
123
|
-
if (handlers[i]
|
|
221
|
+
if (handlers[i]->detect(call_node, search_data->parser)) {
|
|
124
222
|
search_data->tag_helper_node = node;
|
|
125
|
-
search_data->matched_handler =
|
|
223
|
+
search_data->matched_handler = handlers[i];
|
|
126
224
|
search_data->found = true;
|
|
127
225
|
|
|
128
226
|
if (search_data->info) {
|
|
227
|
+
hb_allocator_T* info_allocator = search_data->info->allocator;
|
|
228
|
+
|
|
229
|
+
hb_allocator_dealloc(info_allocator, search_data->info->tag_name);
|
|
230
|
+
hb_allocator_dealloc(info_allocator, search_data->info->content);
|
|
231
|
+
|
|
129
232
|
search_data->info->call_node = call_node;
|
|
130
|
-
search_data->info->tag_name =
|
|
131
|
-
|
|
132
|
-
search_data->info->
|
|
133
|
-
handlers[i].extract_content(call_node, search_data->parser, search_data->info->allocator);
|
|
134
|
-
search_data->info->has_block = handlers[i].supports_block();
|
|
233
|
+
search_data->info->tag_name = handlers[i]->extract_tag_name(call_node, search_data->parser, info_allocator);
|
|
234
|
+
search_data->info->content = handlers[i]->extract_content(call_node, search_data->parser, info_allocator);
|
|
235
|
+
search_data->info->has_block = handlers[i]->supports_block();
|
|
135
236
|
}
|
|
136
237
|
|
|
137
238
|
return false;
|
|
@@ -155,7 +256,7 @@ position_T byte_offset_to_position(const char* source, size_t offset) {
|
|
|
155
256
|
if (source[i] == '\n') {
|
|
156
257
|
position.line++;
|
|
157
258
|
position.column = 1;
|
|
158
|
-
} else {
|
|
259
|
+
} else if (!utf8_is_valid_continuation_byte((unsigned char) source[i])) {
|
|
159
260
|
position.column++;
|
|
160
261
|
}
|
|
161
262
|
}
|
|
@@ -195,7 +296,7 @@ size_t calculate_byte_offset_from_position(const char* source, position_T positi
|
|
|
195
296
|
if (source[offset] == '\n') {
|
|
196
297
|
line++;
|
|
197
298
|
column = 1;
|
|
198
|
-
} else {
|
|
299
|
+
} else if (!utf8_is_valid_continuation_byte((unsigned char) source[offset])) {
|
|
199
300
|
column++;
|
|
200
301
|
}
|
|
201
302
|
|
|
@@ -243,6 +344,7 @@ static void calculate_tag_name_positions(
|
|
|
243
344
|
}
|
|
244
345
|
|
|
245
346
|
static const char* JAVASCRIPT_INCLUDE_TAG_PATH_OPTIONS[] = { "protocol", "extname", "host", "skip_pipeline", NULL };
|
|
347
|
+
static const char* STYLESHEET_LINK_TAG_PATH_OPTIONS[] = { "protocol", "extname", "host", "skip_pipeline", NULL };
|
|
246
348
|
static const char* IMAGE_TAG_PATH_OPTIONS[] = { "skip_pipeline", NULL };
|
|
247
349
|
|
|
248
350
|
static char* extract_path_options_from_keyword_hash(
|
|
@@ -334,6 +436,75 @@ static AST_NODE_T* remove_attribute_by_name(hb_array_T* attributes, const char*
|
|
|
334
436
|
|
|
335
437
|
return NULL;
|
|
336
438
|
}
|
|
439
|
+
|
|
440
|
+
static void discard_attribute_by_name(hb_array_T* attributes, const char* name, hb_allocator_T* allocator) {
|
|
441
|
+
ast_node_free(remove_attribute_by_name(attributes, name), allocator);
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
static hb_array_T* prepend_stylesheet_link_tag_attributes(
|
|
445
|
+
hb_array_T* attributes,
|
|
446
|
+
tag_helper_parse_context_T* parse_context,
|
|
447
|
+
pm_node_t* source_argument,
|
|
448
|
+
const char* path_options,
|
|
449
|
+
hb_allocator_T* allocator
|
|
450
|
+
) {
|
|
451
|
+
bool source_is_string = (source_argument->type == PM_STRING_NODE);
|
|
452
|
+
char* source_value = NULL;
|
|
453
|
+
|
|
454
|
+
if (source_is_string) {
|
|
455
|
+
pm_string_node_t* string_node = (pm_string_node_t*) source_argument;
|
|
456
|
+
size_t length = pm_string_length(&string_node->unescaped);
|
|
457
|
+
source_value = hb_allocator_strndup(allocator, (const char*) pm_string_source(&string_node->unescaped), length);
|
|
458
|
+
} else {
|
|
459
|
+
size_t length = source_argument->location.end - source_argument->location.start;
|
|
460
|
+
source_value = hb_allocator_strndup(allocator, (const char*) source_argument->location.start, length);
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
if (!source_value) { return attributes; }
|
|
464
|
+
|
|
465
|
+
position_T source_start, source_end;
|
|
466
|
+
prism_node_location_to_positions(&source_argument->location, parse_context, &source_start, &source_end);
|
|
467
|
+
|
|
468
|
+
size_t source_length = strlen(source_value);
|
|
469
|
+
bool is_url = stylesheet_link_tag_source_is_url(source_value, source_length);
|
|
470
|
+
bool source_is_path_helper = is_route_helper_node(source_argument, &parse_context->parser);
|
|
471
|
+
|
|
472
|
+
char* href_value = source_value;
|
|
473
|
+
|
|
474
|
+
if (source_is_string && !is_url) {
|
|
475
|
+
size_t quoted_length = source_length + 2;
|
|
476
|
+
char* quoted_source = hb_allocator_alloc(allocator, quoted_length + 1);
|
|
477
|
+
quoted_source[0] = '"';
|
|
478
|
+
memcpy(quoted_source + 1, source_value, source_length);
|
|
479
|
+
quoted_source[quoted_length - 1] = '"';
|
|
480
|
+
quoted_source[quoted_length] = '\0';
|
|
481
|
+
|
|
482
|
+
href_value = wrap_in_stylesheet_path(quoted_source, quoted_length, path_options, allocator);
|
|
483
|
+
hb_allocator_dealloc(allocator, quoted_source);
|
|
484
|
+
} else if (!source_is_string && !is_url && !source_is_path_helper) {
|
|
485
|
+
href_value = wrap_in_stylesheet_path(source_value, source_length, path_options, allocator);
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
AST_HTML_ATTRIBUTE_NODE_T* href_attribute =
|
|
489
|
+
is_url ? create_html_attribute_node("href", href_value, source_start, source_end, allocator)
|
|
490
|
+
: create_html_attribute_with_ruby_literal("href", href_value, source_start, source_end, allocator);
|
|
491
|
+
|
|
492
|
+
if (href_value != source_value) { hb_allocator_dealloc(allocator, href_value); }
|
|
493
|
+
hb_allocator_dealloc(allocator, source_value);
|
|
494
|
+
|
|
495
|
+
if (href_attribute) { attributes = prepend_attribute(attributes, (AST_NODE_T*) href_attribute, allocator); }
|
|
496
|
+
|
|
497
|
+
AST_NODE_T* rel_attribute = remove_attribute_by_name(attributes, "rel");
|
|
498
|
+
|
|
499
|
+
if (!rel_attribute) {
|
|
500
|
+
rel_attribute = (AST_NODE_T*) create_html_attribute_node("rel", "stylesheet", source_start, source_end, allocator);
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
if (rel_attribute) { attributes = prepend_attribute(attributes, rel_attribute, allocator); }
|
|
504
|
+
|
|
505
|
+
return attributes;
|
|
506
|
+
}
|
|
507
|
+
|
|
337
508
|
static AST_NODE_T* transform_tag_helper_with_attributes(
|
|
338
509
|
AST_ERB_CONTENT_NODE_T* erb_node,
|
|
339
510
|
analyze_ruby_context_T* context,
|
|
@@ -366,7 +537,8 @@ static AST_NODE_T* transform_tag_helper_with_attributes(
|
|
|
366
537
|
}
|
|
367
538
|
|
|
368
539
|
if (attributes && handler->name
|
|
369
|
-
&& (strcmp(handler->name, "javascript_include_tag") == 0 || strcmp(handler->name, "javascript_tag") == 0
|
|
540
|
+
&& (strcmp(handler->name, "javascript_include_tag") == 0 || strcmp(handler->name, "javascript_tag") == 0
|
|
541
|
+
|| strcmp(handler->name, "stylesheet_link_tag") == 0)) {
|
|
370
542
|
resolve_nonce_attribute(attributes, allocator);
|
|
371
543
|
}
|
|
372
544
|
|
|
@@ -379,16 +551,29 @@ static AST_NODE_T* transform_tag_helper_with_attributes(
|
|
|
379
551
|
allocator
|
|
380
552
|
);
|
|
381
553
|
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
554
|
+
discard_attribute_by_name(attributes, "extname", allocator);
|
|
555
|
+
discard_attribute_by_name(attributes, "host", allocator);
|
|
556
|
+
discard_attribute_by_name(attributes, "protocol", allocator);
|
|
557
|
+
discard_attribute_by_name(attributes, "skip-pipeline", allocator);
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
if (attributes && handler->name && strcmp(handler->name, "stylesheet_link_tag") == 0) {
|
|
561
|
+
path_options = extract_path_options_from_keyword_hash(
|
|
562
|
+
parse_context->info->call_node,
|
|
563
|
+
STYLESHEET_LINK_TAG_PATH_OPTIONS,
|
|
564
|
+
allocator
|
|
565
|
+
);
|
|
566
|
+
|
|
567
|
+
discard_attribute_by_name(attributes, "extname", allocator);
|
|
568
|
+
discard_attribute_by_name(attributes, "host", allocator);
|
|
569
|
+
discard_attribute_by_name(attributes, "protocol", allocator);
|
|
570
|
+
discard_attribute_by_name(attributes, "skip-pipeline", allocator);
|
|
386
571
|
}
|
|
387
572
|
|
|
388
573
|
if (attributes && handler->name && strcmp(handler->name, "image_tag") == 0) {
|
|
389
574
|
path_options =
|
|
390
575
|
extract_path_options_from_keyword_hash(parse_context->info->call_node, IMAGE_TAG_PATH_OPTIONS, allocator);
|
|
391
|
-
|
|
576
|
+
discard_attribute_by_name(attributes, "skip-pipeline", allocator);
|
|
392
577
|
|
|
393
578
|
AST_NODE_T* size_node = remove_attribute_by_name(attributes, "size");
|
|
394
579
|
|
|
@@ -472,6 +657,8 @@ static AST_NODE_T* transform_tag_helper_with_attributes(
|
|
|
472
657
|
}
|
|
473
658
|
}
|
|
474
659
|
}
|
|
660
|
+
|
|
661
|
+
ast_node_free(size_node, allocator);
|
|
475
662
|
}
|
|
476
663
|
}
|
|
477
664
|
|
|
@@ -622,15 +809,29 @@ static AST_NODE_T* transform_tag_helper_with_attributes(
|
|
|
622
809
|
}
|
|
623
810
|
}
|
|
624
811
|
|
|
812
|
+
if (detect_stylesheet_link_tag(parse_context->info->call_node, &parse_context->parser)
|
|
813
|
+
&& parse_context->info->call_node->arguments && parse_context->info->call_node->arguments->arguments.size >= 1) {
|
|
814
|
+
pm_node_t* first_argument = parse_context->info->call_node->arguments->arguments.nodes[0];
|
|
815
|
+
|
|
816
|
+
if (first_argument->type != PM_KEYWORD_HASH_NODE) {
|
|
817
|
+
if (!attributes) { attributes = hb_array_init(4, allocator); }
|
|
818
|
+
|
|
819
|
+
attributes =
|
|
820
|
+
prepend_stylesheet_link_tag_attributes(attributes, parse_context, first_argument, path_options, allocator);
|
|
821
|
+
}
|
|
822
|
+
}
|
|
823
|
+
|
|
625
824
|
token_T* tag_name_token =
|
|
626
825
|
tag_name ? create_synthetic_token(allocator, tag_name, TOKEN_IDENTIFIER, tag_name_start, tag_name_end) : NULL;
|
|
627
826
|
|
|
827
|
+
hb_allocator_dealloc(allocator, path_options);
|
|
828
|
+
|
|
628
829
|
hb_array_T* open_tag_children = attributes ? attributes : hb_array_init(0, allocator);
|
|
629
830
|
|
|
630
831
|
AST_ERB_OPEN_TAG_NODE_T* open_tag_node = ast_erb_open_tag_node_init(
|
|
631
|
-
erb_node->tag_opening,
|
|
632
|
-
erb_node->content,
|
|
633
|
-
erb_node->tag_closing,
|
|
832
|
+
token_copy(erb_node->tag_opening, allocator),
|
|
833
|
+
token_copy(erb_node->content, allocator),
|
|
834
|
+
token_copy(erb_node->tag_closing, allocator),
|
|
634
835
|
tag_name_token,
|
|
635
836
|
open_tag_children,
|
|
636
837
|
erb_node->base.location.start,
|
|
@@ -643,7 +844,7 @@ static AST_NODE_T* transform_tag_helper_with_attributes(
|
|
|
643
844
|
hb_array_T* element_errors = hb_array_init(0, allocator);
|
|
644
845
|
bool is_void = tag_name && is_void_element(hb_string_from_c_string(tag_name))
|
|
645
846
|
&& (string_equals(handler->name, "tag") || string_equals(handler->name, "content_tag")
|
|
646
|
-
|| string_equals(handler->name, "image_tag"));
|
|
847
|
+
|| string_equals(handler->name, "image_tag") || string_equals(handler->name, "stylesheet_link_tag"));
|
|
647
848
|
|
|
648
849
|
if (helper_content) {
|
|
649
850
|
if (is_void && tag_name) {
|
|
@@ -686,8 +887,11 @@ static AST_NODE_T* transform_tag_helper_with_attributes(
|
|
|
686
887
|
content_start,
|
|
687
888
|
content_end,
|
|
688
889
|
allocator,
|
|
689
|
-
element_errors
|
|
890
|
+
&element_errors,
|
|
891
|
+
context->options
|
|
690
892
|
);
|
|
893
|
+
|
|
894
|
+
hb_buffer_free(&helper_name_buffer);
|
|
691
895
|
}
|
|
692
896
|
|
|
693
897
|
if (string_equals(handler->name, "javascript_tag")) {
|
|
@@ -728,7 +932,7 @@ static AST_NODE_T* transform_tag_helper_with_attributes(
|
|
|
728
932
|
|
|
729
933
|
if (!is_void) {
|
|
730
934
|
AST_HTML_VIRTUAL_CLOSE_TAG_NODE_T* virtual_close = ast_html_virtual_close_tag_node_init(
|
|
731
|
-
tag_name_token,
|
|
935
|
+
token_copy(tag_name_token, allocator),
|
|
732
936
|
erb_node->base.location.end,
|
|
733
937
|
erb_node->base.location.end,
|
|
734
938
|
hb_array_init(0, allocator),
|
|
@@ -739,7 +943,7 @@ static AST_NODE_T* transform_tag_helper_with_attributes(
|
|
|
739
943
|
|
|
740
944
|
AST_HTML_ELEMENT_NODE_T* element = ast_html_element_node_init(
|
|
741
945
|
(AST_NODE_T*) open_tag_node,
|
|
742
|
-
tag_name_token,
|
|
946
|
+
token_copy(tag_name_token, allocator),
|
|
743
947
|
body,
|
|
744
948
|
close_tag,
|
|
745
949
|
is_void,
|
|
@@ -754,7 +958,7 @@ static AST_NODE_T* transform_tag_helper_with_attributes(
|
|
|
754
958
|
return (AST_NODE_T*) element;
|
|
755
959
|
}
|
|
756
960
|
|
|
757
|
-
static size_t
|
|
961
|
+
static size_t count_asset_tag_sources(pm_call_node_t* call_node) {
|
|
758
962
|
if (!call_node || !call_node->arguments) { return 0; }
|
|
759
963
|
|
|
760
964
|
size_t count = 0;
|
|
@@ -835,9 +1039,9 @@ static AST_NODE_T* create_javascript_include_tag_element(
|
|
|
835
1039
|
hb_allocator_dealloc(allocator, source_value);
|
|
836
1040
|
|
|
837
1041
|
AST_ERB_OPEN_TAG_NODE_T* open_tag_node = ast_erb_open_tag_node_init(
|
|
838
|
-
erb_node->tag_opening,
|
|
839
|
-
erb_node->content,
|
|
840
|
-
erb_node->tag_closing,
|
|
1042
|
+
token_copy(erb_node->tag_opening, allocator),
|
|
1043
|
+
token_copy(erb_node->content, allocator),
|
|
1044
|
+
token_copy(erb_node->tag_closing, allocator),
|
|
841
1045
|
tag_name_token,
|
|
842
1046
|
attributes,
|
|
843
1047
|
erb_node->base.location.start,
|
|
@@ -847,7 +1051,7 @@ static AST_NODE_T* create_javascript_include_tag_element(
|
|
|
847
1051
|
);
|
|
848
1052
|
|
|
849
1053
|
AST_HTML_VIRTUAL_CLOSE_TAG_NODE_T* virtual_close = ast_html_virtual_close_tag_node_init(
|
|
850
|
-
tag_name_token,
|
|
1054
|
+
token_copy(tag_name_token, allocator),
|
|
851
1055
|
erb_node->base.location.end,
|
|
852
1056
|
erb_node->base.location.end,
|
|
853
1057
|
hb_array_init(0, allocator),
|
|
@@ -856,7 +1060,7 @@ static AST_NODE_T* create_javascript_include_tag_element(
|
|
|
856
1060
|
|
|
857
1061
|
return (AST_NODE_T*) ast_html_element_node_init(
|
|
858
1062
|
(AST_NODE_T*) open_tag_node,
|
|
859
|
-
tag_name_token,
|
|
1063
|
+
token_copy(tag_name_token, allocator),
|
|
860
1064
|
hb_array_init(0, allocator),
|
|
861
1065
|
(AST_NODE_T*) virtual_close,
|
|
862
1066
|
false,
|
|
@@ -868,6 +1072,31 @@ static AST_NODE_T* create_javascript_include_tag_element(
|
|
|
868
1072
|
);
|
|
869
1073
|
}
|
|
870
1074
|
|
|
1075
|
+
static hb_array_T* build_asset_tag_attributes(
|
|
1076
|
+
pm_call_node_t* call_node,
|
|
1077
|
+
tag_helper_parse_context_T* parse_context,
|
|
1078
|
+
hb_allocator_T* allocator
|
|
1079
|
+
) {
|
|
1080
|
+
hb_array_T* attributes = extract_html_attributes_from_call_node(
|
|
1081
|
+
call_node,
|
|
1082
|
+
parse_context->prism_source,
|
|
1083
|
+
parse_context->original_source,
|
|
1084
|
+
parse_context->erb_content_offset,
|
|
1085
|
+
allocator
|
|
1086
|
+
);
|
|
1087
|
+
|
|
1088
|
+
if (!attributes) { attributes = hb_array_init(0, allocator); }
|
|
1089
|
+
|
|
1090
|
+
resolve_nonce_attribute(attributes, allocator);
|
|
1091
|
+
|
|
1092
|
+
discard_attribute_by_name(attributes, "extname", allocator);
|
|
1093
|
+
discard_attribute_by_name(attributes, "host", allocator);
|
|
1094
|
+
discard_attribute_by_name(attributes, "protocol", allocator);
|
|
1095
|
+
discard_attribute_by_name(attributes, "skip-pipeline", allocator);
|
|
1096
|
+
|
|
1097
|
+
return attributes;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
871
1100
|
static hb_array_T* transform_javascript_include_tag_multi_source(
|
|
872
1101
|
AST_ERB_CONTENT_NODE_T* erb_node,
|
|
873
1102
|
analyze_ruby_context_T* context,
|
|
@@ -875,40 +1104,121 @@ static hb_array_T* transform_javascript_include_tag_multi_source(
|
|
|
875
1104
|
) {
|
|
876
1105
|
hb_allocator_T* allocator = context->allocator;
|
|
877
1106
|
pm_call_node_t* call_node = parse_context->info->call_node;
|
|
878
|
-
size_t source_count =
|
|
1107
|
+
size_t source_count = count_asset_tag_sources(call_node);
|
|
879
1108
|
|
|
880
1109
|
if (source_count == 0) { return NULL; }
|
|
881
1110
|
|
|
882
|
-
|
|
883
|
-
call_node,
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
1111
|
+
char* path_options =
|
|
1112
|
+
extract_path_options_from_keyword_hash(call_node, JAVASCRIPT_INCLUDE_TAG_PATH_OPTIONS, allocator);
|
|
1113
|
+
hb_array_T* elements = hb_array_init(source_count * 2, allocator);
|
|
1114
|
+
|
|
1115
|
+
for (size_t i = 0; i < source_count; i++) {
|
|
1116
|
+
pm_node_t* source_arg = call_node->arguments->arguments.nodes[i];
|
|
1117
|
+
hb_array_T* attributes = build_asset_tag_attributes(call_node, parse_context, allocator);
|
|
1118
|
+
|
|
1119
|
+
AST_NODE_T* element =
|
|
1120
|
+
create_javascript_include_tag_element(erb_node, parse_context, source_arg, attributes, path_options, allocator);
|
|
1121
|
+
|
|
1122
|
+
hb_array_free(&attributes);
|
|
1123
|
+
|
|
1124
|
+
if (element) {
|
|
1125
|
+
if (hb_array_size(elements) > 0) {
|
|
1126
|
+
position_T position = erb_node->base.location.start;
|
|
1127
|
+
AST_HTML_TEXT_NODE_T* newline = ast_html_text_node_init(
|
|
1128
|
+
hb_string_from_c_string("\n"),
|
|
1129
|
+
position,
|
|
1130
|
+
position,
|
|
1131
|
+
hb_array_init(0, allocator),
|
|
1132
|
+
allocator
|
|
1133
|
+
);
|
|
1134
|
+
if (newline) { hb_array_append(elements, (AST_NODE_T*) newline); }
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
hb_array_append(elements, element);
|
|
1138
|
+
}
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
hb_allocator_dealloc(allocator, path_options);
|
|
1142
|
+
|
|
1143
|
+
return elements;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
static AST_NODE_T* create_stylesheet_link_tag_element(
|
|
1147
|
+
AST_ERB_CONTENT_NODE_T* erb_node,
|
|
1148
|
+
tag_helper_parse_context_T* parse_context,
|
|
1149
|
+
pm_node_t* source_argument,
|
|
1150
|
+
hb_array_T* shared_attributes,
|
|
1151
|
+
const char* path_options,
|
|
1152
|
+
hb_allocator_T* allocator
|
|
1153
|
+
) {
|
|
1154
|
+
position_T tag_name_start, tag_name_end;
|
|
1155
|
+
calculate_tag_name_positions(
|
|
1156
|
+
parse_context,
|
|
1157
|
+
erb_node->base.location.start,
|
|
1158
|
+
erb_node->base.location.end,
|
|
1159
|
+
&tag_name_start,
|
|
1160
|
+
&tag_name_end
|
|
1161
|
+
);
|
|
1162
|
+
|
|
1163
|
+
token_T* tag_name_token = create_synthetic_token(allocator, "link", TOKEN_IDENTIFIER, tag_name_start, tag_name_end);
|
|
1164
|
+
|
|
1165
|
+
hb_array_T* attributes = hb_array_init(hb_array_size(shared_attributes) + 2, allocator);
|
|
1166
|
+
|
|
1167
|
+
for (size_t i = 0; i < hb_array_size(shared_attributes); i++) {
|
|
1168
|
+
hb_array_append(attributes, hb_array_get(shared_attributes, i));
|
|
1169
|
+
}
|
|
1170
|
+
|
|
1171
|
+
attributes =
|
|
1172
|
+
prepend_stylesheet_link_tag_attributes(attributes, parse_context, source_argument, path_options, allocator);
|
|
1173
|
+
|
|
1174
|
+
AST_ERB_OPEN_TAG_NODE_T* open_tag_node = ast_erb_open_tag_node_init(
|
|
1175
|
+
token_copy(erb_node->tag_opening, allocator),
|
|
1176
|
+
token_copy(erb_node->content, allocator),
|
|
1177
|
+
token_copy(erb_node->tag_closing, allocator),
|
|
1178
|
+
tag_name_token,
|
|
1179
|
+
attributes,
|
|
1180
|
+
erb_node->base.location.start,
|
|
1181
|
+
erb_node->base.location.end,
|
|
1182
|
+
hb_array_init(0, allocator),
|
|
887
1183
|
allocator
|
|
888
1184
|
);
|
|
889
|
-
if (!shared_attributes) { shared_attributes = hb_array_init(0, allocator); }
|
|
890
1185
|
|
|
891
|
-
|
|
1186
|
+
return (AST_NODE_T*) ast_html_element_node_init(
|
|
1187
|
+
(AST_NODE_T*) open_tag_node,
|
|
1188
|
+
token_copy(tag_name_token, allocator),
|
|
1189
|
+
hb_array_init(0, allocator),
|
|
1190
|
+
NULL,
|
|
1191
|
+
true,
|
|
1192
|
+
parse_context->matched_handler->source,
|
|
1193
|
+
erb_node->base.location.start,
|
|
1194
|
+
erb_node->base.location.end,
|
|
1195
|
+
hb_array_init(0, allocator),
|
|
1196
|
+
allocator
|
|
1197
|
+
);
|
|
1198
|
+
}
|
|
892
1199
|
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
1200
|
+
static hb_array_T* transform_stylesheet_link_tag_multi_source(
|
|
1201
|
+
AST_ERB_CONTENT_NODE_T* erb_node,
|
|
1202
|
+
analyze_ruby_context_T* context,
|
|
1203
|
+
tag_helper_parse_context_T* parse_context
|
|
1204
|
+
) {
|
|
1205
|
+
hb_allocator_T* allocator = context->allocator;
|
|
1206
|
+
pm_call_node_t* call_node = parse_context->info->call_node;
|
|
1207
|
+
size_t source_count = count_asset_tag_sources(call_node);
|
|
1208
|
+
|
|
1209
|
+
if (source_count == 0) { return NULL; }
|
|
899
1210
|
|
|
1211
|
+
char* path_options = extract_path_options_from_keyword_hash(call_node, STYLESHEET_LINK_TAG_PATH_OPTIONS, allocator);
|
|
900
1212
|
hb_array_T* elements = hb_array_init(source_count * 2, allocator);
|
|
901
1213
|
|
|
902
1214
|
for (size_t i = 0; i < source_count; i++) {
|
|
903
1215
|
pm_node_t* source_arg = call_node->arguments->arguments.nodes[i];
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
source_arg,
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
allocator
|
|
911
|
-
);
|
|
1216
|
+
hb_array_T* attributes = build_asset_tag_attributes(call_node, parse_context, allocator);
|
|
1217
|
+
|
|
1218
|
+
AST_NODE_T* element =
|
|
1219
|
+
create_stylesheet_link_tag_element(erb_node, parse_context, source_arg, attributes, path_options, allocator);
|
|
1220
|
+
|
|
1221
|
+
hb_array_free(&attributes);
|
|
912
1222
|
|
|
913
1223
|
if (element) {
|
|
914
1224
|
if (hb_array_size(elements) > 0) {
|
|
@@ -927,6 +1237,8 @@ static hb_array_T* transform_javascript_include_tag_multi_source(
|
|
|
927
1237
|
}
|
|
928
1238
|
}
|
|
929
1239
|
|
|
1240
|
+
hb_allocator_dealloc(allocator, path_options);
|
|
1241
|
+
|
|
930
1242
|
return elements;
|
|
931
1243
|
}
|
|
932
1244
|
|
|
@@ -1073,9 +1385,9 @@ static AST_NODE_T* transform_erb_block_to_tag_helper(
|
|
|
1073
1385
|
hb_array_T* open_tag_children = attributes ? attributes : hb_array_init(0, allocator);
|
|
1074
1386
|
|
|
1075
1387
|
AST_ERB_OPEN_TAG_NODE_T* open_tag_node = ast_erb_open_tag_node_init(
|
|
1076
|
-
block_node->tag_opening,
|
|
1077
|
-
block_node->content,
|
|
1078
|
-
block_node->tag_closing,
|
|
1388
|
+
token_copy(block_node->tag_opening, allocator),
|
|
1389
|
+
token_copy(block_node->content, allocator),
|
|
1390
|
+
token_copy(block_node->tag_closing, allocator),
|
|
1079
1391
|
tag_name_token,
|
|
1080
1392
|
open_tag_children,
|
|
1081
1393
|
block_node->tag_opening->location.start,
|
|
@@ -1117,7 +1429,8 @@ static AST_NODE_T* transform_erb_block_to_tag_helper(
|
|
|
1117
1429
|
block_node->base.location.start,
|
|
1118
1430
|
block_node->base.location.end,
|
|
1119
1431
|
allocator,
|
|
1120
|
-
element_errors
|
|
1432
|
+
&element_errors,
|
|
1433
|
+
context->options
|
|
1121
1434
|
);
|
|
1122
1435
|
}
|
|
1123
1436
|
|
|
@@ -1135,9 +1448,9 @@ static AST_NODE_T* transform_erb_block_to_tag_helper(
|
|
|
1135
1448
|
end_offset = swallowed_end->tag_opening->range.from;
|
|
1136
1449
|
|
|
1137
1450
|
AST_ERB_END_NODE_T* end_node = ast_erb_end_node_init(
|
|
1138
|
-
swallowed_end->tag_opening,
|
|
1139
|
-
swallowed_end->content,
|
|
1140
|
-
swallowed_end->tag_closing,
|
|
1451
|
+
token_copy(swallowed_end->tag_opening, allocator),
|
|
1452
|
+
token_copy(swallowed_end->content, allocator),
|
|
1453
|
+
token_copy(swallowed_end->tag_closing, allocator),
|
|
1141
1454
|
swallowed_end->base.location.start,
|
|
1142
1455
|
swallowed_end->base.location.end,
|
|
1143
1456
|
hb_array_init(0, allocator),
|
|
@@ -1163,13 +1476,26 @@ static AST_NODE_T* transform_erb_block_to_tag_helper(
|
|
|
1163
1476
|
body_options.start_column = body_start.column;
|
|
1164
1477
|
|
|
1165
1478
|
AST_DOCUMENT_NODE_T* body_document = herb_parse(raw_copy, &body_options, allocator);
|
|
1479
|
+
|
|
1166
1480
|
body = body_document->children;
|
|
1481
|
+
body_document->children = NULL;
|
|
1482
|
+
|
|
1483
|
+
ast_node_free((AST_NODE_T*) body_document, allocator);
|
|
1484
|
+
|
|
1485
|
+
for (size_t index = 0; index < hb_array_size(body); index++) {
|
|
1486
|
+
ast_node_rebase_tokens(hb_array_get(body, index), raw_copy, context->source + start_offset, content_length);
|
|
1487
|
+
}
|
|
1488
|
+
|
|
1489
|
+
hb_allocator_dealloc(allocator, raw_copy);
|
|
1167
1490
|
}
|
|
1168
1491
|
}
|
|
1169
1492
|
|
|
1493
|
+
if (body == block_node->body) { block_node->body = NULL; }
|
|
1494
|
+
if (!is_void && close_tag == (AST_NODE_T*) block_node->end_node) { block_node->end_node = NULL; }
|
|
1495
|
+
|
|
1170
1496
|
AST_HTML_ELEMENT_NODE_T* element = ast_html_element_node_init(
|
|
1171
1497
|
(AST_NODE_T*) open_tag_node,
|
|
1172
|
-
tag_name_token,
|
|
1498
|
+
token_copy(tag_name_token, allocator),
|
|
1173
1499
|
body,
|
|
1174
1500
|
is_void ? NULL : close_tag,
|
|
1175
1501
|
is_void,
|
|
@@ -1339,9 +1665,9 @@ static AST_NODE_T* transform_link_to_helper(
|
|
|
1339
1665
|
token_T* tag_name_token = create_synthetic_token(allocator, "a", TOKEN_IDENTIFIER, tag_name_start, tag_name_end);
|
|
1340
1666
|
|
|
1341
1667
|
AST_ERB_OPEN_TAG_NODE_T* open_tag_node = ast_erb_open_tag_node_init(
|
|
1342
|
-
erb_node->tag_opening,
|
|
1343
|
-
erb_node->content,
|
|
1344
|
-
erb_node->tag_closing,
|
|
1668
|
+
token_copy(erb_node->tag_opening, allocator),
|
|
1669
|
+
token_copy(erb_node->content, allocator),
|
|
1670
|
+
token_copy(erb_node->tag_closing, allocator),
|
|
1345
1671
|
tag_name_token,
|
|
1346
1672
|
attributes,
|
|
1347
1673
|
erb_node->base.location.start,
|
|
@@ -1392,16 +1718,16 @@ static AST_NODE_T* transform_link_to_helper(
|
|
|
1392
1718
|
}
|
|
1393
1719
|
|
|
1394
1720
|
AST_HTML_VIRTUAL_CLOSE_TAG_NODE_T* virtual_close = ast_html_virtual_close_tag_node_init(
|
|
1395
|
-
tag_name_token,
|
|
1721
|
+
token_copy(tag_name_token, allocator),
|
|
1396
1722
|
erb_node->base.location.end,
|
|
1397
1723
|
erb_node->base.location.end,
|
|
1398
1724
|
hb_array_init(0, allocator),
|
|
1399
1725
|
allocator
|
|
1400
1726
|
);
|
|
1401
1727
|
|
|
1402
|
-
|
|
1728
|
+
return (AST_NODE_T*) ast_html_element_node_init(
|
|
1403
1729
|
(AST_NODE_T*) open_tag_node,
|
|
1404
|
-
tag_name_token,
|
|
1730
|
+
token_copy(tag_name_token, allocator),
|
|
1405
1731
|
body,
|
|
1406
1732
|
(AST_NODE_T*) virtual_close,
|
|
1407
1733
|
false,
|
|
@@ -1411,8 +1737,6 @@ static AST_NODE_T* transform_link_to_helper(
|
|
|
1411
1737
|
hb_array_init(0, allocator),
|
|
1412
1738
|
allocator
|
|
1413
1739
|
);
|
|
1414
|
-
|
|
1415
|
-
return (AST_NODE_T*) element;
|
|
1416
1740
|
}
|
|
1417
1741
|
|
|
1418
1742
|
void transform_tag_helper_array(hb_array_T* array, analyze_ruby_context_T* context) {
|
|
@@ -1430,8 +1754,7 @@ void transform_tag_helper_array(hb_array_T* array, analyze_ruby_context_T* conte
|
|
|
1430
1754
|
if (token_is_escaped_erb_tag_opening(block_node->tag_opening)) { continue; }
|
|
1431
1755
|
|
|
1432
1756
|
if (block_node->tag_opening && !hb_string_is_empty(block_node->tag_opening->value)) {
|
|
1433
|
-
|
|
1434
|
-
if (opening_string && strstr(opening_string, "=") == NULL) { continue; }
|
|
1757
|
+
if (!hb_string_contains_character(block_node->tag_opening->value, '=')) { continue; }
|
|
1435
1758
|
}
|
|
1436
1759
|
|
|
1437
1760
|
token_T* block_content = block_node->content;
|
|
@@ -1445,7 +1768,7 @@ void transform_tag_helper_array(hb_array_T* array, analyze_ruby_context_T* conte
|
|
|
1445
1768
|
}
|
|
1446
1769
|
|
|
1447
1770
|
tag_helper_parse_context_T* parse_context =
|
|
1448
|
-
parse_tag_helper_content(block_string, context->source, erb_content_offset, context->allocator);
|
|
1771
|
+
parse_tag_helper_content(block_string, context->source, erb_content_offset, context, context->allocator);
|
|
1449
1772
|
|
|
1450
1773
|
if (parse_context) {
|
|
1451
1774
|
replacement = transform_erb_block_to_tag_helper(block_node, context, parse_context);
|
|
@@ -1461,10 +1784,8 @@ void transform_tag_helper_array(hb_array_T* array, analyze_ruby_context_T* conte
|
|
|
1461
1784
|
if (token_is_escaped_erb_tag_opening(tag_opening)) { continue; }
|
|
1462
1785
|
|
|
1463
1786
|
if (tag_opening && !hb_string_is_empty(tag_opening->value)) {
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
if (opening_string && strstr(opening_string, "#") != NULL) { continue; }
|
|
1467
|
-
if (opening_string && strstr(opening_string, "=") == NULL) { continue; }
|
|
1787
|
+
if (hb_string_contains_character(tag_opening->value, '#')) { continue; }
|
|
1788
|
+
if (!hb_string_contains_character(tag_opening->value, '=')) { continue; }
|
|
1468
1789
|
}
|
|
1469
1790
|
|
|
1470
1791
|
token_T* erb_content = erb_node->content;
|
|
@@ -1478,13 +1799,18 @@ void transform_tag_helper_array(hb_array_T* array, analyze_ruby_context_T* conte
|
|
|
1478
1799
|
}
|
|
1479
1800
|
|
|
1480
1801
|
tag_helper_parse_context_T* parse_context =
|
|
1481
|
-
parse_tag_helper_content(erb_string, context->source, erb_content_offset, context->allocator);
|
|
1802
|
+
parse_tag_helper_content(erb_string, context->source, erb_content_offset, context, context->allocator);
|
|
1482
1803
|
|
|
1483
1804
|
if (parse_context) {
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1805
|
+
bool is_multi_source_asset_tag = (strcmp(parse_context->matched_handler->name, "javascript_include_tag") == 0
|
|
1806
|
+
|| strcmp(parse_context->matched_handler->name, "stylesheet_link_tag") == 0)
|
|
1807
|
+
&& parse_context->info->call_node
|
|
1808
|
+
&& count_asset_tag_sources(parse_context->info->call_node) > 1;
|
|
1809
|
+
|
|
1810
|
+
if (is_multi_source_asset_tag) {
|
|
1811
|
+
hb_array_T* multi = strcmp(parse_context->matched_handler->name, "stylesheet_link_tag") == 0
|
|
1812
|
+
? transform_stylesheet_link_tag_multi_source(erb_node, context, parse_context)
|
|
1813
|
+
: transform_javascript_include_tag_multi_source(erb_node, context, parse_context);
|
|
1488
1814
|
|
|
1489
1815
|
if (multi && hb_array_size(multi) > 0) {
|
|
1490
1816
|
size_t old_size = hb_array_size(array);
|
|
@@ -1501,9 +1827,9 @@ void transform_tag_helper_array(hb_array_T* array, analyze_ruby_context_T* conte
|
|
|
1501
1827
|
}
|
|
1502
1828
|
}
|
|
1503
1829
|
|
|
1504
|
-
array
|
|
1505
|
-
|
|
1506
|
-
|
|
1830
|
+
hb_array_replace_contents(array, &new_array);
|
|
1831
|
+
hb_array_free(&multi);
|
|
1832
|
+
ast_node_free(child, context->allocator);
|
|
1507
1833
|
|
|
1508
1834
|
i += multi_size - 1;
|
|
1509
1835
|
}
|
|
@@ -1538,9 +1864,9 @@ void transform_tag_helper_array(hb_array_T* array, analyze_ruby_context_T* conte
|
|
|
1538
1864
|
}
|
|
1539
1865
|
}
|
|
1540
1866
|
|
|
1541
|
-
array
|
|
1542
|
-
|
|
1543
|
-
|
|
1867
|
+
hb_array_replace_contents(array, &new_array);
|
|
1868
|
+
hb_array_free(&attributes);
|
|
1869
|
+
ast_node_free(child, context->allocator);
|
|
1544
1870
|
|
|
1545
1871
|
i += attributes_size - 1;
|
|
1546
1872
|
}
|
|
@@ -1573,7 +1899,7 @@ void transform_tag_helper_array(hb_array_T* array, analyze_ruby_context_T* conte
|
|
|
1573
1899
|
}
|
|
1574
1900
|
|
|
1575
1901
|
tag_helper_parse_context_T* parse_context =
|
|
1576
|
-
parse_tag_helper_content(erb_string, context->source, erb_content_offset, context->allocator);
|
|
1902
|
+
parse_tag_helper_content(erb_string, context->source, erb_content_offset, context, context->allocator);
|
|
1577
1903
|
|
|
1578
1904
|
if (parse_context && string_equals(parse_context->matched_handler->name, "tag")
|
|
1579
1905
|
&& parse_context->info->tag_name && string_equals(parse_context->info->tag_name, "attributes")) {
|
|
@@ -1604,9 +1930,9 @@ void transform_tag_helper_array(hb_array_T* array, analyze_ruby_context_T* conte
|
|
|
1604
1930
|
}
|
|
1605
1931
|
}
|
|
1606
1932
|
|
|
1607
|
-
array
|
|
1608
|
-
|
|
1609
|
-
|
|
1933
|
+
hb_array_replace_contents(array, &new_array);
|
|
1934
|
+
hb_array_free(&attributes);
|
|
1935
|
+
ast_node_free(child, context->allocator);
|
|
1610
1936
|
|
|
1611
1937
|
i += attributes_size - 1;
|
|
1612
1938
|
}
|
|
@@ -1684,9 +2010,9 @@ void transform_tag_helper_array(hb_array_T* array, analyze_ruby_context_T* conte
|
|
|
1684
2010
|
}
|
|
1685
2011
|
}
|
|
1686
2012
|
|
|
1687
|
-
array
|
|
1688
|
-
|
|
1689
|
-
|
|
2013
|
+
hb_array_replace_contents(array, &new_array);
|
|
2014
|
+
ast_node_free(child, context->allocator);
|
|
2015
|
+
|
|
1690
2016
|
i++;
|
|
1691
2017
|
continue;
|
|
1692
2018
|
}
|
|
@@ -1694,6 +2020,7 @@ void transform_tag_helper_array(hb_array_T* array, analyze_ruby_context_T* conte
|
|
|
1694
2020
|
}
|
|
1695
2021
|
|
|
1696
2022
|
hb_array_set(array, i, replacement);
|
|
2023
|
+
ast_node_free(child, context->allocator);
|
|
1697
2024
|
}
|
|
1698
2025
|
}
|
|
1699
2026
|
}
|
|
@@ -1714,6 +2041,9 @@ void transform_tag_helper_blocks(const AST_NODE_T* node, analyze_ruby_context_T*
|
|
|
1714
2041
|
transform_tag_helper_array(((AST_HTML_ATTRIBUTE_VALUE_NODE_T*) node)->children, context);
|
|
1715
2042
|
break;
|
|
1716
2043
|
case AST_ERB_BLOCK_NODE: transform_tag_helper_array(((AST_ERB_BLOCK_NODE_T*) node)->body, context); break;
|
|
2044
|
+
case AST_ERB_ITERATION_BLOCK_NODE:
|
|
2045
|
+
transform_tag_helper_array(((AST_ERB_ITERATION_BLOCK_NODE_T*) node)->body, context);
|
|
2046
|
+
break;
|
|
1717
2047
|
case AST_ERB_IF_NODE: transform_tag_helper_array(((AST_ERB_IF_NODE_T*) node)->statements, context); break;
|
|
1718
2048
|
case AST_ERB_ELSE_NODE: transform_tag_helper_array(((AST_ERB_ELSE_NODE_T*) node)->statements, context); break;
|
|
1719
2049
|
case AST_ERB_UNLESS_NODE: transform_tag_helper_array(((AST_ERB_UNLESS_NODE_T*) node)->statements, context); break;
|