# babel-plugin-example **Repository Path**: mirrors_xtuc/babel-plugin-example ## Basic Information - **Project Name**: babel-plugin-example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # babel-plugin-example ## Run it directly ```sh ./node_modules/.bin/babel-node src/index.js ``` ## Transpile it and run it ```sh mkdir -p dist ./node_modules/.bin/babel src/index.js -o dist/index.js node dist/index.js ``` ## log -> console.log transformation https://github.com/xtuc/babel-plugin-example/tree/feat-transpile-log ## fake decorator https://github.com/xtuc/babel-plugin-example/tree/feat-transform-comments