Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Top 22 TypeScript Ast Projects
-
Project mention: Open source public fund experiment - One and a half years update | dev.to | 2023-07-27
-
Hello internet. I just published a new blog post on how to implement dark mode with SvelteKit, optionally with PostCSS and TailwindCSS:
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
Focusing again on ESLint, the parser used by the linter is called Espree. This is an in-house parser built by the ESLint folks to fully support ECMAScript 6 and JSX on top of the already existing Esprima. The Espree module provide APIs for both tokenization and parsing that you can easily test out.
-
-
compodoc
:notebook_with_decorative_cover: The missing documentation tool for your Angular, Nest & Stencil application
Project mention: What documentation generator do you use for Angular libraries? | /r/Angular2 | 2023-02-13 -
typehole
TypeScript development tool for Visual Studio Code that helps you automate creating the initial static typing for runtime values
Project mention: Is it possible to create a dynamic type/interface from API response | /r/typescript | 2023-01-23Looks like you want a development tool, not necessarily at runtime thing, try Typehole. Looks like it's perfect for this. https://github.com/rikukissa/typehole
-
Project mention: Is there any app or site with org-mode syntax live-preview? | /r/orgmode | 2023-06-23
That is perfect, all org-syntax features we need are done properly. I can manage to use the orgapp code in some simple tool.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
-
martian
Markdown to Notion: Convert Markdown and GitHub Flavoured Markdown to Notion API Blocks and RichText 🔀📝 (by tryfabric)
The final step is to convert the Markdown string into Notion block objects that can be used to create new blocks using the Notion API. We use the markdownToBlocks function from the @tryfabric/martian library, which takes the Markdown string as input and returns an array of BlockObjectRequest objects:
-
-
-
-
tanu.js
An oversimplification of the TypeScript Compiler API for defining and generating source files.
-
-
Project mention: Creating a Component Library Fast🚀(using Vite's library mode) | dev.to | 2023-08-11
For this to work, the transpiled JavaScript bundle must contain an import statement for the CSS file. We are going to use yet another Vite plugin (vite-plugin-lib-inject-css) that does exactly what we need with zero configuration.
-
-
Project mention: How do I add the data-sveltekit-reload attribute to mdsvex markdown files? | /r/sveltejs | 2023-05-21
I've tried the rehype-att and remark-attr, but don't seem to add data-sveltekit-reload correctly.
-
-
-
jscodeshift-react-i18next
jscodeshift transform that aims to extract hardocded strings in React applications
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
TypeScript Ast related posts
- Native CSS nesting now supported by all major browsers!
- Unicode-range CSS is working wrong in Safari browser?
- Building an Astro Blog with View Transitions
- Why you don’t need TypeScript
- Shiki Syntax Highlighter
- Babel is used by millions, so why are we running out of money? (2021)
- [AskJS] Any good shortcuts for migrating off of enzyme?
-
A note from our sponsor - Onboard AI
getonboard.dev | 6 Dec 2023
Index
What are some of the best open-source Ast projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | Babel (Formerly 6to5) | 42,674 |
2 | PostCSS | 27,936 |
3 | esprima | 6,895 |
4 | ts-morph | 4,295 |
5 | compodoc | 3,902 |
6 | typehole | 1,049 |
7 | orgajs | 580 |
8 | vscode-blockman | 324 |
9 | kataw | 323 |
10 | react-ast | 288 |
11 | martian | 249 |
12 | openapi-typescript-code-generator | 174 |
13 | ucast | 154 |
14 | js-ziju | 154 |
15 | tanu.js | 132 |
16 | ts-transform-import-path-rewrite | 128 |
17 | fe-tools | 76 |
18 | estree-toolkit | 38 |
19 | rehype-attr | 29 |
20 | sortier | 29 |
21 | Node-Estree | 10 |
22 | jscodeshift-react-i18next | 3 |