benjamin_dobell
01/17/2023, 11:20 PMDYELbrah
01/18/2023, 1:18 AMOlyno
01/18/2023, 1:23 AMbenjamin_dobell
01/18/2023, 1:30 AM.ts
extensions. The problem there is that Node.js requires that you don't include file extensions. Node never actually ran TS directly anyway, you had to transpile to JS. Webpack (etc.) based TS bundlers/transpilers were generally cool with .ts
, so if you used them you were fine. However, compilation with the regular TS CLI using node module resolution failed if you included .ts
in your imports. With this change, you'll be able to use .ts
in your imports and the regular TS compiler will be able to process your code. So basically, once TS 5.0 ships, everyone should migrate to including file extensions in their imports.Olyno
01/18/2023, 1:35 AMDenNis
01/18/2023, 11:23 AMThe Functions interface is coming soon.
). What means the "Functions interface"?DenNis
01/18/2023, 11:23 AMDYELbrah
01/18/2023, 2:40 PMsalzar
01/18/2023, 3:30 PMHallidayo
01/18/2023, 4:18 PMsilentworks
01/18/2023, 4:20 PMelliott
01/20/2023, 7:23 AMsagarkava
01/20/2023, 8:11 AMflapili (FR, bad EN)
01/20/2023, 2:06 PMflapili (FR, bad EN)
01/20/2023, 2:07 PMsql
SELECT rolname, rolconfig
FROM pg_roles;
=>
"anon ": ["statement_timeout=3s"]flapili (FR, bad EN)
01/20/2023, 2:10 PMBarba
01/20/2023, 7:12 PMBarba
01/20/2023, 7:21 PMRB_Gaura
01/20/2023, 11:51 PMJoshLopez
01/20/2023, 11:55 PMrlightner
01/20/2023, 11:56 PMgaryaustin
01/20/2023, 11:58 PMrlightner
01/20/2023, 11:58 PMgaryaustin
01/20/2023, 11:59 PMrlightner
01/20/2023, 11:59 PMpostgres_changes
in my app was failing, so more than just dashboardgaryaustin
01/21/2023, 12:01 AMmadjar
01/21/2023, 1:46 AMRB_Gaura
01/21/2023, 6:35 AMDaLink
01/21/2023, 3:37 PMhttps://xx.supabase.co/auth/v1/user
DaLink
01/21/2023, 3:39 PM