# Deno 1.39: WebGPU 의 귀환

> Clean Markdown view of GeekNews topic #12356. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=12356](https://news.hada.io/topic?id=12356)
- GeekNews Markdown: [https://news.hada.io/topic/12356.md](https://news.hada.io/topic/12356.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-12-16T09:57:02+09:00
- Updated: 2023-12-16T09:57:02+09:00
- Original source: [deno.com](https://deno.com/blog/v1.39)
- Points: 4
- Comments: 0

## Topic Body

- 2021년에 도입되었다가 올해초 성능문제로 제거되었던 WebGPU가 다시 복귀. 모든 성능문제가 해결됨.   
- 새로운 `deno coverage` 리포터 `summary` (텍스트 테이블 출력) 와 `html` (스태틱 HTML)  
- `deno compile` 향상: 더 나은 node_modules 지원. 실행파일 이름에 대한 제한 제거. Dynamic Import 지원   
- Deno Language Server 개선:   
  - 빠른 타이핑에도 반응성 뛰어난 편집 경험 제공  
  - 좀비 LSP 인스턴스 제거를 위한 종료 시간 제한  
  - 업데이트 알림  
  - 향상된 Diagnostic 정보   
- Node.js 호환성 향상 :  
  - Sloppy Import 지원  
  - node_modules/.bin/의 실행파일을 `deno task`에서 실행 가능  
  - node_modules 의 CommonJS 엔트리포인트를 잘 핸들링   
  - `Object.prototype.__proto__` 지원   
- Deno API 변경   
  - 유닉스 소켓에 대한 Deno.serve()가 stable 해짐   
  - Deno.HttpServer.shutdown() 도 stable   
  - Deno.HttpClient 가 using 으로 선언 가능   
  - Deno.Kv.watch() 추가 (unstable)  
  - `Deno.cron` 업데이트: JSON 형태의 스케줄 정보 입력 가능

## Comments



_No public comments on this page._
