DEV: Remove the last transpile_js mentions (#26263)

This commit is contained in:
Jarek Radosz
2024-03-20 15:32:37 +01:00
committed by GitHub
parent aba0df7cf7
commit 6d137a41c2
3 changed files with 1 additions and 14 deletions

View File

@ -101,18 +101,7 @@ class Plugin::Metadata
],
)
FIELDS ||= %i[
name
about
version
authors
contact_emails
url
required_version
transpile_js
meta_topic_id
label
]
FIELDS ||= %i[name about version authors contact_emails url required_version meta_topic_id label]
attr_accessor(*FIELDS)
MAX_FIELD_LENGTHS ||= {