feat: DefaultExpressionの構造情報を収集する - #6
Open
nlaocs wants to merge 3 commits into
Open
Conversation
Typeの既定Expressionから実装class、literal、返却型、多重度を保存します。\nmodernとlegacy collectorをschema 6の同一JSON形式へ更新します。
構造化JSON、文脈依存値のnull化、class hierarchy収集を単体テストで固定します。\n統合validatorでもSkript標準DefaultExpressionの返却型と多重度を確認します。
対応表とJSONリファレンスへDefaultExpressionの構造、nullable条件、旧schemaとの差を追記します。\n英語版と日本語版を同じ内容へ揃えます。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
Typeに登録されたDefaultExpressionを実装class名だけでなく、literal属性、返却型、多重度を含む構造化データとして出力します。schema 6としてmodernとlegacyの生成経路を揃え、Skript-LSPの汎用DefaultExpression providerが根拠として利用できるようにします。
主な変更
検証
関連: nlaocs/Skript-LSP#110