mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-20 22:51:17 -05:00
Support NetBSD platform (#34756)
This commit is contained in:
@@ -31,6 +31,7 @@ namespace ts.server {
|
||||
}
|
||||
case "openbsd":
|
||||
case "freebsd":
|
||||
case "netbsd":
|
||||
case "darwin":
|
||||
case "linux":
|
||||
case "android": {
|
||||
|
||||
Reference in New Issue
Block a user