Searched refs:NameGeneratorOptions (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_frontend/arkguard/src/generator/ |
D | UnderlineNameGenerator.ts | 16 import type {INameGenerator, NameGeneratorOptions} from './INameGenerator'; 27 constructor(options: NameGeneratorOptions) {
|
D | OrderedNameGenerator.ts | 16 import type {INameGenerator, NameGeneratorOptions} from './INameGenerator'; 29 constructor(options?: NameGeneratorOptions) {
|
D | NameFactory.ts | 16 import type {INameGenerator, NameGeneratorOptions} from './INameGenerator'; 33 export function getNameGenerator(generatorType: NameGeneratorType, options?: NameGeneratorOptions):…
|
D | DisorderNameGenerator.ts | 16 import type {INameGenerator, NameGeneratorOptions} from './INameGenerator'; 33 constructor(options?: NameGeneratorOptions) {
|
D | DictionaryNameGenerator.ts | 16 import type {INameGenerator, NameGeneratorOptions} from './INameGenerator'; 32 constructor(options?: NameGeneratorOptions) {
|
D | HexNameGenerator.ts | 18 import type {INameGenerator, NameGeneratorOptions} from './INameGenerator'; 37 constructor(options?: NameGeneratorOptions) {
|
D | ReservedNameGenerator.ts | 16 import type {INameGenerator, NameGeneratorOptions} from './INameGenerator'; 62 constructor(options?: NameGeneratorOptions) {
|
D | INameGenerator.ts | 16 export interface NameGeneratorOptions { interface
|
/arkcompiler/ets_frontend/arkguard/test/ut/ |
D | NameGenerator.spec.ts | 19 import {NameGeneratorOptions} from '../../src/generator/INameGenerator'; 96 const options: NameGeneratorOptions = {
|
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/ |
D | RenamePropertiesTransformer.ts | 50 import type {INameGenerator, NameGeneratorOptions} from '../../generator/INameGenerator'; 80 let options: NameGeneratorOptions = {};
|
D | RenameIdentifierTransformer.ts | 53 import type {INameGenerator, NameGeneratorOptions} from '../../generator/INameGenerator'; 90 let options: NameGeneratorOptions = {};
|