Skip to content

Commit

Permalink
docs: readme: update
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser authored Feb 9, 2023
1 parent c580acc commit f3c0c4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

Fork of [ng-annotate](https://github.com/olov/ng-annotate) for Babel users, with a focus on speed and ES6 support.

## Contains unmerged PR

- Add `run.$inject` existing condition (https://github.com/schmod/babel-plugin-angularjs-annotate/pull/61)

Adds Angular 1.x DI annotations to ES5/ES6 code being processed by Babel, with support for explicit annotations (`/* @ngInject */`), and automatic (implicit) annotation of typical Angular code patterns.

Fully compatible with ES5, transpiled ES6, and raw ES6 sources. Offers significantly reduced build times for projects already using Babel, compared to the standalone ng-annotate tool.

This plugin currently supports matching and transforming all of the patterns currently recognized by ng-annotate (explicit and implicit), and passes the relevant portions of ng-annotate's test suite.

## Contains unmerged PR

- Add `run.$inject` existing condition (https://github.com/schmod/babel-plugin-angularjs-annotate/pull/61)

## Installation

Use like any other [Babel plugin](https://babeljs.io/docs/plugins/).
Expand Down

0 comments on commit f3c0c4b

Please sign in to comment.