Developing your own Chrome Extension - Fixing Errors with ts-morph and using Buns API (Part 4)

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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.com
featured
  • ts-morph

    TypeScript Compiler API wrapper for static analysis and programmatic code changes.

  • I recently came across an incredibly powerful tool called ts-morph. It's an Abstract Syntax Tree (AST) code analyzer and manipulator that can easily locate class declarations and their references. Just remember, it only works on TypeScript files. To use it, we created a new "build.ts" file and harnessed the full potential of Bun's API. Because ts-morph only understands TypeScript files, we bundled our files accordingly.

  • worth-the-click

    A chrome extension which summarize and extracts the key factors of a link by hover over it.

  • Find the repository here.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS 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

  • Polymorphism Best Practices & Type Safety

    1 project | /r/typescript | 27 Jan 2022
  • What is an Abstract Syntax Tree in Programming?

    13 projects | dev.to | 5 Apr 2024
  • Taking Frontend Architecture Serious with dependency-cruiser

    2 projects | dev.to | 25 Sep 2023
  • Building an Astro Blog with View Transitions

    5 projects | dev.to | 24 Aug 2023
  • TypeStat: Converts JavaScript to TypeScript and TypeScript to Better TypeScript

    1 project | news.ycombinator.com | 22 Aug 2023