일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- map
- 콜렉션
- 웹크롤러
- texttheme
- crawler
- python
- function
- 다트
- package
- DART
- kotlin
- animation
- pushnamed
- 함수
- 코틀린
- Collection
- Class
- text
- variable
- ML
- textstyle
- 파이썬
- set
- Flutter
- List
- import
- 크롤러
- 클래스
- Android
- 플러터
- Today
- Total
목록javascript (2)
조용한 담장
Reddit에서 Is typescript worth it? 라는 제목으로 핫한 내용을 살펴보고 Typescript의 장점들에 대한 내용을 모아봄. 질문자가 가진 Typescript에 대한 의문들 To be honest it feels that is just a massive building step. Working on a pure Javascript project feels so liberating. You are only thinking about the logic and what needs to be accomplished. And those projects move fast. Maybe .5% of my bugs are type related. Most bugs come from complex l..
Jest 의 에러 Jest encountered an unexpected token SyntaxError: Cannot use import statement outside a module 를 해결 한 방법. 아래의 패키지 설치 (npm install) @babel/core @babel/preset-env @babel/plugin-transform-modules-commonjs @babel/plugin-transform-runtime project root directory 에 babel.config.js 파일 생성 module.exports = { presets: ["@babel/preset-env"], env: { test: { plugins: [ '@babel/plugin-transform-modul..