Comparing version 1.25.1 to 1.26.0
## 23 January 2020 | ||
### [1.26.0](https://github.com/artdecocode/typal/compare/v1.25.1...v1.26.0) | ||
- [license] Change to AGPL. | ||
### [1.25.1](https://github.com/artdecocode/typal/compare/v1.25.0...v1.25.1) | ||
@@ -4,0 +8,0 @@ |
@@ -1915,2 +1915,22 @@ #!/usr/bin/env node | ||
}; | ||
/* | ||
Typal: keep types information in XML files to embed as typedefs, | ||
Closure Compiler externs and markdown tables. | ||
Copyright (C) 2020 Art Deco | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU Affero General Public License as | ||
published by the Free Software Foundation, either version 3 of the | ||
License, or (at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU Affero General Public License for more details. | ||
You should have received a copy of the GNU Affero General Public License | ||
along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
*/ | ||
if (oa) { | ||
@@ -1917,0 +1937,0 @@ const a = ha(); |
@@ -728,2 +728,22 @@ #!/usr/bin/env node | ||
}; | ||
/* | ||
Typal: keep types information in XML files to embed as typedefs, | ||
Closure Compiler externs and markdown tables. | ||
Copyright (C) 2020 Art Deco | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU Affero General Public License as | ||
published by the Free Software Foundation, either version 3 of the | ||
License, or (at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU Affero General Public License for more details. | ||
You should have received a copy of the GNU Affero General Public License | ||
along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
*/ | ||
module.exports = {_Type:U, _Property:P, _Method:W, _parseFile:(a, b, d = null) => { | ||
@@ -730,0 +750,0 @@ a = E("types", a); |
{ | ||
"name": "typal", | ||
"version": "1.25.1", | ||
"version": "1.26.0", | ||
"description": "Organises TypeDefs By Placing Them Into Types.Xml File To Be Embedded Into Source Code Compatible With VSCode And Google Closure Compiler, Generates Externs And Allows To Place Documentation In README Markdown.", | ||
@@ -66,7 +66,7 @@ "main": "compile/index.js", | ||
"author": "Anton <anton@adc.sh>", | ||
"license": "MIT", | ||
"license": "AGPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/artdecocode/typal/issues" | ||
}, | ||
"homepage": "https://github.com/artdecocode/typal#readme", | ||
"homepage": "https://www.artd.eco", | ||
"devDependencies": { | ||
@@ -73,0 +73,0 @@ "@artdeco/clean-stack": "^1.1.1", |
@@ -9,2 +9,23 @@ import { _source, _closure, _externs, _output, _help, _version, _migrate, _types, | ||
/** | ||
* @license | ||
* Typal: keep types information in XML files to embed as typedefs, | ||
* Closure Compiler externs and markdown tables. | ||
* | ||
* Copyright (C) 2020 Art Deco | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as | ||
* published by the Free Software Foundation, either version 3 of the | ||
* License, or (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
*/ | ||
if (_help) { | ||
@@ -11,0 +32,0 @@ const usage = reduceUsage(argsConfig) |
import '../types/externs' | ||
import { Type, Property, Method, getNameWithDefault, parseFile, getLinks } from './' | ||
/** | ||
* @license | ||
* Typal: keep types information in XML files to embed as typedefs, | ||
* Closure Compiler externs and markdown tables. | ||
* | ||
* Copyright (C) 2020 Art Deco | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as | ||
* published by the Free Software Foundation, either version 3 of the | ||
* License, or (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU Affero General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Affero General Public License | ||
* along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
*/ | ||
module.exports = { | ||
@@ -5,0 +26,0 @@ '_Type': Type, |
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
523113
6193
2
70
2