MCPcopy Index your code
hub / github.com/andreypopp/es6-template-strings-jsx

github.com/andreypopp/es6-template-strings-jsx @v1.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.1 ↗ · + Follow
4 symbols 5 edges 3 files 0 documented · 0%

Browse by type

Functions 4 Types & classes 0
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

ES6 JSX-Tagged Template Strings to JS transform

This is a syntax transform which transforms ES6 JSX-Tagged Template Strings to JS. For example:

var element = jsx`



    Hello, ${name}!



`;

is being transformed into:

var element = React.createElement('p',
  'Hello, ', name
);

Installation

% npm install es6-template-strings-jsx

Using with Webpack

Webpack loader is included as es6-template-strings-jsx/loader.

Core symbols most depended-on inside this repo

Shape

Function 4

Languages

TypeScript100%

Modules by API surface

index.js3 symbols
loader.js1 symbols

For agents

$ claude mcp add es6-template-strings-jsx \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page