Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The parent comment is saying that if you write the string twice, you can get the compiler to check #1 and the runtime to use #2.


Not exactly (there is no duplication), a string constant in typescript is it's own type:

  const sql = 'SELECT ...';
  type SQL = typeof sql; 
  // type SQL = "SELECT ..."




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: