@bbn/bbn 1.0.140 → 1.0.144
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.
package/dist/bundle-webpack.js
CHANGED
|
@@ -7291,7 +7291,7 @@ var circularReplacer = function () {
|
|
|
7291
7291
|
}
|
|
7292
7292
|
}
|
|
7293
7293
|
else if ((0,_type_isCp_js__WEBPACK_IMPORTED_MODULE_1__.isCp)(value)) {
|
|
7294
|
-
(0,_browser_log_js__WEBPACK_IMPORTED_MODULE_2__.log)("IS CP");
|
|
7294
|
+
(0,_browser_log_js__WEBPACK_IMPORTED_MODULE_2__.log)("IS CP", value);
|
|
7295
7295
|
value = "__BBN_CP__" + value.$options.name + "/" + value.$cid;
|
|
7296
7296
|
}
|
|
7297
7297
|
else {
|
|
@@ -13860,7 +13860,7 @@ var vars = {
|
|
|
13860
13860
|
red: '#db3340',
|
|
13861
13861
|
brown: '#8c6954'
|
|
13862
13862
|
},
|
|
13863
|
-
reserved: ['abstract', 'boolean', 'break', 'byte', 'case', 'catch', 'char', 'class', 'continue', 'const', 'debugger', 'default', 'delete', 'do', 'double', 'else', 'enum', 'export', 'extends', 'false', 'final', 'finally', 'float', 'for', 'function', 'goto', 'if', 'implements', 'import', 'in', 'instanceof', 'int', 'interface', 'long', 'native', 'new', 'null', 'package', 'private', 'protected', 'public', 'return', 'short', 'static'
|
|
13863
|
+
reserved: ['abstract', 'boolean', 'break', 'byte', 'case', 'catch', 'char', 'class', 'continue', 'const', 'debugger', 'default', 'delete', 'do', 'double', 'else', 'enum', 'export', 'extends', 'false', 'final', 'finally', 'float', 'for', 'function', 'goto', 'if', 'implements', 'import', 'in', 'instanceof', 'int', 'interface', 'long', /*'native', */ 'new', 'null', 'package', /*'private', 'protected', 'public', */ 'return', /*'short', 'static',*/ 'super', 'switch', 'synchronized', 'this', 'throw', 'throws', 'transient', 'true', 'try', 'typeof', 'var', 'void', 'while', 'with'],
|
|
13864
13864
|
mockText: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
|
|
13865
13865
|
regexp: {
|
|
13866
13866
|
url: new RegExp('^(https?:\\/\\/)?' + // protocol
|