|
15 | 15 | "@iarna/toml": { |
16 | 16 | "type": "module", |
17 | 17 | "moduleName": "@iarna/toml", |
18 | | - "replacements": ["smol-toml"], |
| 18 | + "replacements": ["smol-toml", "Bun.TOML"], |
19 | 19 | "url": {"type": "e18e", "id": "toml"} |
20 | 20 | }, |
21 | 21 | "@jsdevtools/ez-spawn": { |
|
183 | 183 | "deep-equal": { |
184 | 184 | "type": "module", |
185 | 185 | "moduleName": "deep-equal", |
186 | | - "replacements": ["dequal", "util.isDeepStrictEqual"], |
| 186 | + "replacements": ["dequal", "util.isDeepStrictEqual", "Bun.deepEquals"], |
187 | 187 | "url": {"type": "e18e", "id": "deep-equal"} |
188 | 188 | }, |
189 | 189 | "deep-equal-json": { |
190 | 190 | "type": "module", |
191 | 191 | "moduleName": "deep-equal-json", |
192 | | - "replacements": ["dequal", "util.isDeepStrictEqual"], |
| 192 | + "replacements": ["dequal", "util.isDeepStrictEqual", "Bun.deepEquals"], |
193 | 193 | "url": {"type": "e18e", "id": "deep-equal"} |
194 | 194 | }, |
195 | 195 | "depcheck": { |
|
471 | 471 | "js-yaml": { |
472 | 472 | "type": "module", |
473 | 473 | "moduleName": "js-yaml", |
474 | | - "replacements": ["yaml", "YAML"], |
| 474 | + "replacements": ["yaml", "Bun.YAML"], |
475 | 475 | "url": {"type": "e18e", "id": "js-yaml"} |
476 | 476 | }, |
477 | 477 | "jsonwebtoken": { |
|
2747 | 2747 | "toml": { |
2748 | 2748 | "type": "module", |
2749 | 2749 | "moduleName": "toml", |
2750 | | - "replacements": ["smol-toml"], |
| 2750 | + "replacements": ["smol-toml", "Bun.TOML"], |
2751 | 2751 | "url": {"type": "e18e", "id": "toml"} |
2752 | 2752 | }, |
2753 | 2753 | "traverse": { |
|
2908 | 2908 | "type": "native", |
2909 | 2909 | "url": "https://bun.com/docs/runtime/shell" |
2910 | 2910 | }, |
| 2911 | + "Bun.TOML": { |
| 2912 | + "id": "Bun.TOML", |
| 2913 | + "type": "native", |
| 2914 | + "url": "https://bun.com/docs/runtime/toml" |
| 2915 | + }, |
| 2916 | + "Bun.YAML": { |
| 2917 | + "id": "Bun.YAML", |
| 2918 | + "type": "native", |
| 2919 | + "url": "https://bun.com/docs/runtime/yaml" |
| 2920 | + }, |
| 2921 | + "Bun.deepEquals": { |
| 2922 | + "id": "Bun.deepEquals", |
| 2923 | + "type": "native", |
| 2924 | + "url": "https://bun.com/docs/runtime/utils#bun-deepequals" |
| 2925 | + }, |
2911 | 2926 | "Bun.file": { |
2912 | 2927 | "id": "Bun.file", |
2913 | 2928 | "type": "native", |
|
2916 | 2931 | "Bun.stringWidth": { |
2917 | 2932 | "id": "Bun.stringWidth", |
2918 | 2933 | "type": "native", |
2919 | | - "url": "https://bun.com/reference/bun/stringWidth" |
| 2934 | + "url": "https://bun.com/docs/runtime/utils#bun-stringwidth" |
2920 | 2935 | }, |
2921 | 2936 | "Bun.stripANSI": { |
2922 | 2937 | "id": "Bun.stripANSI", |
2923 | 2938 | "type": "native", |
2924 | | - "url": "https://bun.com/reference/bun/stripANSI" |
| 2939 | + "url": "https://bun.com/docs/runtime/utils#bun-stripansi" |
2925 | 2940 | }, |
2926 | 2941 | "ClipboardAPI": { |
2927 | 2942 | "id": "ClipboardAPI", |
|
2999 | 3014 | "webFeatureId": {"featureId": "url", "compatKey": "api.URLSearchParams"}, |
3000 | 3015 | "url": {"type": "mdn", "id": "Web/API/URLSearchParams"} |
3001 | 3016 | }, |
3002 | | - "YAML": {"id": "YAML", "type": "documented", "replacementModule": "YAML"}, |
3003 | 3017 | "ansis": { |
3004 | 3018 | "id": "ansis", |
3005 | 3019 | "type": "documented", |
|
0 commit comments