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
data/templates/template.rb
CHANGED
|
@@ -9,7 +9,7 @@ module Herb
|
|
|
9
9
|
module Template
|
|
10
10
|
def self.underscore(name)
|
|
11
11
|
name
|
|
12
|
-
.gsub(/([A-Z]
|
|
12
|
+
.gsub(/([A-Z])(?=[A-Z][a-z])/, '\1_')
|
|
13
13
|
.gsub(/([a-z\d])([A-Z])/, '\1_\2')
|
|
14
14
|
end
|
|
15
15
|
|
|
@@ -17,6 +17,22 @@ module Herb
|
|
|
17
17
|
CONDITIONALLY_INVISIBLE_FIELD_CLASSES = ["PrismSerializedField", "PrismNodeField"].freeze
|
|
18
18
|
ALL_INVISIBLE_FIELD_CLASSES = (ALWAYS_INVISIBLE_FIELD_CLASSES + CONDITIONALLY_INVISIBLE_FIELD_CLASSES).freeze
|
|
19
19
|
|
|
20
|
+
NON_NILABLE_RUBY_TYPES = [
|
|
21
|
+
"Array[Herb::AST::Node]",
|
|
22
|
+
"Array[Herb::AST::ERBWhenNode]",
|
|
23
|
+
"Array[Herb::AST::ERBInNode]",
|
|
24
|
+
"bool",
|
|
25
|
+
"nil"
|
|
26
|
+
].freeze
|
|
27
|
+
|
|
28
|
+
PrismConfigField = Data.define(:name, :type)
|
|
29
|
+
|
|
30
|
+
PrismConfigNode = Data.define(:name, :type_id, :fields, :flags) do
|
|
31
|
+
def entries
|
|
32
|
+
flags ? [PrismConfigField.new(flags, "__flags")] + fields : fields
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
|
|
20
36
|
class Field
|
|
21
37
|
attr_reader :name, :options
|
|
22
38
|
|
|
@@ -25,6 +41,26 @@ module Herb
|
|
|
25
41
|
@options = options
|
|
26
42
|
end
|
|
27
43
|
|
|
44
|
+
def nilable?
|
|
45
|
+
!NON_NILABLE_RUBY_TYPES.include?(ruby_type)
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
def nilable_ruby_type
|
|
49
|
+
nilable? ? "#{ruby_type}?" : ruby_type
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
def default_ruby_value
|
|
53
|
+
case ruby_type
|
|
54
|
+
when "bool" then "false"
|
|
55
|
+
when /\AArray\[/ then "[]"
|
|
56
|
+
else "nil"
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
|
|
60
|
+
def writable?
|
|
61
|
+
options.fetch(:writable, false)
|
|
62
|
+
end
|
|
63
|
+
|
|
28
64
|
def always_invisible?
|
|
29
65
|
ALWAYS_INVISIBLE_FIELD_CLASSES.include?(self.class.name.split("::").last)
|
|
30
66
|
end
|
|
@@ -367,12 +403,14 @@ module Herb
|
|
|
367
403
|
class ErrorType
|
|
368
404
|
include ConfigType
|
|
369
405
|
|
|
370
|
-
attr_reader :name, :type, :struct_type, :struct_name, :human, :fields, :message_template, :message_arguments
|
|
406
|
+
attr_reader :name, :type, :struct_type, :struct_name, :human, :fields, :message_template, :message_arguments, :suggestion_template, :suggestion_arguments
|
|
371
407
|
|
|
372
408
|
def initialize(config)
|
|
373
409
|
@name = config.fetch("name")
|
|
374
410
|
@message_template = config.dig("message", "template")
|
|
375
411
|
@message_arguments = config.dig("message", "arguments")
|
|
412
|
+
@suggestion_template = config.dig("suggestion", "template")
|
|
413
|
+
@suggestion_arguments = config.dig("suggestion", "arguments") || []
|
|
376
414
|
|
|
377
415
|
camelized = Template.underscore(@name)
|
|
378
416
|
@type = camelized.upcase
|
|
@@ -389,6 +427,14 @@ module Herb
|
|
|
389
427
|
end
|
|
390
428
|
end
|
|
391
429
|
|
|
430
|
+
def ruby_suggestion_arguments
|
|
431
|
+
suggestion_arguments.map { |argument| argument.gsub("->", ".") }
|
|
432
|
+
end
|
|
433
|
+
|
|
434
|
+
def ruby_suggestion_guards
|
|
435
|
+
suggestion_arguments.map { |argument| argument.split("->").first }.uniq
|
|
436
|
+
end
|
|
437
|
+
|
|
392
438
|
def c_type
|
|
393
439
|
@struct_type
|
|
394
440
|
end
|
|
@@ -397,6 +443,8 @@ module Herb
|
|
|
397
443
|
class NodeType
|
|
398
444
|
include ConfigType
|
|
399
445
|
|
|
446
|
+
ERB_TAG_FIELDS = ["tag_opening", "content", "tag_closing"].freeze
|
|
447
|
+
|
|
400
448
|
attr_reader :name, :type, :struct_type, :struct_name, :human, :fields
|
|
401
449
|
|
|
402
450
|
def initialize(config)
|
|
@@ -412,10 +460,20 @@ module Herb
|
|
|
412
460
|
type = field_type_for(field.fetch("type"))
|
|
413
461
|
kind = normalize_kind(field.fetch("kind", nil), type, @name, field_name)
|
|
414
462
|
|
|
415
|
-
type.new(name: field_name, kind: kind)
|
|
463
|
+
type.new(name: field_name, kind: kind, writable: field.fetch("writable", false))
|
|
416
464
|
end
|
|
417
465
|
end
|
|
418
466
|
|
|
467
|
+
def erb_tag?
|
|
468
|
+
names = fields.map(&:name)
|
|
469
|
+
|
|
470
|
+
ERB_TAG_FIELDS.all? { |field| names.include?(field) }
|
|
471
|
+
end
|
|
472
|
+
|
|
473
|
+
def html?
|
|
474
|
+
name.start_with?("HTML")
|
|
475
|
+
end
|
|
476
|
+
|
|
419
477
|
def c_type
|
|
420
478
|
@struct_type
|
|
421
479
|
end
|
|
@@ -485,6 +543,26 @@ module Herb
|
|
|
485
543
|
end
|
|
486
544
|
end
|
|
487
545
|
|
|
546
|
+
class HelperBlockArgument
|
|
547
|
+
attr_reader :name, :position, :type, :optional, :description
|
|
548
|
+
|
|
549
|
+
def initialize(config)
|
|
550
|
+
@name = config.fetch("name")
|
|
551
|
+
@position = config.fetch("position")
|
|
552
|
+
@type = Array(config.fetch("type"))
|
|
553
|
+
@optional = config.fetch("optional", false)
|
|
554
|
+
@description = config.fetch("description", "")
|
|
555
|
+
end
|
|
556
|
+
|
|
557
|
+
def type_display
|
|
558
|
+
@type.join(" | ")
|
|
559
|
+
end
|
|
560
|
+
|
|
561
|
+
def escaped_description
|
|
562
|
+
Template.escape_string(@description)
|
|
563
|
+
end
|
|
564
|
+
end
|
|
565
|
+
|
|
488
566
|
class HelperOption
|
|
489
567
|
attr_reader :name, :type, :maps_to, :description
|
|
490
568
|
|
|
@@ -519,13 +597,15 @@ module Herb
|
|
|
519
597
|
end
|
|
520
598
|
|
|
521
599
|
class HelperContent
|
|
522
|
-
attr_reader :source, :arg_position, :skip_if_hash, :to_s_suffix_when_single
|
|
600
|
+
attr_reader :source, :arg_position, :skip_if_hash, :to_s_suffix_when_single,
|
|
601
|
+
:positional_arguments_with_block
|
|
523
602
|
|
|
524
603
|
def initialize(config)
|
|
525
604
|
@source = config.fetch("source")
|
|
526
605
|
@arg_position = config.fetch("arg_position", nil)
|
|
527
606
|
@skip_if_hash = config.fetch("skip_if_hash", false)
|
|
528
607
|
@to_s_suffix_when_single = config.fetch("to_s_suffix_when_single", false)
|
|
608
|
+
@positional_arguments_with_block = config.fetch("positional_arguments_with_block", nil)
|
|
529
609
|
end
|
|
530
610
|
|
|
531
611
|
def null?
|
|
@@ -613,12 +693,183 @@ module Herb
|
|
|
613
693
|
end
|
|
614
694
|
end
|
|
615
695
|
|
|
696
|
+
class StateKind
|
|
697
|
+
attr_reader :name, :article, :prism_nodes
|
|
698
|
+
|
|
699
|
+
def initialize(config)
|
|
700
|
+
@name = config.fetch("name")
|
|
701
|
+
@article = config.fetch("article")
|
|
702
|
+
@prism_nodes = config.fetch("prism_nodes", [])
|
|
703
|
+
@literal = config.fetch("literal", false)
|
|
704
|
+
@value = config.fetch("value", false)
|
|
705
|
+
@unknown = config.fetch("unknown", false)
|
|
706
|
+
@falsy = config.fetch("falsy", false)
|
|
707
|
+
@nilable = config.fetch("nilable", false)
|
|
708
|
+
end
|
|
709
|
+
|
|
710
|
+
def literal?
|
|
711
|
+
@literal
|
|
712
|
+
end
|
|
713
|
+
|
|
714
|
+
def value?
|
|
715
|
+
@value
|
|
716
|
+
end
|
|
717
|
+
|
|
718
|
+
def unknown?
|
|
719
|
+
@unknown
|
|
720
|
+
end
|
|
721
|
+
|
|
722
|
+
def falsy?
|
|
723
|
+
@falsy
|
|
724
|
+
end
|
|
725
|
+
|
|
726
|
+
def nilable?
|
|
727
|
+
@nilable
|
|
728
|
+
end
|
|
729
|
+
|
|
730
|
+
def prism_constants
|
|
731
|
+
prism_nodes.map { |node| "PM_#{Template.underscore(node).upcase}" }
|
|
732
|
+
end
|
|
733
|
+
end
|
|
734
|
+
|
|
735
|
+
class HTMLElement
|
|
736
|
+
attr_reader :name, :description
|
|
737
|
+
|
|
738
|
+
def initialize(config)
|
|
739
|
+
@name = config.fetch("name")
|
|
740
|
+
@description = config.fetch("description")
|
|
741
|
+
@void = config.fetch("void", false)
|
|
742
|
+
@deprecated = config.fetch("deprecated", false)
|
|
743
|
+
@whitespace_preserving = config.fetch("whitespace_preserving", false)
|
|
744
|
+
@inline = config.fetch("inline", false)
|
|
745
|
+
end
|
|
746
|
+
|
|
747
|
+
def void? = @void
|
|
748
|
+
def deprecated? = @deprecated
|
|
749
|
+
def whitespace_preserving? = @whitespace_preserving
|
|
750
|
+
def inline? = @inline
|
|
751
|
+
end
|
|
752
|
+
|
|
753
|
+
class ForeignContentElement
|
|
754
|
+
attr_reader :name, :kind
|
|
755
|
+
|
|
756
|
+
def initialize(config)
|
|
757
|
+
@name = config.fetch("name")
|
|
758
|
+
@kind = config.fetch("kind")
|
|
759
|
+
@end_tag = config.fetch("end_tag", true)
|
|
760
|
+
@html_only = config.fetch("html_only", false)
|
|
761
|
+
|
|
762
|
+
raise "Unknown foreign content kind #{@kind.inspect} for #{@name}" unless ["raw_text", "rcdata"].include?(@kind)
|
|
763
|
+
end
|
|
764
|
+
|
|
765
|
+
def raw_text? = @kind == "raw_text"
|
|
766
|
+
def rcdata? = @kind == "rcdata"
|
|
767
|
+
def end_tag? = @end_tag
|
|
768
|
+
def html_only? = @html_only
|
|
769
|
+
end
|
|
770
|
+
|
|
771
|
+
class SlotsComponentAttribute
|
|
772
|
+
attr_reader :name, :type, :description
|
|
773
|
+
|
|
774
|
+
def initialize(config)
|
|
775
|
+
@name = config.fetch("name")
|
|
776
|
+
@type = config.fetch("type")
|
|
777
|
+
@description = config.fetch("description")
|
|
778
|
+
end
|
|
779
|
+
end
|
|
780
|
+
|
|
781
|
+
class SlotsComponent
|
|
782
|
+
attr_reader :name, :parents, :description, :attributes
|
|
783
|
+
|
|
784
|
+
def initialize(config)
|
|
785
|
+
@name = config.fetch("name")
|
|
786
|
+
@parents = config.fetch("parents", nil)
|
|
787
|
+
@description = config.fetch("description")
|
|
788
|
+
@attributes = config.fetch("attributes", []).map { |attribute| SlotsComponentAttribute.new(attribute) }
|
|
789
|
+
@deferred = config.fetch("deferred", false)
|
|
790
|
+
@void = config.fetch("void", false)
|
|
791
|
+
end
|
|
792
|
+
|
|
793
|
+
def deferred?
|
|
794
|
+
@deferred
|
|
795
|
+
end
|
|
796
|
+
|
|
797
|
+
def void?
|
|
798
|
+
@void
|
|
799
|
+
end
|
|
800
|
+
end
|
|
801
|
+
|
|
802
|
+
class StateOperator
|
|
803
|
+
attr_reader :operator, :mirrored, :negated
|
|
804
|
+
|
|
805
|
+
def initialize(config)
|
|
806
|
+
@operator = config.fetch("operator")
|
|
807
|
+
@mirrored = config.fetch("mirrored", nil)
|
|
808
|
+
@negated = config.fetch("negated")
|
|
809
|
+
@ordered = config.fetch("ordered", false)
|
|
810
|
+
end
|
|
811
|
+
|
|
812
|
+
def ordered?
|
|
813
|
+
@ordered
|
|
814
|
+
end
|
|
815
|
+
end
|
|
816
|
+
|
|
817
|
+
class StateTransform
|
|
818
|
+
attr_reader :name, :operation, :kinds, :returns, :only
|
|
819
|
+
|
|
820
|
+
def initialize(config)
|
|
821
|
+
@name = config.fetch("name")
|
|
822
|
+
@operation = config.fetch("operation")
|
|
823
|
+
@kinds = config.fetch("kinds", nil)
|
|
824
|
+
@returns = config.fetch("returns")
|
|
825
|
+
@only = config.fetch("only")
|
|
826
|
+
end
|
|
827
|
+
|
|
828
|
+
def ruby_kinds
|
|
829
|
+
kinds ? "[#{kinds.map { |kind| ":#{kind}" }.join(", ")}]" : "nil"
|
|
830
|
+
end
|
|
831
|
+
|
|
832
|
+
def typescript_kinds
|
|
833
|
+
kinds ? "[#{kinds.map(&:inspect).join(", ")}]" : "null"
|
|
834
|
+
end
|
|
835
|
+
end
|
|
836
|
+
|
|
837
|
+
class StatePredicate
|
|
838
|
+
attr_reader :name, :comparand, :operator, :kinds, :only, :rewrite, :negated
|
|
839
|
+
|
|
840
|
+
def initialize(config)
|
|
841
|
+
@name = config.fetch("name")
|
|
842
|
+
@comparand = config.fetch("comparand", nil)
|
|
843
|
+
@operator = config.fetch("operator", nil)
|
|
844
|
+
@kinds = config.fetch("kinds", nil)
|
|
845
|
+
@only = config.fetch("only")
|
|
846
|
+
@rewrite = config.fetch("rewrite", nil)
|
|
847
|
+
@negated = config.fetch("negated", nil)
|
|
848
|
+
end
|
|
849
|
+
|
|
850
|
+
def unary?
|
|
851
|
+
!operator.nil? && comparand.nil?
|
|
852
|
+
end
|
|
853
|
+
|
|
854
|
+
def ruby_kinds
|
|
855
|
+
kinds ? "[#{kinds.map { |kind| ":#{kind}" }.join(", ")}]" : "nil"
|
|
856
|
+
end
|
|
857
|
+
|
|
858
|
+
def typescript_kinds
|
|
859
|
+
kinds ? "[#{kinds.map(&:inspect).join(", ")}]" : "null"
|
|
860
|
+
end
|
|
861
|
+
|
|
862
|
+
def literal(value)
|
|
863
|
+
value.inspect
|
|
864
|
+
end
|
|
865
|
+
end
|
|
866
|
+
|
|
616
867
|
class HelperType
|
|
617
|
-
attr_reader :name, :source, :gem, :output, :visibility, :supports_block,
|
|
868
|
+
attr_reader :name, :source, :gem, :output, :visibility, :receiver, :supports_block,
|
|
618
869
|
:supported, :description, :signature, :documentation_url, :tag,
|
|
619
870
|
:content, :attributes_arg, :attributes_arg_with_block,
|
|
620
871
|
:transform_style, :custom_transform,
|
|
621
|
-
:arguments, :options, :special_behaviors, :aliases
|
|
872
|
+
:arguments, :options, :block_arguments, :special_behaviors, :aliases
|
|
622
873
|
|
|
623
874
|
def initialize(config)
|
|
624
875
|
@name = config.fetch("name")
|
|
@@ -626,6 +877,7 @@ module Herb
|
|
|
626
877
|
@gem = config.fetch("gem")
|
|
627
878
|
@output = config.fetch("output", "html")
|
|
628
879
|
@visibility = config.fetch("visibility", "public")
|
|
880
|
+
@receiver = config.fetch("receiver", "view")
|
|
629
881
|
@supports_block = config.fetch("supports_block", false)
|
|
630
882
|
@supported = config.fetch("supported", false)
|
|
631
883
|
@description = config.fetch("description", "").strip
|
|
@@ -645,6 +897,7 @@ module Herb
|
|
|
645
897
|
|
|
646
898
|
@arguments = (config.fetch("arguments", []) || []).map { |arg| HelperArgument.new(arg) }
|
|
647
899
|
@options = (config.fetch("options", []) || []).map { |opt| HelperOption.new(opt) }
|
|
900
|
+
@block_arguments = (config.fetch("block_arguments", []) || []).map { |arg| HelperBlockArgument.new(arg) }
|
|
648
901
|
|
|
649
902
|
raw_behaviors = config.fetch("special_behaviors", []) || []
|
|
650
903
|
@special_behaviors = raw_behaviors.map { |b| HelperSpecialBehavior.new(b) }
|
|
@@ -719,6 +972,14 @@ module Herb
|
|
|
719
972
|
@visibility == "internal"
|
|
720
973
|
end
|
|
721
974
|
|
|
975
|
+
def view_receiver?
|
|
976
|
+
@receiver == "view"
|
|
977
|
+
end
|
|
978
|
+
|
|
979
|
+
def form_builder_receiver?
|
|
980
|
+
@receiver == "form_builder"
|
|
981
|
+
end
|
|
982
|
+
|
|
722
983
|
def tag?
|
|
723
984
|
!@tag.nil?
|
|
724
985
|
end
|
|
@@ -872,8 +1133,10 @@ module Herb
|
|
|
872
1133
|
)
|
|
873
1134
|
end
|
|
874
1135
|
|
|
875
|
-
rendered_template = read_template(template_path.to_s).result_with_hash(
|
|
876
|
-
|
|
1136
|
+
rendered_template = read_template(template_path.to_s).result_with_hash(
|
|
1137
|
+
{ nodes: nodes, errors: errors, union_kinds: union_kinds, helpers: helpers, prism_nodes: prism_nodes, prism_flags: prism_flags, state_predicates: state_predicates, state_kinds: state_kinds, state_transforms: state_transforms, state_operators: state_operators, slots_components: slots_components, foreign_content_elements: foreign_content_elements, html_elements: html_elements, boolean_attributes: boolean_attributes, whitespace_preserving_elements: whitespace_preserving_elements, parser_options: parser_options, inline_elements: inline_elements }
|
|
1138
|
+
)
|
|
1139
|
+
content = heading_for(name, template_file_display) + rendered_template
|
|
877
1140
|
|
|
878
1141
|
check_gitignore(name)
|
|
879
1142
|
|
|
@@ -912,11 +1175,220 @@ module Herb
|
|
|
912
1175
|
[]
|
|
913
1176
|
end
|
|
914
1177
|
|
|
1178
|
+
class ParserOptionField
|
|
1179
|
+
attr_reader :name, :type, :default, :description, :c_name, :nullable, :null_sentinel, :ruby_unit, :default_ms, :count_name
|
|
1180
|
+
|
|
1181
|
+
def initialize(config)
|
|
1182
|
+
@name = config.fetch("name")
|
|
1183
|
+
@type = config.fetch("type")
|
|
1184
|
+
@default = config["default"]
|
|
1185
|
+
@default_ms = config["default_ms"]
|
|
1186
|
+
@description = config.fetch("description", "")
|
|
1187
|
+
@c_name = config.fetch("c_name", @name)
|
|
1188
|
+
@count_name = config["count_name"]
|
|
1189
|
+
@const_name = config["const_name"]
|
|
1190
|
+
@nullable = config.fetch("nullable", false)
|
|
1191
|
+
@null_sentinel = config["null_sentinel"]
|
|
1192
|
+
@ruby_unit = config["ruby_unit"]
|
|
1193
|
+
@only = config["only"]
|
|
1194
|
+
@skip = config.fetch("skip", [])
|
|
1195
|
+
@lex = config.fetch("lex", false)
|
|
1196
|
+
end
|
|
1197
|
+
|
|
1198
|
+
def for?(language)
|
|
1199
|
+
return @only.include?(language.to_s) if @only
|
|
1200
|
+
|
|
1201
|
+
!@skip.include?(language.to_s)
|
|
1202
|
+
end
|
|
1203
|
+
|
|
1204
|
+
def c_extractable?
|
|
1205
|
+
for?(:c) && !string_array?
|
|
1206
|
+
end
|
|
1207
|
+
|
|
1208
|
+
def lex?
|
|
1209
|
+
@lex
|
|
1210
|
+
end
|
|
1211
|
+
|
|
1212
|
+
def boolean?
|
|
1213
|
+
@type == "boolean"
|
|
1214
|
+
end
|
|
1215
|
+
|
|
1216
|
+
def string_array?
|
|
1217
|
+
@type == "string_array"
|
|
1218
|
+
end
|
|
1219
|
+
|
|
1220
|
+
def uint64?
|
|
1221
|
+
@type == "uint64"
|
|
1222
|
+
end
|
|
1223
|
+
|
|
1224
|
+
def pointer?
|
|
1225
|
+
@type == "pointer_uint32"
|
|
1226
|
+
end
|
|
1227
|
+
|
|
1228
|
+
def nullable?
|
|
1229
|
+
@nullable
|
|
1230
|
+
end
|
|
1231
|
+
|
|
1232
|
+
def snake_case
|
|
1233
|
+
@name
|
|
1234
|
+
end
|
|
1235
|
+
|
|
1236
|
+
def camel_case
|
|
1237
|
+
@name.split("_").map.with_index { |word, index| index.zero? ? word : word.capitalize }.join
|
|
1238
|
+
end
|
|
1239
|
+
|
|
1240
|
+
def pascal_case
|
|
1241
|
+
@name.split("_").map(&:capitalize).join
|
|
1242
|
+
end
|
|
1243
|
+
|
|
1244
|
+
def upper_snake
|
|
1245
|
+
(@const_name || @name).upcase
|
|
1246
|
+
end
|
|
1247
|
+
|
|
1248
|
+
def java_getter
|
|
1249
|
+
prefix = boolean? ? "is" : "get"
|
|
1250
|
+
|
|
1251
|
+
"#{prefix}#{pascal_case}"
|
|
1252
|
+
end
|
|
1253
|
+
|
|
1254
|
+
def java_jni_signature
|
|
1255
|
+
return "()Z" if boolean?
|
|
1256
|
+
return "()Ljava/lang/Integer;" if nullable?
|
|
1257
|
+
|
|
1258
|
+
"()I"
|
|
1259
|
+
end
|
|
1260
|
+
|
|
1261
|
+
def ruby_constant?
|
|
1262
|
+
!string_array?
|
|
1263
|
+
end
|
|
1264
|
+
|
|
1265
|
+
def ruby_default
|
|
1266
|
+
return "[]" if string_array?
|
|
1267
|
+
return "nil" if nullable? && @default.nil?
|
|
1268
|
+
|
|
1269
|
+
if @ruby_unit == "seconds" && @default_ms
|
|
1270
|
+
seconds = @default_ms.to_f / 1000
|
|
1271
|
+
|
|
1272
|
+
return seconds == seconds.to_i ? seconds.to_i : seconds
|
|
1273
|
+
end
|
|
1274
|
+
|
|
1275
|
+
@default
|
|
1276
|
+
end
|
|
1277
|
+
|
|
1278
|
+
def ruby_default_type
|
|
1279
|
+
return ruby_type unless nullable?
|
|
1280
|
+
|
|
1281
|
+
ruby_type.delete_suffix("?")
|
|
1282
|
+
end
|
|
1283
|
+
|
|
1284
|
+
def c_default
|
|
1285
|
+
return @null_sentinel if nullable? && @default.nil?
|
|
1286
|
+
return @default_ms if @default_ms
|
|
1287
|
+
|
|
1288
|
+
@default
|
|
1289
|
+
end
|
|
1290
|
+
|
|
1291
|
+
def js_default
|
|
1292
|
+
return "[]" if string_array?
|
|
1293
|
+
return "null" if nullable? && @default.nil?
|
|
1294
|
+
|
|
1295
|
+
@default_ms || @default
|
|
1296
|
+
end
|
|
1297
|
+
|
|
1298
|
+
def java_default
|
|
1299
|
+
return "null" if nullable? && @default.nil?
|
|
1300
|
+
|
|
1301
|
+
@default_ms || @default
|
|
1302
|
+
end
|
|
1303
|
+
|
|
1304
|
+
def rust_default
|
|
1305
|
+
return "None" if string_array?
|
|
1306
|
+
return "None" if nullable? && @default.nil?
|
|
1307
|
+
|
|
1308
|
+
value = @default_ms || @default
|
|
1309
|
+
|
|
1310
|
+
nullable? ? "Some(#{value})" : value
|
|
1311
|
+
end
|
|
1312
|
+
|
|
1313
|
+
def c_type
|
|
1314
|
+
return "bool" if boolean?
|
|
1315
|
+
return "uint64_t" if uint64?
|
|
1316
|
+
return "uint32_t*" if pointer?
|
|
1317
|
+
return "const hb_string_T*" if string_array?
|
|
1318
|
+
|
|
1319
|
+
"uint32_t"
|
|
1320
|
+
end
|
|
1321
|
+
|
|
1322
|
+
def ruby_type
|
|
1323
|
+
return "bool" if boolean?
|
|
1324
|
+
return "Array[String]" if string_array?
|
|
1325
|
+
return "Numeric" if @ruby_unit == "seconds"
|
|
1326
|
+
|
|
1327
|
+
nullable? ? "Integer?" : "Integer"
|
|
1328
|
+
end
|
|
1329
|
+
|
|
1330
|
+
def typescript_type
|
|
1331
|
+
return "boolean" if boolean?
|
|
1332
|
+
return "string[]" if string_array?
|
|
1333
|
+
|
|
1334
|
+
nullable? ? "number | null" : "number"
|
|
1335
|
+
end
|
|
1336
|
+
|
|
1337
|
+
def java_type
|
|
1338
|
+
return "boolean" if boolean?
|
|
1339
|
+
|
|
1340
|
+
nullable? ? "Integer" : "int"
|
|
1341
|
+
end
|
|
1342
|
+
|
|
1343
|
+
def rust_type
|
|
1344
|
+
return "bool" if boolean?
|
|
1345
|
+
return "Option<Vec<String>>" if string_array?
|
|
1346
|
+
|
|
1347
|
+
nullable? ? "Option<u32>" : "u32"
|
|
1348
|
+
end
|
|
1349
|
+
end
|
|
1350
|
+
|
|
1351
|
+
class ParserOptionsConfig
|
|
1352
|
+
attr_reader :fields, :internal_fields
|
|
1353
|
+
|
|
1354
|
+
def initialize(config)
|
|
1355
|
+
@fields = (config.fetch("fields", []) || []).map { |f| ParserOptionField.new(f) }
|
|
1356
|
+
@internal_fields = (config.fetch("internal_fields", []) || []).map { |f| ParserOptionField.new(f) }
|
|
1357
|
+
end
|
|
1358
|
+
|
|
1359
|
+
def fields_for(language)
|
|
1360
|
+
@fields.select { |field| field.for?(language) }
|
|
1361
|
+
end
|
|
1362
|
+
|
|
1363
|
+
def extractable_fields_for(language)
|
|
1364
|
+
fields_for(language).select(&:c_extractable?)
|
|
1365
|
+
end
|
|
1366
|
+
|
|
1367
|
+
def lex_fields_for(language)
|
|
1368
|
+
fields_for(language).select(&:lex?)
|
|
1369
|
+
end
|
|
1370
|
+
|
|
1371
|
+
def parse_fields_for(language)
|
|
1372
|
+
fields_for(language).reject(&:lex?)
|
|
1373
|
+
end
|
|
1374
|
+
|
|
1375
|
+
def all_c_fields
|
|
1376
|
+
fields_for(:c) + @internal_fields
|
|
1377
|
+
end
|
|
1378
|
+
end
|
|
1379
|
+
|
|
1380
|
+
def self.parser_options
|
|
1381
|
+
config_data = config["parser_options"]
|
|
1382
|
+
|
|
1383
|
+
return nil unless config_data
|
|
1384
|
+
|
|
1385
|
+
ParserOptionsConfig.new(config_data)
|
|
1386
|
+
end
|
|
1387
|
+
|
|
915
1388
|
def self.nodes
|
|
916
1389
|
(config.dig("nodes", "types") || []).map { |node| NodeType.new(node) }
|
|
917
1390
|
end
|
|
918
1391
|
|
|
919
|
-
# Collect all unique union kinds from node fields
|
|
920
1392
|
def self.union_kinds
|
|
921
1393
|
union_kinds_set = Set.new
|
|
922
1394
|
|
|
@@ -941,8 +1413,91 @@ module Herb
|
|
|
941
1413
|
end
|
|
942
1414
|
end
|
|
943
1415
|
|
|
1416
|
+
def self.state_predicates
|
|
1417
|
+
config = YAML.load_file("config/state/predicates.yml")
|
|
1418
|
+
|
|
1419
|
+
(config["predicates"] || []).map { |predicate| StatePredicate.new(predicate) }
|
|
1420
|
+
end
|
|
1421
|
+
|
|
1422
|
+
def self.state_kinds
|
|
1423
|
+
config = YAML.load_file("config/state/kind.yml")
|
|
1424
|
+
|
|
1425
|
+
(config["kinds"] || []).map { |kind| StateKind.new(kind) }
|
|
1426
|
+
end
|
|
1427
|
+
|
|
1428
|
+
def self.state_transforms
|
|
1429
|
+
config = YAML.load_file("config/state/transforms.yml")
|
|
1430
|
+
|
|
1431
|
+
(config["transforms"] || []).map { |transform| StateTransform.new(transform) }
|
|
1432
|
+
end
|
|
1433
|
+
|
|
1434
|
+
def self.state_operators
|
|
1435
|
+
config = YAML.load_file("config/state/operators.yml")
|
|
1436
|
+
|
|
1437
|
+
(config["comparisons"] || []).map { |operator| StateOperator.new(operator) }
|
|
1438
|
+
end
|
|
1439
|
+
|
|
1440
|
+
def self.html_elements
|
|
1441
|
+
YAML.load_file("config/html_elements.yml")["elements"].map { |element| HTMLElement.new(element) }
|
|
1442
|
+
end
|
|
1443
|
+
|
|
1444
|
+
def self.boolean_attributes
|
|
1445
|
+
YAML.load_file("config/html_elements.yml")["boolean_attributes"]
|
|
1446
|
+
end
|
|
1447
|
+
|
|
1448
|
+
def self.whitespace_preserving_elements
|
|
1449
|
+
raw_text = foreign_content_elements.select(&:raw_text?).map(&:name)
|
|
1450
|
+
flagged = html_elements.select(&:whitespace_preserving?).map(&:name)
|
|
1451
|
+
|
|
1452
|
+
(raw_text + flagged).sort
|
|
1453
|
+
end
|
|
1454
|
+
|
|
1455
|
+
def self.inline_elements
|
|
1456
|
+
html_elements.select(&:inline?).map(&:name).sort
|
|
1457
|
+
end
|
|
1458
|
+
|
|
1459
|
+
def self.foreign_content_elements
|
|
1460
|
+
config = YAML.load_file("config/html_elements.yml")
|
|
1461
|
+
|
|
1462
|
+
(config["foreign_content_elements"] || []).map { |element| ForeignContentElement.new(element) }
|
|
1463
|
+
end
|
|
1464
|
+
|
|
1465
|
+
def self.slots_components
|
|
1466
|
+
config = YAML.load_file("config/slots/components.yml", aliases: true)
|
|
1467
|
+
|
|
1468
|
+
(config["components"] || []).map { |component| SlotsComponent.new(component) }
|
|
1469
|
+
end
|
|
1470
|
+
|
|
944
1471
|
def self.config
|
|
945
1472
|
YAML.load_file("config.yml")
|
|
946
1473
|
end
|
|
1474
|
+
|
|
1475
|
+
def self.prism_config_path
|
|
1476
|
+
require_relative "../lib/herb/bootstrap"
|
|
1477
|
+
|
|
1478
|
+
vendored = File.join(Herb::Bootstrap::PRISM_VENDOR_DIR, "config.yml")
|
|
1479
|
+
|
|
1480
|
+
return vendored if File.exist?(vendored)
|
|
1481
|
+
|
|
1482
|
+
File.join(Herb::Bootstrap.find_prism_gem_path, "config.yml")
|
|
1483
|
+
end
|
|
1484
|
+
|
|
1485
|
+
def self.prism_config
|
|
1486
|
+
@prism_config ||= YAML.load_file(prism_config_path)
|
|
1487
|
+
end
|
|
1488
|
+
|
|
1489
|
+
def self.prism_nodes
|
|
1490
|
+
(prism_config["nodes"] || []).each_with_index.map do |node, index|
|
|
1491
|
+
fields = (node["fields"] || []).map { |field| PrismConfigField.new(field["name"], field["type"]) }
|
|
1492
|
+
|
|
1493
|
+
PrismConfigNode.new(node["name"], index + 1, fields, node["flags"])
|
|
1494
|
+
end
|
|
1495
|
+
end
|
|
1496
|
+
|
|
1497
|
+
def self.prism_flags
|
|
1498
|
+
(prism_config["flags"] || []).to_h do |group|
|
|
1499
|
+
[group["name"], (group["values"] || []).map { |value| value["name"] }]
|
|
1500
|
+
end
|
|
1501
|
+
end
|
|
947
1502
|
end
|
|
948
1503
|
end
|