Skip to content

関数Obj:from_kvsを追加#975

Merged
syuilo merged 1 commit intoaiscript-dev:masterfrom
takejohn:feat/909_obj-from-kvs
Sep 20, 2025
Merged

関数Obj:from_kvsを追加#975
syuilo merged 1 commit intoaiscript-dev:masterfrom
takejohn:feat/909_obj-from-kvs

Conversation

@takejohn
Copy link
Copy Markdown
Member

What

以下の標準関数を追加します。

  • @Obj:from_kvs(kvs: arr): obj
    キーと値の組の配列からオブジェクトを作成します。

Why

Resolves #909

Additional info (optional)

@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Files with missing lines Coverage Δ
src/interpreter/lib/std.ts 84.34% <100.00%> (+5.10%) ⬆️

... and 29 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@syuilo syuilo merged commit ed72d59 into aiscript-dev:master Sep 20, 2025
4 checks passed
@syuilo
Copy link
Copy Markdown
Collaborator

syuilo commented Sep 20, 2025

👍

@takejohn takejohn deleted the feat/909_obj-from-kvs branch September 20, 2025 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Obj:from_kvs関数

4 participants