@phensley/espoet
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -22,2 +22,6 @@ 'use strict'; | ||
// TODO: I don't have an immediate need for these builders but stubbed out initial versions. | ||
// write tests, etc. | ||
var MethodSpec = exports.MethodSpec = function (_Spec) { | ||
@@ -24,0 +28,0 @@ _inherits(MethodSpec, _Spec); |
@@ -22,2 +22,6 @@ 'use strict'; | ||
// TODO: I don't have an immediate need for these builders but stubbed out initial versions. | ||
// write tests, etc. | ||
var MethodSpec = exports.MethodSpec = function (_Spec) { | ||
@@ -24,0 +28,0 @@ _inherits(MethodSpec, _Spec); |
{ | ||
"name": "@phensley/espoet", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Ecmascript code generation API", | ||
@@ -14,2 +14,6 @@ "main": "dist/cjs/index.js", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/phensley/espoet.git" | ||
}, | ||
"bin": {}, | ||
@@ -50,2 +54,3 @@ "scripts": { | ||
"benchmark": "^2.1.4", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.15.0", | ||
@@ -52,0 +57,0 @@ "eslint-config-recommended": "^2.0.0", |
### espoet - simple api for ecmascript source code generation. | ||
[![Build Status](https://travis-ci.org/phensley/espoet.svg?branch=master)](https://travis-ci.org/phensley/espoet) | ||
[![Coverage Status](https://img.shields.io/coveralls/phensley/espoet.svg)](https://coveralls.io/github/phensley/espoet?branch=master) | ||
This project grew out of work I was doing on a separate project. I needed to | ||
@@ -20,1 +23,2 @@ generate some ES modules that would live alongside the rest of the project's | ||
[Javapoet]: https://github.com/square/javapoet | ||
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
72703
23
894
24
0
21