소스 검색

Merge pull request #3337 from DetachHead/patch-2

add `satisfies` keyword to typescript
Henning Dieterichs 2 년 전
부모
커밋
1b52a6708c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/basic-languages/typescript/typescript.ts

+ 1 - 0
src/basic-languages/typescript/typescript.ts

@@ -137,6 +137,7 @@ export const language = {
 		'require',
 		'global',
 		'return',
+		'satisfies',
 		'set',
 		'static',
 		'string',