Fixed a name issue related to uppercase/lowercase (#1348)
This commit is contained in:
Родитель
1bb7ece315
Коммит
43e5eacacf
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,2 +1,2 @@
|
|||
export * from './utils/pwshModel';
|
||||
export * from './utils/PwshModel';
|
||||
export * from './utils/tsp-generator';
|
|
@ -16,7 +16,7 @@ import { DeepPartial } from '@azure-tools/codegen';
|
|||
import { PropertyFormat } from '../utils/schema';
|
||||
import { TspHost } from '../utils/tsp-host';
|
||||
import { ModelState } from '../utils/model-state';
|
||||
import { PwshModel } from '../utils/pwshModel';
|
||||
import { PwshModel } from '../utils/PwshModel';
|
||||
|
||||
export class Project extends codeDomProject {
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ import { Model } from '../llcsharp/code-model';
|
|||
import { Project } from '../llcsharp/project';
|
||||
import { TspHost } from '../utils/tsp-host';
|
||||
import { ModelState } from '../utils/model-state';
|
||||
import { PwshModel } from '../utils/pwshModel';
|
||||
import { PwshModel } from '../utils/PwshModel';
|
||||
|
||||
const resources = `${__dirname}/../../resources`;
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ import { generateScriptCmdlets } from '../generators/script-cmdlet';
|
|||
import { TspHost } from '../utils/tsp-host';
|
||||
import { State } from '../internal/state';
|
||||
import { ModelState } from '../utils/model-state';
|
||||
import { PwshModel } from '../utils/pwshModel';
|
||||
import { PwshModel } from '../utils/PwshModel';
|
||||
|
||||
const sourceFileCSharp = 'source-file-csharp';
|
||||
const resources = `${__dirname}/../../resources`;
|
||||
|
|
Загрузка…
Ссылка в новой задаче