Auto Submit

pull/1/head
autosubmit 2 years ago
parent 7e880d6b61
commit dcc757e938

@ -140,8 +140,8 @@ var scalaLangage = {
// { label: "printf", content: 'printf("")' },
]
};
// EXTERNAL MODULE: ./node_modules/_js-beautify@1.14.9@js-beautify/js/index.js
var js = __webpack_require__(52599);
// EXTERNAL MODULE: ./node_modules/_js-beautify@1.14.11@js-beautify/js/index.js
var js = __webpack_require__(88771);
var js_default = /*#__PURE__*/__webpack_require__.n(js);
;// CONCATENATED MODULE: ./src/components/monaco-editor/monaco-suggest-config.tsx

@ -1,9 +1,9 @@
(self["webpackChunk"] = self["webpackChunk"] || []).push([[32796],{
(self["webpackChunk"] = self["webpackChunk"] || []).push([[89868],{
/***/ 52599:
/*!******************************************************************!*\
!*** ./node_modules/_js-beautify@1.14.9@js-beautify/js/index.js ***!
\******************************************************************/
/***/ 88771:
/*!*******************************************************************!*\
!*** ./node_modules/_js-beautify@1.14.11@js-beautify/js/index.js ***!
\*******************************************************************/
/***/ (function(module, exports, __webpack_require__) {
"use strict";
@ -76,9 +76,9 @@ function get_beautify(js_beautify, css_beautify, html_beautify) {
if (true) {
// Add support for AMD ( https://github.com/amdjs/amdjs-api/wiki/AMD#defineamd-property- )
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [
__webpack_require__(/*! ./lib/beautify */ 7903),
__webpack_require__(/*! ./lib/beautify-css */ 43603),
__webpack_require__(/*! ./lib/beautify-html */ 35106)
__webpack_require__(/*! ./lib/beautify */ 51866),
__webpack_require__(/*! ./lib/beautify-css */ 41398),
__webpack_require__(/*! ./lib/beautify-html */ 79973)
], __WEBPACK_AMD_DEFINE_RESULT__ = (function(js_beautify, css_beautify, html_beautify) {
return get_beautify(js_beautify, css_beautify, html_beautify);
}).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
@ -87,10 +87,10 @@ if (true) {
/***/ }),
/***/ 43603:
/*!*****************************************************************************!*\
!*** ./node_modules/_js-beautify@1.14.9@js-beautify/js/lib/beautify-css.js ***!
\*****************************************************************************/
/***/ 41398:
/*!******************************************************************************!*\
!*** ./node_modules/_js-beautify@1.14.11@js-beautify/js/lib/beautify-css.js ***!
\******************************************************************************/
/***/ (function(module, exports) {
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* AUTO-GENERATED. DO NOT MODIFY. */
@ -1376,13 +1376,11 @@ Beautifier.prototype.beautify = function() {
if (variable.match(/[ :]$/)) {
// we have a variable or pseudo-class, add it and insert one space before continuing
variable = this.eatString(": ").replace(/\s$/, '');
variable = this.eatString(": ").replace(/\s+$/, '');
this.print_string(variable);
this._output.space_before_token = true;
}
variable = variable.replace(/\s$/, '');
// might be sass variable
if (parenLevel === 0 && variable.indexOf(':') !== -1) {
insidePropertyValue = true;
@ -1402,13 +1400,11 @@ Beautifier.prototype.beautify = function() {
if (variableOrRule.match(/[ :]$/)) {
// we have a variable or pseudo-class, add it and insert one space before continuing
variableOrRule = this.eatString(": ").replace(/\s$/, '');
variableOrRule = this.eatString(": ").replace(/\s+$/, '');
this.print_string(variableOrRule);
this._output.space_before_token = true;
}
variableOrRule = variableOrRule.replace(/\s$/, '');
// might be less variable
if (parenLevel === 0 && variableOrRule.indexOf(':') !== -1) {
insidePropertyValue = true;
@ -1671,7 +1667,7 @@ module.exports.Beautifier = Beautifier;
/***/ }),
/* 17 */
/***/ (function(module, __unused_webpack_exports, __nested_webpack_require_49970__) {
/***/ (function(module, __unused_webpack_exports, __nested_webpack_require_49864__) {
/*jshint node:true */
/*
@ -1703,7 +1699,7 @@ module.exports.Beautifier = Beautifier;
var BaseOptions = (__nested_webpack_require_49970__(6).Options);
var BaseOptions = (__nested_webpack_require_49864__(6).Options);
function Options(options) {
BaseOptions.call(this, options, 'css');
@ -1738,7 +1734,7 @@ module.exports.Options = Options;
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __nested_webpack_require_52450__(moduleId) {
/******/ function __nested_webpack_require_52344__(moduleId) {
/******/ // Check if module is in cache
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
@ -1752,7 +1748,7 @@ module.exports.Options = Options;
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_52450__);
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_52344__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
@ -1763,7 +1759,7 @@ module.exports.Options = Options;
/******/ // startup
/******/ // Load entry module and return exports
/******/ // This entry module is referenced by other modules so it can't be inlined
/******/ var __nested_webpack_exports__ = __nested_webpack_require_52450__(15);
/******/ var __nested_webpack_exports__ = __nested_webpack_require_52344__(15);
/******/ legacy_beautify_css = __nested_webpack_exports__;
/******/
/******/ })()
@ -1785,10 +1781,10 @@ if (true) {
/***/ }),
/***/ 35106:
/*!******************************************************************************!*\
!*** ./node_modules/_js-beautify@1.14.9@js-beautify/js/lib/beautify-html.js ***!
\******************************************************************************/
/***/ 79973:
/*!*******************************************************************************!*\
!*** ./node_modules/_js-beautify@1.14.11@js-beautify/js/lib/beautify-html.js ***!
\*******************************************************************************/
/***/ (function(module, exports, __webpack_require__) {
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* AUTO-GENERATED. DO NOT MODIFY. */
@ -4895,9 +4891,9 @@ var style_html = legacy_beautify_html;
/* Footer */
if (true) {
// Add support for AMD ( https://github.com/amdjs/amdjs-api/wiki/AMD#defineamd-property- )
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__, __webpack_require__(/*! ./beautify */ 7903), __webpack_require__(/*! ./beautify-css */ 43603)], __WEBPACK_AMD_DEFINE_RESULT__ = (function(requireamd) {
var js_beautify = __webpack_require__(/*! ./beautify */ 7903);
var css_beautify = __webpack_require__(/*! ./beautify-css */ 43603);
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__, __webpack_require__(/*! ./beautify */ 51866), __webpack_require__(/*! ./beautify-css */ 41398)], __WEBPACK_AMD_DEFINE_RESULT__ = (function(requireamd) {
var js_beautify = __webpack_require__(/*! ./beautify */ 51866);
var css_beautify = __webpack_require__(/*! ./beautify-css */ 41398);
return {
html_beautify: function(html_source, options) {
@ -4913,10 +4909,10 @@ if (true) {
/***/ }),
/***/ 7903:
/*!*************************************************************************!*\
!*** ./node_modules/_js-beautify@1.14.9@js-beautify/js/lib/beautify.js ***!
\*************************************************************************/
/***/ 51866:
/*!**************************************************************************!*\
!*** ./node_modules/_js-beautify@1.14.11@js-beautify/js/lib/beautify.js ***!
\**************************************************************************/
/***/ (function(module, exports) {
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* AUTO-GENERATED. DO NOT MODIFY. */
@ -5957,7 +5953,9 @@ Beautifier.prototype.handle_word = function(current_token) {
}
if (this._flags.last_token.type === TOKEN.COMMA || this._flags.last_token.type === TOKEN.START_EXPR || this._flags.last_token.type === TOKEN.EQUALS || this._flags.last_token.type === TOKEN.OPERATOR) {
if (!this.start_of_object_property()) {
if (!this.start_of_object_property() && !(
// start of object property is different for numeric values with +/- prefix operators
in_array(this._flags.last_token.text, ['+', '-']) && this._last_last_text === ':' && this._flags.parent.mode === MODE.ObjectLiteral)) {
this.allow_wrap_or_preserved_newline(current_token);
}
}
@ -6238,6 +6236,12 @@ Beautifier.prototype.handle_operator = function(current_token) {
return;
}
if (in_array(current_token.text, ['-', '+']) && this.start_of_object_property()) {
// numeric value with +/- symbol in front as a property
this.print_token(current_token);
return;
}
// Allow line wrapping between operators when operator_position is
// set to before or preserve
if (this._flags.last_token.type === TOKEN.OPERATOR && in_array(this._options.operator_position, OPERATOR_POSITION_BEFORE_OR_PRESERVE)) {
@ -7064,12 +7068,13 @@ var nonASCIIidentifierChars = "\\u0300-\\u036f\\u0483-\\u0487\\u0591-\\u05bd\\u0
//var nonASCIIidentifierStart = new RegExp("[" + nonASCIIidentifierStartChars + "]");
//var nonASCIIidentifier = new RegExp("[" + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "]");
var identifierStart = "(?:\\\\u[0-9a-fA-F]{4}|[" + baseASCIIidentifierStartChars + nonASCIIidentifierStartChars + "])";
var identifierChars = "(?:\\\\u[0-9a-fA-F]{4}|[" + baseASCIIidentifierChars + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "])*";
var unicodeEscapeOrCodePoint = "\\\\u[0-9a-fA-F]{4}|\\\\u\\{[0-9a-fA-F]+\\}";
var identifierStart = "(?:" + unicodeEscapeOrCodePoint + "|[" + baseASCIIidentifierStartChars + nonASCIIidentifierStartChars + "])";
var identifierChars = "(?:" + unicodeEscapeOrCodePoint + "|[" + baseASCIIidentifierChars + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "])*";
exports.identifier = new RegExp(identifierStart + identifierChars, 'g');
exports.identifierStart = new RegExp(identifierStart);
exports.identifierMatch = new RegExp("(?:\\\\u[0-9a-fA-F]{4}|[" + baseASCIIidentifierChars + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "])+");
exports.identifierMatch = new RegExp("(?:" + unicodeEscapeOrCodePoint + "|[" + baseASCIIidentifierChars + nonASCIIidentifierStartChars + nonASCIIidentifierChars + "])+");
var nonASCIIwhitespace = /[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/; // jshint ignore:line
@ -7088,7 +7093,7 @@ exports.allLineBreaks = new RegExp(exports.lineBreak.source, 'g');
/***/ }),
/* 5 */
/***/ (function(module, __unused_webpack_exports, __nested_webpack_require_87261__) {
/***/ (function(module, __unused_webpack_exports, __nested_webpack_require_87818__) {
/*jshint node:true */
/*
@ -7120,7 +7125,7 @@ exports.allLineBreaks = new RegExp(exports.lineBreak.source, 'g');
var BaseOptions = (__nested_webpack_require_87261__(6).Options);
var BaseOptions = (__nested_webpack_require_87818__(6).Options);
var validPositionValues = ['before-newline', 'after-newline', 'preserve-newline'];
@ -7386,7 +7391,7 @@ module.exports.mergeOpts = _mergeOpts;
/***/ }),
/* 7 */
/***/ (function(module, __unused_webpack_exports, __nested_webpack_require_98157__) {
/***/ (function(module, __unused_webpack_exports, __nested_webpack_require_98714__) {
/*jshint node:true */
/*
@ -7418,13 +7423,13 @@ module.exports.mergeOpts = _mergeOpts;
var InputScanner = (__nested_webpack_require_98157__(8).InputScanner);
var BaseTokenizer = (__nested_webpack_require_98157__(9).Tokenizer);
var BASETOKEN = (__nested_webpack_require_98157__(9).TOKEN);
var Directives = (__nested_webpack_require_98157__(13).Directives);
var acorn = __nested_webpack_require_98157__(4);
var Pattern = (__nested_webpack_require_98157__(12).Pattern);
var TemplatablePattern = (__nested_webpack_require_98157__(14).TemplatablePattern);
var InputScanner = (__nested_webpack_require_98714__(8).InputScanner);
var BaseTokenizer = (__nested_webpack_require_98714__(9).Tokenizer);
var BASETOKEN = (__nested_webpack_require_98714__(9).TOKEN);
var Directives = (__nested_webpack_require_98714__(13).Directives);
var acorn = __nested_webpack_require_98714__(4);
var Pattern = (__nested_webpack_require_98714__(12).Pattern);
var TemplatablePattern = (__nested_webpack_require_98714__(14).TemplatablePattern);
function in_array(what, arr) {
@ -7874,6 +7879,9 @@ function unescape_string(s) {
matched = input_scan.match(/x([0-9A-Fa-f]{2})/g);
} else if (input_scan.peek() === 'u') {
matched = input_scan.match(/u([0-9A-Fa-f]{4})/g);
if (!matched) {
matched = input_scan.match(/u\{([0-9A-Fa-f]+)\}/g);
}
} else {
out += '\\';
if (input_scan.hasNext()) {
@ -7897,7 +7905,9 @@ function unescape_string(s) {
} else if (escaped >= 0x00 && escaped < 0x20) {
// leave 0x00...0x1f escaped
out += '\\' + matched[0];
continue;
} else if (escaped > 0x10FFFF) {
// If the escape sequence is out of bounds, keep the original sequence and continue conversion
out += '\\' + matched[0];
} else if (escaped === 0x22 || escaped === 0x27 || escaped === 0x5c) {
// single-quote, apostrophe, backslash - escape these
out += '\\' + String.fromCharCode(escaped);
@ -8171,7 +8181,7 @@ module.exports.InputScanner = InputScanner;
/***/ }),
/* 9 */
/***/ (function(module, __unused_webpack_exports, __nested_webpack_require_123765__) {
/***/ (function(module, __unused_webpack_exports, __nested_webpack_require_124576__) {
/*jshint node:true */
/*
@ -8203,10 +8213,10 @@ module.exports.InputScanner = InputScanner;
var InputScanner = (__nested_webpack_require_123765__(8).InputScanner);
var Token = (__nested_webpack_require_123765__(3).Token);
var TokenStream = (__nested_webpack_require_123765__(10).TokenStream);
var WhitespacePattern = (__nested_webpack_require_123765__(11).WhitespacePattern);
var InputScanner = (__nested_webpack_require_124576__(8).InputScanner);
var Token = (__nested_webpack_require_124576__(3).Token);
var TokenStream = (__nested_webpack_require_124576__(10).TokenStream);
var WhitespacePattern = (__nested_webpack_require_124576__(11).WhitespacePattern);
var TOKEN = {
START: 'TK_START',
@ -8401,7 +8411,7 @@ module.exports.TokenStream = TokenStream;
/***/ }),
/* 11 */
/***/ (function(module, __unused_webpack_exports, __nested_webpack_require_130185__) {
/***/ (function(module, __unused_webpack_exports, __nested_webpack_require_130996__) {
/*jshint node:true */
/*
@ -8433,7 +8443,7 @@ module.exports.TokenStream = TokenStream;
var Pattern = (__nested_webpack_require_130185__(12).Pattern);
var Pattern = (__nested_webpack_require_130996__(12).Pattern);
function WhitespacePattern(input_scanner, parent) {
Pattern.call(this, input_scanner, parent);
@ -8680,7 +8690,7 @@ module.exports.Directives = Directives;
/***/ }),
/* 14 */
/***/ (function(module, __unused_webpack_exports, __nested_webpack_require_139172__) {
/***/ (function(module, __unused_webpack_exports, __nested_webpack_require_139983__) {
/*jshint node:true */
/*
@ -8712,7 +8722,7 @@ module.exports.Directives = Directives;
var Pattern = (__nested_webpack_require_139172__(12).Pattern);
var Pattern = (__nested_webpack_require_139983__(12).Pattern);
var template_names = {
@ -8902,7 +8912,7 @@ module.exports.TemplatablePattern = TemplatablePattern;
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __nested_webpack_require_146847__(moduleId) {
/******/ function __nested_webpack_require_147658__(moduleId) {
/******/ // Check if module is in cache
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
@ -8916,7 +8926,7 @@ module.exports.TemplatablePattern = TemplatablePattern;
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_146847__);
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_147658__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
@ -8927,7 +8937,7 @@ module.exports.TemplatablePattern = TemplatablePattern;
/******/ // startup
/******/ // Load entry module and return exports
/******/ // This entry module is referenced by other modules so it can't be inlined
/******/ var __nested_webpack_exports__ = __nested_webpack_require_146847__(0);
/******/ var __nested_webpack_exports__ = __nested_webpack_require_147658__(0);
/******/ legacy_beautify_js = __nested_webpack_exports__;
/******/
/******/ })()

@ -12773,7 +12773,7 @@ var run_namespaceObject = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAA
setShowPrevResult(true);
}
if (st === 1) {} else {
setCount(10);
setCount(15);
}
});
var unSub2 = mediator/* default */.Z.subscribe('caseInputValue', function (value) {

462
umi.js

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save