Comparing version 1.3.0 to 1.3.1
@@ -0,1 +1,2 @@ | ||
// Generated by CoffeeScript 2.5.1 | ||
(function() { | ||
@@ -156,1 +157,3 @@ 'use strict'; | ||
}).call(this); | ||
//# sourceMappingURL=main.js.map |
@@ -0,1 +1,2 @@ | ||
// Generated by CoffeeScript 2.5.1 | ||
(function() { | ||
@@ -446,1 +447,3 @@ //########################################################################################################### | ||
}).call(this); | ||
//# sourceMappingURL=tabulate.js.map |
@@ -0,4 +1,5 @@ | ||
// Generated by CoffeeScript 2.5.1 | ||
(function() { | ||
'use strict'; | ||
var $, $async, $drain, $show, $watch, CND, SP, alert, assign, badge, cast, copy, debug, echo, help, info, is_empty, isa, jr, last_of, log, rpr, test, type_of, types, urge, validate, warn, whisper; | ||
var CND, alert, assign, badge, cast, copy, debug, echo, help, info, is_empty, isa, jr, last_of, log, rpr, test, type_of, types, urge, validate, warn, whisper; | ||
@@ -38,7 +39,2 @@ //########################################################################################################### | ||
//........................................................................................................... | ||
SP = require('steampipes'); | ||
({$, $async, $watch, $show, $drain} = SP.export()); | ||
//........................................................................................................... | ||
types = (require('../..')).types; | ||
@@ -49,6 +45,40 @@ | ||
//----------------------------------------------------------------------------------------------------------- | ||
this._xxx_kw_demo = function() { | ||
return new Promise((resolve) => { | ||
var $, $async, $drain, $show, $watch, SP, TBL, pipeline, ref, source; | ||
SP = require('steampipes'); | ||
({$, $async, $watch, $show, $drain} = SP.export()); | ||
TBL = (require('../..')).TBL; | ||
source = [ | ||
Array.from('abcdefg'), | ||
(function() { | ||
var results = []; | ||
for (var i = 1e6, ref = 1e6 + 7; 1e6 <= ref ? i <= ref : i >= ref; 1e6 <= ref ? i++ : i--){ results.push(i); } | ||
return results; | ||
}).apply(this) | ||
]; | ||
//......................................................................................................... | ||
pipeline = []; | ||
pipeline.push(source); | ||
pipeline.push(TBL.$tabulate()); | ||
pipeline.push($watch(function(d) { | ||
return echo(d.text); | ||
})); | ||
pipeline.push($drain(function(result) { | ||
return resolve(result); | ||
})); | ||
SP.pull(...pipeline); | ||
resolve(); | ||
return null; | ||
}); | ||
}; | ||
//----------------------------------------------------------------------------------------------------------- | ||
this.demo = function(T, done) { | ||
return new Promise(async(resolve) => { | ||
var TBL, error, i, len, matcher, probe, probes_and_matchers, ref; | ||
TBL = require('../tabulate'); | ||
var $, $async, $drain, $show, $watch, SP, TBL, error, i, len, matcher, probe, probes_and_matchers, ref; | ||
SP = require('steampipes'); | ||
({$, $async, $watch, $show, $drain} = SP.export()); | ||
//........................................................................................................... | ||
TBL = (require('../..')).TBL; | ||
probes_and_matchers = [ | ||
@@ -123,2 +153,3 @@ [ | ||
(() => { | ||
// await @_xxx_kw_demo() | ||
return test(this); | ||
@@ -131,1 +162,3 @@ })(); | ||
}).call(this); | ||
//# sourceMappingURL=tabulate.test.js.map |
{ | ||
"name": "intertext", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Services for Recurrent Text-related Tasks", | ||
@@ -36,7 +36,7 @@ "main": "lib/main.js", | ||
"datom": "^3.0.1", | ||
"hyphenopoly": "^4.0.0", | ||
"hyphenopoly": "^4.1.0", | ||
"intertype": "^3.1.2", | ||
"linebreak": "^1.0.2", | ||
"multimix": "^2.1.6", | ||
"steampipes": "^5.2.0", | ||
"steampipes": "^6.0.0", | ||
"to-width": "^1.0.3" | ||
@@ -43,0 +43,0 @@ }, |
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
683029
5185
+ Addedacorn@8.14.0(transitive)
+ Addedacorn-loose@8.4.0(transitive)
+ Addedacorn-walk@8.3.4(transitive)
+ Addedanymatch@3.1.3(transitive)
+ Addedastring@1.9.0(transitive)
+ Addedbinary-extensions@2.3.0(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addedchokidar@3.6.0(transitive)
+ Addedcnd@9.2.19.3.0(transitive)
+ Addedcupofjoe@0.2.1(transitive)
+ Addeddatom@8.0.3(transitive)
+ Addeddayjs@1.11.13(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedfsevents@2.3.3(transitive)
+ Addedglob-parent@5.1.2(transitive)
+ Addedguy@13.7.2(transitive)
+ Addedintertext-splitlines@1.2.1(transitive)
+ Addedintertype@7.6.5(transitive)
+ Addedintertype-legacy@7.7.1(transitive)
+ Addedis-binary-path@2.1.0(transitive)
+ Addedis-extglob@2.1.1(transitive)
+ Addedis-glob@4.0.3(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedjfee@0.1.4(transitive)
+ Addedjsx-number-format@0.1.5(transitive)
+ Addedletsfreezethat@3.1.0(transitive)
+ Addedload-source-map@3.0.1(transitive)
+ Addedlodash.sortby@4.7.0(transitive)
+ Addedmultimix@5.0.0(transitive)
+ Addednodexh@2.2.2(transitive)
+ Addednormalize-path@3.0.0(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedreaddirp@3.6.0(transitive)
+ Addedsource-map@0.8.0-beta.0(transitive)
+ Addedsteampipes@6.7.1(transitive)
+ Addedtmp@0.2.3(transitive)
+ Addedto-regex-range@5.0.1(transitive)
+ Addedtr46@1.0.1(transitive)
+ Addedwebidl-conversions@4.0.2(transitive)
+ Addedwhatwg-url@7.1.0(transitive)
- Removedsteampipes@5.3.0(transitive)
Updatedhyphenopoly@^4.1.0
Updatedsteampipes@^6.0.0