CodeSampleX

サンプル

Parse multi-environment configuration sections, load environment configurations, and query Node.js versions with browserslist

sha256:e798bc73a962540ec9f157a362f2aeef2714978ef9348da3dfef0b2a078ce2c6

このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。 合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。 MIT-0

実行証拠

宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。

証拠の基準
署名済みコントラクト合格
検証レシート
1
ビルドした署名鍵
1
宣言された環境 node 22.23 linux 24 · ubuntu · glibc 2.39 x64 node 22.23 javascript npm 10

検証実行環境

環境 コントラクト ステージ 実行日
node 22 · linux alpine/x64 · docker ed25519:c1973797be207ac4 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · node-typescript@1node:22-alpine@sha256:c610fcdfb1d5…
2026-08-24

ケース

HOW
ゴール
Parse multi-environment configuration sections, load environment configurations, and query Node.js versions with browserslist
パッケージ
シンボル
  • browserslist.findConfig
  • browserslist.loadConfig
  • browserslist.nodeVersions
  • browserslist.parseConfig
環境
node 22.23.2
作成日
2026-08-24T20:19:22Z

コントラクト

  1. browserslist.parseConfig(configString) parses multi-environment config text into section maps, stripping comments and empty lines
  2. browserslist.parseConfig('') on empty or comment-only string returns an object with an empty defaults array
  3. browserslist.findConfig(dir) discovers .browserslistrc files and returns structured section mappings
  4. browserslist.findConfig(dir) discovers package.json browserslist array configurations and wraps them under defaults
  5. browserslist.findConfig(dir) returns undefined when no configuration file exists in the directory tree
  6. browserslist.loadConfig({ path, env }) selects queries for the specified environment, defaulting to production
  7. browserslist.loadConfig({ path, env }) falls back to the defaults section when an unknown environment is requested
  8. browserslist(null, { path, env }) resolves target browsers directly from discovered configuration files
  9. browserslist.nodeVersions exposes an array of all known Node.js release versions used for node query resolution

ファイル

  • NOTES.md
  • PROMPT.md
  • csx.json
  • package-lock.json
  • package.json
  • spec.json
  • test/contract.mjs

ソースアーティファクトをダウンロード (tar.gz)

オリジンシーダー

匿名