@asciidoctor/core 3.0.0-alpha.2 → 3.0.0-alpha.3

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.0-alpha.2 | MIT | https://github.com/asciidoctor/asciidoctor.js
2
+ * @license Asciidoctor.js 3.0.0-alpha.3 | MIT | https://github.com/asciidoctor/asciidoctor.js
3
3
  */
4
4
  (function(global_object) {
5
5
  "use strict";
@@ -47598,7 +47598,7 @@ Extensions.newBlockMacroProcessor = function (name, functions) {
47598
47598
  }
47599
47599
 
47600
47600
 
47601
- var ASCIIDOCTOR_JS_VERSION = '3.0.0-alpha.2';
47601
+ var ASCIIDOCTOR_JS_VERSION = '3.0.0-alpha.3';
47602
47602
 
47603
47603
  /**
47604
47604
  * Get Asciidoctor.js version number.
@@ -1,5 +1,5 @@
1
1
  /*
2
- Asciidoctor.js 3.0.0-alpha.2 | MIT | https://github.com/asciidoctor/asciidoctor.js
2
+ Asciidoctor.js 3.0.0-alpha.3 | MIT | https://github.com/asciidoctor/asciidoctor.js
3
3
  */
4
4
  var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.arrayIteratorImpl=function(b){var m=0;return function(){return m<b.length?{done:!1,value:b[m++]}:{done:!0}}};$jscomp.arrayIterator=function(b){return{next:$jscomp.arrayIteratorImpl(b)}};$jscomp.makeIterator=function(b){var m="undefined"!=typeof Symbol&&Symbol.iterator&&b[Symbol.iterator];return m?m.call(b):$jscomp.arrayIterator(b)};$jscomp.arrayFromIterator=function(b){for(var m,w=[];!(m=b.next()).done;)w.push(m.value);return w};
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,m,w){b!=Array.prototype&&b!=Object.prototype&&(b[m]=w.value)};$jscomp.getGlobal=function(b){return"undefined"!=typeof window&&window===b?b:"undefined"!=typeof global&&null!=global?global:b};$jscomp.global=$jscomp.getGlobal(this);
@@ -1446,5 +1446,5 @@ return a===Opal.nil?void 0:a};n.prototype.parseContentAs=function(a){this.$parse
1446
1446
  n=U.DocinfoProcessor;n.prototype.prefer=function(){this.$prefer()};n.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);
1447
1447
  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=
1448
1448
  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",
1449
- 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.0-alpha.2"};return Opal.Asciidoctor}
1449
+ 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.0-alpha.3"};return Opal.Asciidoctor}
1450
1450
  var module$build$asciidoctor_browser={};module$build$asciidoctor_browser.default=Asciidoctor$$module$build$asciidoctor_browser;
@@ -47346,7 +47346,7 @@ Extensions.newBlockMacroProcessor = function (name, functions) {
47346
47346
  }
47347
47347
 
47348
47348
 
47349
- var ASCIIDOCTOR_JS_VERSION = '3.0.0-alpha.2';
47349
+ var ASCIIDOCTOR_JS_VERSION = '3.0.0-alpha.3';
47350
47350
 
47351
47351
  /**
47352
47352
  * Get Asciidoctor.js version number.
@@ -22984,7 +22984,7 @@ Extensions.newBlockMacroProcessor = function (name, functions) {
22984
22984
  }
22985
22985
 
22986
22986
 
22987
- var ASCIIDOCTOR_JS_VERSION = '3.0.0-alpha.2';
22987
+ var ASCIIDOCTOR_JS_VERSION = '3.0.0-alpha.3';
22988
22988
 
22989
22989
  /**
22990
22990
  * Get Asciidoctor.js version number.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asciidoctor/core",
3
- "version": "3.0.0-alpha.2",
3
+ "version": "3.0.0-alpha.3",
4
4
  "description": "Asciidoctor - the core library",
5
5
  "main": "dist/node/asciidoctor.js",
6
6
  "browser": "dist/browser/asciidoctor.js",