1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

统一插件名称: text-conversion -> variable-conversion

This commit is contained in:
zhangbk1
2024-04-03 10:02:44 +08:00
parent b2745d8ba7
commit 2d7f4690be
8 changed files with 16 additions and 14 deletions

View File

@@ -5,9 +5,9 @@ import * as assert from 'assert';
import * as vscode from 'vscode';
import testGroups from './test-case';
import { TestCase, TestCaseGroup } from '../type-definition/test-case-type';
import { transformMutliLineText, transformText } from '../main-code/text-transform';
import { toCamelCase, toLowerCase, toPascalCase, toUpperCase } from '../main-code/text-conversion';
import { TransformTextResult } from '../type-definition/text-transform-type';
import { transformMutliLineText, transformText } from '../main-code/variable-transform';
import { toCamelCase, toLowerCase, toPascalCase, toUpperCase } from '../main-code/variable-conversion';
import { TransformTextResult } from '../type-definition/variable-transform-type';
// import * as myExtension from '../../extension';
/*