mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update label-issue.ts
This commit is contained in:
@@ -25,7 +25,7 @@ const labels = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "bun:http",
|
name: "bun:http",
|
||||||
description: "",
|
description: "Bun.serve",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "bun:jsc",
|
name: "bun:jsc",
|
||||||
@@ -33,7 +33,7 @@ const labels = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "bun:semver",
|
name: "bun:semver",
|
||||||
description: "",
|
description: "Bun.semver",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "bun:serve",
|
name: "bun:serve",
|
||||||
@@ -41,7 +41,7 @@ const labels = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "bun:spawn",
|
name: "bun:spawn",
|
||||||
description: "",
|
description: "Bun.spawn, Bun.spawnSync",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "bun:sqlite",
|
name: "bun:sqlite",
|
||||||
@@ -49,11 +49,11 @@ const labels = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "bun:tcp",
|
name: "bun:tcp",
|
||||||
description: "",
|
description: "TCP sockets in Bun's API (Bun.connect, Bun.listen)",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "bun:udp",
|
name: "bun:udp",
|
||||||
description: "",
|
description: "UDP sockets in Bun's API (Bun.udpSocket())",
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -70,16 +70,12 @@ const labels = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "cjs",
|
name: "cjs",
|
||||||
description: "",
|
description: "CommonJS module",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "cli",
|
name: "cli",
|
||||||
description: "Something to do with CLI arguments",
|
description: "Something to do with CLI arguments",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "crash reporter bug",
|
|
||||||
description: "the stack trace given does not seem to be valid",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "debugger",
|
name: "debugger",
|
||||||
description: "Something to do with `bun --inspect` or the debugger",
|
description: "Something to do with `bun --inspect` or the debugger",
|
||||||
@@ -198,7 +194,7 @@ const labels = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "npm",
|
name: "npm",
|
||||||
description: "Something that relates to the npm-compatible client",
|
description: "Installing npm packages, npm registry, etc related to bun install",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "npm:patch",
|
name: "npm:patch",
|
||||||
|
|||||||
Reference in New Issue
Block a user