plugins marketplace
← All plugins

esupgrade

v0.1.0

Auto-upgrade JavaScript and TypeScript syntax to new ECMAScript features based on browser support.

Claude Code

by Johannes MaronBSD-2-Clause13updated 1 week ago

Source

git clone https://github.com/codingjoe/esupgrade

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

esupgrade/
└── .claude-plugin/plugin.json

Manifests1

.claude-plugin/plugin.json
{
  "name": "esupgrade",
  "displayName": "ESUpgrade",
  "description": "Auto-upgrade JavaScript and TypeScript syntax to new ECMAScript features based on browser support.",
  "version": "0.1.0",
  "author": {
    "name": "Johannes Maron",
    "email": "security@codingjoe.dev"
  },
  "homepage": "https://github.com/codingjoe/esupgrade",
  "repository": "https://github.com/codingjoe/esupgrade",
  "license": "BSD-2-Clause",
  "keywords": [
    "javascript",
    "ecmascript",
    "modernize",
    "upgrade",
    "codemod",
    "ast",
    "transform"
  ]
}