chore: format all frontend files (#430)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { ContainerModule, injectable } from 'inversify';
|
||||
import {
|
||||
type PlaygroundContext,
|
||||
@@ -63,7 +63,7 @@ export class MockWorkflowForm
|
||||
() =>
|
||||
({
|
||||
formModelFactory,
|
||||
}) as any,
|
||||
} as any),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import {
|
||||
WorkflowNodeInputVariablesData,
|
||||
WorkflowNodeOutputVariablesData,
|
||||
|
||||
@@ -13,5 +13,5 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export default {};
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
/* eslint-disable max-params */
|
||||
import { provideNodeOutputVariables } from 'src/form-extensions/variable-providers/provide-node-output-variables';
|
||||
import { provideNodeBatchVariables } from 'src/form-extensions/variable-providers/provide-node-batch-variables';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import React from 'react';
|
||||
|
||||
import { createEffectFromVariableProvider } from 'src/utils/variable-provider';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { WorkflowVariableService } from 'src';
|
||||
import { loopJSON } from '__tests__/workflow.mock';
|
||||
import { allKeyPaths } from '__tests__/variable.mock';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { variableUtils, WorkflowVariableService } from 'src';
|
||||
import { loopJSON } from '__tests__/workflow.mock';
|
||||
import { allConstantInputs, allEndRefInputs } from '__tests__/variable.mock';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import 'reflect-metadata';
|
||||
vi.mock('@coze-arch/i18n', () => ({
|
||||
I18n: {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
/* eslint-disable security/detect-object-injection */
|
||||
import { type InputItem } from 'src/form-extensions/variable-providers/common';
|
||||
import {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { type WorkflowJSON } from '@flowgram-adapter/free-layout-editor';
|
||||
import { StandardNodeType } from '@coze-workflow/base/types';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user