@ywfe/fe-tools 1.0.2-beta.2 → 1.0.2-beta.4
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.js +1 -0
- package/dist/bundle.js.map +1 -1
- package/package.json +1 -1
package/dist/bundle.js
CHANGED
|
@@ -8821,6 +8821,7 @@ function userInputToJson(_a) {
|
|
|
8821
8821
|
|
|
8822
8822
|
function JSON2String(_a) {
|
|
8823
8823
|
var input = _a.input;
|
|
8824
|
+
console.log('test');
|
|
8824
8825
|
var _b = input.data, data = _b === void 0 ? {} : _b;
|
|
8825
8826
|
try {
|
|
8826
8827
|
return "```json" + JSON.stringify(data) + "json```";
|