Jiho Persy Lee

Results 16 comments of Jiho Persy Lee

제가 사용하다 발견되는 이슈는 꾸준히 보고하거나 pr하겠습니다.

@easylogic https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html 여기에서 간략히 정의 내용을 얻을 수 있습니다. 타입 정의에 대한 간단한 샘플은 https://www.typescriptlang.org/docs/handbook/declaration-files/by-example.html 여기에서 볼 수 있구요. 타입스크립트 자체가 이름에서 풍기는 것처럼 어떤 변수가 어떤 데이터 타입이다.. 라는...

@easylogic grid 까지만 사용하고 있습니다.

@easylogic 지금 구성하고 있는 간단한 샘플은 이렇게 생겼습니다. ```ts jui.ready(["grid.xtable", "ui.paging"], function(xtable, paging) { let sample_board = xtable("#sample_board", { fields: [ "idx", "title", "hit_cnt", "crea_dtm" ], resize: true, sort: true,...

@easylogic 네, 사실 그런게 필요합니다.

@easylogic 예를 들자면 컴파일시에 다음과 같은 컴파일 오류 메시지가 발생합니다. ```sh src/main/webapp/static/ts/sampleBoard.ts(1,1): error TS2304: Cannot find name 'jui'. src/main/webapp/static/ts/sampleBoard.ts(10,18): error TS2304: Cannot find name '$'. src/main/webapp/static/ts/sampleBoard.ts(11,19): error TS2304: Cannot find...

@easylogic 고맙습니다. 저도 계속 답변드릴게요 :)

@easylogic 컴파일 타임에만 타입을 체크합니다.