@asciidoctor/core 3.0.0 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Asciidoctor.js 3.0.
|
|
2
|
+
* @license Asciidoctor.js 3.0.2 | MIT | https://github.com/asciidoctor/asciidoctor.js
|
|
3
3
|
*/
|
|
4
4
|
(function(global_object) {
|
|
5
5
|
"use strict";
|
|
@@ -47639,7 +47639,7 @@ Extensions.newBlockMacroProcessor = function (name, functions) {
|
|
|
47639
47639
|
}
|
|
47640
47640
|
|
|
47641
47641
|
|
|
47642
|
-
var ASCIIDOCTOR_JS_VERSION = '3.0.
|
|
47642
|
+
var ASCIIDOCTOR_JS_VERSION = '3.0.2';
|
|
47643
47643
|
|
|
47644
47644
|
/**
|
|
47645
47645
|
* Get Asciidoctor.js version number.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Asciidoctor.js 3.0.
|
|
2
|
+
Asciidoctor.js 3.0.2 | MIT | https://github.com/asciidoctor/asciidoctor.js
|
|
3
3
|
*/
|
|
4
4
|
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.arrayIteratorImpl=function(b){var n=0;return function(){return n<b.length?{done:!1,value:b[n++]}:{done:!0}}};$jscomp.arrayIterator=function(b){return{next:$jscomp.arrayIteratorImpl(b)}};$jscomp.makeIterator=function(b){var n="undefined"!=typeof Symbol&&Symbol.iterator&&b[Symbol.iterator];return n?n.call(b):$jscomp.arrayIterator(b)};$jscomp.arrayFromIterator=function(b){for(var n,x=[];!(n=b.next()).done;)x.push(n.value);return x};
|
|
5
5
|
$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.SIMPLE_FROUND_POLYFILL=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(b,n,x){b!=Array.prototype&&b!=Object.prototype&&(b[n]=x.value)};$jscomp.getGlobal=function(b){return"undefined"!=typeof window&&window===b?b:"undefined"!=typeof global&&null!=global?global:b};$jscomp.global=$jscomp.getGlobal(this);
|
|
@@ -1448,5 +1448,5 @@ return a===Opal.nil?void 0:a};m.prototype.parseContentAs=function(a){this.$parse
|
|
|
1448
1448
|
m=U.DocinfoProcessor;m.prototype.prefer=function(){this.$prefer()};m.prototype.atLocation=function(a){this.$at_location(a)};U.createPostprocessor=function(a,b){1===arguments.length&&(b=a,a=null);return q("Postprocessor",a,b)};U.newPostprocessor=function(a,b){1===arguments.length&&(b=a,a=null);return this.createPostprocessor(a,b).$new()};U.createPreprocessor=function(a,b){1===arguments.length&&(b=a,a=null);return q("Preprocessor",a,b)};U.newPreprocessor=function(a,b){1===arguments.length&&(b=a,a=null);
|
|
1449
1449
|
return this.createPreprocessor(a,b).$new()};U.createTreeProcessor=function(a,b){1===arguments.length&&(b=a,a=null);return q("TreeProcessor",a,b)};U.newTreeProcessor=function(a,b){1===arguments.length&&(b=a,a=null);return this.createTreeProcessor(a,b).$new()};U.createIncludeProcessor=function(a,b){1===arguments.length&&(b=a,a=null);return q("IncludeProcessor",a,b)};U.newIncludeProcessor=function(a,b){1===arguments.length&&(b=a,a=null);return this.createIncludeProcessor(a,b).$new()};U.createDocinfoProcessor=
|
|
1450
1450
|
function(a,b){1===arguments.length&&(b=a,a=null);return q("DocinfoProcessor",a,b)};U.newDocinfoProcessor=function(a,b){1===arguments.length&&(b=a,a=null);return this.createDocinfoProcessor(a,b).$new()};U.createBlockProcessor=function(a,b){1===arguments.length&&(b=a,a=null);return q("BlockProcessor",a,b)};U.newBlockProcessor=function(a,b){1===arguments.length&&(b=a,a=null);return this.createBlockProcessor(a,b).$new()};U.createInlineMacroProcessor=function(a,b){1===arguments.length&&(b=a,a=null);return q("InlineMacroProcessor",
|
|
1451
|
-
a,b)};U.newInlineMacroProcessor=function(a,b){1===arguments.length&&(b=a,a=null);return this.createInlineMacroProcessor(a,b).$new()};U.createBlockMacroProcessor=function(a,b){1===arguments.length&&(b=a,a=null);return q("BlockMacroProcessor",a,b)};U.newBlockMacroProcessor=function(a,b){1===arguments.length&&(b=a,a=null);return this.createBlockMacroProcessor(a,b).$new()};Opal.Asciidoctor.prototype.getVersion=function(){return"3.0.
|
|
1451
|
+
a,b)};U.newInlineMacroProcessor=function(a,b){1===arguments.length&&(b=a,a=null);return this.createInlineMacroProcessor(a,b).$new()};U.createBlockMacroProcessor=function(a,b){1===arguments.length&&(b=a,a=null);return q("BlockMacroProcessor",a,b)};U.newBlockMacroProcessor=function(a,b){1===arguments.length&&(b=a,a=null);return this.createBlockMacroProcessor(a,b).$new()};Opal.Asciidoctor.prototype.getVersion=function(){return"3.0.2"};return Opal.Asciidoctor}var module$build$asciidoctor_browser={};
|
|
1452
1452
|
module$build$asciidoctor_browser.default=Asciidoctor$$module$build$asciidoctor_browser;
|
|
@@ -47387,7 +47387,7 @@ Extensions.newBlockMacroProcessor = function (name, functions) {
|
|
|
47387
47387
|
}
|
|
47388
47388
|
|
|
47389
47389
|
|
|
47390
|
-
var ASCIIDOCTOR_JS_VERSION = '3.0.
|
|
47390
|
+
var ASCIIDOCTOR_JS_VERSION = '3.0.2';
|
|
47391
47391
|
|
|
47392
47392
|
/**
|
|
47393
47393
|
* Get Asciidoctor.js version number.
|
|
@@ -21549,7 +21549,7 @@ Extensions.newBlockMacroProcessor = function (name, functions) {
|
|
|
21549
21549
|
};
|
|
21550
21550
|
|
|
21551
21551
|
|
|
21552
|
-
var ASCIIDOCTOR_JS_VERSION = '3.0.
|
|
21552
|
+
var ASCIIDOCTOR_JS_VERSION = '3.0.2';
|
|
21553
21553
|
|
|
21554
21554
|
/**
|
|
21555
21555
|
* Get Asciidoctor.js version number.
|
package/dist/node/asciidoctor.js
CHANGED
|
@@ -23022,7 +23022,7 @@ Extensions.newBlockMacroProcessor = function (name, functions) {
|
|
|
23022
23022
|
}
|
|
23023
23023
|
|
|
23024
23024
|
|
|
23025
|
-
var ASCIIDOCTOR_JS_VERSION = '3.0.
|
|
23025
|
+
var ASCIIDOCTOR_JS_VERSION = '3.0.2';
|
|
23026
23026
|
|
|
23027
23027
|
/**
|
|
23028
23028
|
* Get Asciidoctor.js version number.
|