VSCode not recognizing types for Deno imports in Supabase Edge Functions

This page summarizes the projects mentioned and recommended in the original post on /r/Supabase

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • esm.sh

    A fast, smart, & global CDN for modern(es2015+) web development.

  • import { serve } from "https://deno.land/[email protected]/http/server.ts"; import { createClient } from 'https://esm.sh/@supabase/supabase-js@2'; console.log("Hello from Functions!") serve(async (req) => { const { name } = await req.json(); const data = { message: `Hello ${name}!`, }; return new Response( JSON.stringify(data), { headers: { "Content-Type": "application/json" } }, ); });

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts