Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Repository files navigation

babel-plugin-javascript-aot

A Babel plugin that performs Ahead-of-Time (AOT) compilation to optimize JavaScript code at build time.

Important

This project is currently under development and not production-ready.

Why?

This project exists primarily as a learning exercise.

Installation

pnpm add -D babel-plugin-javascript-aot

Usage

In your .babelrc or Babel configuration:

{
  "plugins": ["javascript-aot"]
}

Development

# Setup
pnpm install

# Development
pnpm build    # Build the plugin
pnpm test     # Run tests
pnpm lint     # Check code style

About

AOT transpiler for JavaScript for non-hot path code optimization.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages