DORSETRIGS
Home

swc (5 post)


posts by category not found!

Next.JS 13+ and IE11

Next js 13 and Internet Explorer 11 What You Need to Know As web developers keeping up with the latest frameworks and their compatibility with various browsers

2 min read 28-09-2024 55
Next.JS 13+ and IE11
Next.JS 13+ and IE11

Vite compiled file fails with error during namespace mapping

Understanding the Vite Compilation Error Namespace Mapping Failure When working with Vite a modern frontend build tool that offers fast and lean development you

2 min read 15-09-2024 59
Vite compiled file fails with error during namespace mapping
Vite compiled file fails with error during namespace mapping

Injecting Comments with a SWC Rust plugin

Injecting Comments with a SWC Rust Plugin A Deep Dive Adding comments to Java Script code is a common practice for documentation and optimization While tools li

2 min read 01-09-2024 40
Injecting Comments with a SWC Rust plugin
Injecting Comments with a SWC Rust plugin

How do I pass parameters to the swc-plugin

How to Pass Parameters to a Custom SWC Plugin When developing with Java Script and Type Script the need for code transformation can arise One effective tool for

2 min read 01-09-2024 44
How do I pass parameters to the swc-plugin
How do I pass parameters to the swc-plugin

Replace a TaggedTemplateExpression with a CallExpression in a SWC Rust Plugin

Replacing Tagged Template Expressions with Call Expressions in a SWC Rust Plugin This article explores how to transform Tagged Template Expressions into Call Ex

3 min read 31-08-2024 45
Replace a TaggedTemplateExpression with a CallExpression in a SWC Rust Plugin
Replace a TaggedTemplateExpression with a CallExpression in a SWC Rust Plugin