amdextract
Advanced tools
Comparing version 2.1.4 to 2.1.5
{ | ||
"name": "amdextract", | ||
"version": "2.1.4", | ||
"description": "Use AST to extract AMD modules, their parts and an optimized output without unused dependencies.", | ||
"version": "2.1.5", | ||
"description": "Uses AST to extract AMD modules, their parts and an optimized output without unused dependencies.", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
# amdextract [![Build Status](https://travis-ci.org/mehdishojaei/amdextract.png)](https://travis-ci.org/mehdishojaei/amdextract) | ||
Use AST to extract AMD modules, their parts and an optimized output without unused dependencies. | ||
Uses AST to extract AMD modules, their parts and an optimized output without unused dependencies. | ||
@@ -120,3 +120,3 @@ ## example | ||
## Release History | ||
* 2014-08-16 v2.1.0 Entirely use AST. | ||
* 2014-08-16 v2.1.0 Entirely uses AST. | ||
* 2014-07-21 v2.0.3 Fix an issue related to comment detection. | ||
@@ -123,0 +123,0 @@ * 2014-07-21 v2.0.2 Fix an issue related to RegExp literals. |
@@ -0,0 +0,0 @@ // General test for all cases. |
@@ -0,0 +0,0 @@ // General test for all cases. |
@@ -0,0 +0,0 @@ var amdextract = require('..'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22843