@supernova-studio/pulsar-core 2.0.15 → 2.0.17
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/build/main/core/src/engine/configuration/ExportConfiguration.d.ts +2 -3
- package/build/main/core/src/engine/generation/requests/ExportDataRequest.d.ts +1 -1
- package/build/main/core/src/engine/generation/requests/ExportDataResponse.d.ts +1 -1
- package/build/main/core/src/engine/generation/requests/specific/dsm/ExportDataRequestAsset.d.ts +1 -1
- package/build/main/core/src/engine/generation/requests/specific/dsm/ExportDataRequestBlueprint.d.ts +1 -2
- package/build/main/core/src/engine/generation/requests/specific/dsm/ExportDataRequestBundledResource.d.ts +1 -1
- package/build/main/core/src/engine/generation/requests/specific/dsm/ExportDataRequestDSMComponent.d.ts +1 -1
- package/build/main/core/src/engine/generation/requests/specific/dsm/ExportDataRequestDSMComponentGroup.d.ts +1 -1
- package/build/main/core/src/engine/generation/requests/specific/dsm/ExportDataRequestDSMDocumentationPage.d.ts +1 -1
- package/build/main/core/src/engine/generation/requests/specific/dsm/ExportDataRequestDSMGeneric.d.ts +1 -1
- package/build/main/core/src/engine/generation/requests/specific/dsm/ExportDataRequestDSMTheme.d.ts +1 -1
- package/build/main/core/src/engine/generation/requests/specific/dsm/ExportDataRequestDSMTokenGroup.d.ts +1 -1
- package/build/main/core/src/engine/generation/requests/specific/dsm/ExportDataRequestDSMTokenType.d.ts +1 -1
- package/build/main/core/src/engine/loaders/BlueprintLoader.d.ts +2 -2
- package/build/main/core/src/engine/writing/writers/ExportWriterRuleProcessor.d.ts +1 -1
- package/build/main/core/src/exports.d.ts +0 -1
- package/build/main/core/src/pulsar/Pulsar.d.ts +2 -2
- package/build/main/core/src/pulsar/PulsarInterface.d.ts +2 -2
- package/build/main/core/src/pulsar/PulsarStaticAnalysis.d.ts +1 -3
- package/build/main/core/src/pulsar/PulsarStaticAnalysisInterface.d.ts +2 -3
- package/build/main/core/src/pulsar/managers/PulsarCIManager.d.ts +1 -1
- package/build/main/core/src/pulsar/managers/PulsarCodeManager.d.ts +1 -2
- package/build/main/core/src/tests/casebuilders/dsm.d.ts +1 -1
- package/build/main/core/src/tools/Logger.d.ts +1 -1
- package/build/main/core/src/tools/LoggerDefaultMessages.d.ts +1 -1
- package/build/main/pulsar-core.js +2 -272
- package/package.json +3 -2
- package/LICENSE +0 -21
- package/build/main/language/src/blueprints/Blueprint.d.ts +0 -9
- package/build/main/language/src/blueprints/BlueprintConfiguration.d.ts +0 -17
- package/build/main/language/src/blueprints/BlueprintFactory.d.ts +0 -9
- package/build/main/language/src/configuration/KeywordsFlows.d.ts +0 -23
- package/build/main/language/src/configuration/KeywordsFunctions.d.ts +0 -12
- package/build/main/language/src/configuration/KeywordsTranformers.d.ts +0 -63
- package/build/main/language/src/debugger/Debugger.d.ts +0 -27
- package/build/main/language/src/debugger/DebuggerErrorBuilder.d.ts +0 -14
- package/build/main/language/src/debugger/DebuggerErrors.d.ts +0 -41
- package/build/main/language/src/exports.d.ts +0 -17
- package/build/main/language/src/extensions/dsm/DSMBridge.d.ts +0 -38
- package/build/main/language/src/extensions/dsm/DSMDataCore.d.ts +0 -135
- package/build/main/language/src/extensions/dsm/DSMExecutionContext.d.ts +0 -23
- package/build/main/language/src/extensions/dsm/configuration/DSMKeywordsFunctions.d.ts +0 -52
- package/build/main/language/src/extensions/dsm/functions/assets/DSMFunctionAllAssets.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/assets/DSMFunctionAssetById.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/assets/DSMFunctionAssetsByGroupId.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/brands/DSMFunctionAllBrands.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/brands/DSMFunctionCurrentBrand.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/components/DSMFunctionAllComponents.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/components/DSMFunctionComponentById.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/configuration/DSMFunctionConfiguration.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/configuration/DSMFunctionPackageConfiguration.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/design_components/DSMFunctionAllDesignComponents.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/design_components/DSMFunctionDesignComponentById.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/design_system/DSMFunctionCurrentDesignSystem.d.ts +0 -32
- package/build/main/language/src/extensions/dsm/functions/design_system/DSMFunctionCurrentDesignSystemSwitcher.d.ts +0 -19
- package/build/main/language/src/extensions/dsm/functions/design_system/DSMFunctionDesignSystemById.d.ts +0 -14
- package/build/main/language/src/extensions/dsm/functions/design_system_version/DSMFunctionAllDesignSystemVersions.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/design_system_version/DSMFunctionCurrentDesignSystemVersion.d.ts +0 -28
- package/build/main/language/src/extensions/dsm/functions/documentation/DSMFunctionDocsAllGroups.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/documentation/DSMFunctionDocsAllPages.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/documentation/DSMFunctionDocsConfiguration.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/documentation/DSMFunctionDocsDomain.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/documentation/DSMFunctionDocsGroupById.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/documentation/DSMFunctionDocsPageById.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/documentation/DSMFunctionDocsPageToMarkdown.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/documentation/DSMFunctionDocsRootGroup.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/fonts/DSMFunctionFontIsBold.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/fonts/DSMFunctionFontIsItalic.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/fonts/DSMFunctionFontIsRegular.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/fonts/DSMFunctionFontWeight.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/groups/assets/DSMFunctionAllAssetGroups.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/groups/assets/DSMFunctionAssetGroupById.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/groups/assets/DSMFunctionAssetGroupContainingAssetId.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/groups/assets/DSMFunctionAssetGroupTree.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/groups/tokens/DSMFunctionAllTokenGroupTrees.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/groups/tokens/DSMFunctionAllTokenGroups.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/groups/tokens/DSMFunctionTokenGroupById.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/groups/tokens/DSMFunctionTokenGroupContainingTokenId.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/groups/tokens/DSMFunctionTokenGroupTreeByType.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/groups/tokens/DSMFunctionTokenGroupsByType.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/kvs/DSMFunctionKVSData.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/themes/DSMFunctionAllThemes.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/themes/DSMFunctionCurrentTheme.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/themes/DSMFunctionThemeById.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/tokens/DSMFunctionAllTokens.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/tokens/DSMFunctionAllTokensByApplyingThemes.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/tokens/DSMFunctionTokenById.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/tokens/DSMFunctionTokensByApplyingThemes.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/tokens/DSMFunctionTokensByGroupId.d.ts +0 -10
- package/build/main/language/src/extensions/dsm/functions/tokens/DSMFunctionTokensByType.d.ts +0 -10
- package/build/main/language/src/index.d.ts +0 -1
- package/build/main/language/src/interpreter/ExecutionContext.d.ts +0 -56
- package/build/main/language/src/interpreter/Interpreter.d.ts +0 -33
- package/build/main/language/src/interpreter/InterpreterContext.d.ts +0 -9
- package/build/main/language/src/interpreter/emitters/BlueprintEmitter.d.ts +0 -5
- package/build/main/language/src/interpreter/emitters/EmittedContent.d.ts +0 -6
- package/build/main/language/src/interpreter/emitters/MemoryBlueprintEmitter.d.ts +0 -11
- package/build/main/language/src/interpreter/flows/Flow.d.ts +0 -37
- package/build/main/language/src/interpreter/flows/FlowIterator.d.ts +0 -25
- package/build/main/language/src/interpreter/flows/FlowOutput.d.ts +0 -9
- package/build/main/language/src/interpreter/flows/FlowSource.d.ts +0 -10
- package/build/main/language/src/interpreter/flows/specific/code/FlowCodeMerge.d.ts +0 -16
- package/build/main/language/src/interpreter/flows/specific/debug/FlowLog.d.ts +0 -18
- package/build/main/language/src/interpreter/flows/specific/emit/FlowEmit.d.ts +0 -16
- package/build/main/language/src/interpreter/flows/specific/function/FlowImport.d.ts +0 -16
- package/build/main/language/src/interpreter/flows/specific/function/FlowReturn.d.ts +0 -16
- package/build/main/language/src/interpreter/flows/specific/if/FlowElse.d.ts +0 -19
- package/build/main/language/src/interpreter/flows/specific/if/FlowElseIf.d.ts +0 -20
- package/build/main/language/src/interpreter/flows/specific/if/FlowIf.d.ts +0 -19
- package/build/main/language/src/interpreter/flows/specific/inject/FlowInject.d.ts +0 -16
- package/build/main/language/src/interpreter/flows/specific/loops/FlowFor.d.ts +0 -17
- package/build/main/language/src/interpreter/flows/specific/loops/FlowMap.d.ts +0 -17
- package/build/main/language/src/interpreter/flows/specific/loops/FlowTraverse.d.ts +0 -18
- package/build/main/language/src/interpreter/flows/specific/loops/FlowTraverseChildren.d.ts +0 -6
- package/build/main/language/src/interpreter/flows/specific/switch/FlowCase.d.ts +0 -17
- package/build/main/language/src/interpreter/flows/specific/switch/FlowDefault.d.ts +0 -16
- package/build/main/language/src/interpreter/flows/specific/switch/FlowSwitch.d.ts +0 -17
- package/build/main/language/src/interpreter/flows/specific/var/FlowConst.d.ts +0 -16
- package/build/main/language/src/interpreter/flows/specific/var/FlowGlobal.d.ts +0 -16
- package/build/main/language/src/interpreter/flows/specific/var/FlowLet.d.ts +0 -16
- package/build/main/language/src/interpreter/flows/specific/var/FlowSet.d.ts +0 -16
- package/build/main/language/src/interpreter/functions/Function.d.ts +0 -31
- package/build/main/language/src/interpreter/functions/specific/blueprints/FunctionCall.d.ts +0 -9
- package/build/main/language/src/interpreter/functions/specific/network/FunctionNetworkGetAnonymous.d.ts +0 -11
- package/build/main/language/src/interpreter/functions/specific/random/FunctionRandomInt.d.ts +0 -9
- package/build/main/language/src/interpreter/functions/specific/random/FunctionRandomString.d.ts +0 -9
- package/build/main/language/src/interpreter/functions/specific/support/FunctionArraysToZippedMap.d.ts +0 -9
- package/build/main/language/src/interpreter/functions/specific/support/FunctionVarDefined.d.ts +0 -9
- package/build/main/language/src/interpreter/functions/specific/support/FunctionVarMutable.d.ts +0 -9
- package/build/main/language/src/interpreter/javascript/JSContext.d.ts +0 -18
- package/build/main/language/src/interpreter/javascript/JSContextBridge.d.ts +0 -16
- package/build/main/language/src/interpreter/javascript/JSFunction.d.ts +0 -20
- package/build/main/language/src/interpreter/javascript/JSTransformer.d.ts +0 -30
- package/build/main/language/src/interpreter/loaders/BlueprintLoader.d.ts +0 -12
- package/build/main/language/src/interpreter/loaders/MemoryBlueprintLoader.d.ts +0 -10
- package/build/main/language/src/interpreter/loggers/Logger.d.ts +0 -47
- package/build/main/language/src/interpreter/loggers/LoggerDefaultMessages.d.ts +0 -14
- package/build/main/language/src/interpreter/transformers/Transformer.d.ts +0 -28
- package/build/main/language/src/interpreter/transformers/specific/array/TransformerAppend.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/array/TransformerConcat.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/array/TransformerEnumerated.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/array/TransformerFirst.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/array/TransformerFrom.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/array/TransformerJoin.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/array/TransformerLast.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/array/TransformerRandom.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/array/TransformerRange.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/array/TransformerReversed.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/array/TransformerShuffled.d.ts +0 -11
- package/build/main/language/src/interpreter/transformers/specific/array/TransformerSorted.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/array/TransformerUntil.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/map/TransformerAdd.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/map/TransformerKeys.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/map/TransformerValues.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/numeric/TransformerAbsolute.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/numeric/TransformerCeiled.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/numeric/TransformerFloored.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/numeric/TransformerNegative.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/numeric/TransformerPositive.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/numeric/TransformerRounded.d.ts +0 -11
- package/build/main/language/src/interpreter/transformers/specific/shared/TransformerCount.d.ts +0 -12
- package/build/main/language/src/interpreter/transformers/specific/shared/TransformerEquals.d.ts +0 -14
- package/build/main/language/src/interpreter/transformers/specific/shared/TransformerFormatDate.d.ts +0 -13
- package/build/main/language/src/interpreter/transformers/specific/shared/TransformerIsArray.d.ts +0 -14
- package/build/main/language/src/interpreter/transformers/specific/shared/TransformerIsBool.d.ts +0 -14
- package/build/main/language/src/interpreter/transformers/specific/shared/TransformerIsNumber.d.ts +0 -14
- package/build/main/language/src/interpreter/transformers/specific/shared/TransformerIsObject.d.ts +0 -14
- package/build/main/language/src/interpreter/transformers/specific/shared/TransformerIsString.d.ts +0 -14
- package/build/main/language/src/interpreter/transformers/specific/shared/TransformerToString.d.ts +0 -14
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerCamelcased.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerCapitalized.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerContains.d.ts +0 -11
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerDefault.d.ts +0 -11
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerEndsWith.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerExtended.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerLowercased.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerPrefixed.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerReplacing.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerSlashDoubleQuotes.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerSlashNewlines.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerSlashSingleQuotes.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerSnakecased.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerSplit.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerSplitExpr.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerSplitNewlines.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerStartsWith.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerSubstring.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerSuffixed.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerTrimmingCharacter.d.ts +0 -11
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerTrimmingSpaces.d.ts +0 -10
- package/build/main/language/src/interpreter/transformers/specific/string/TransformerUppercased.d.ts +0 -10
- package/build/main/language/src/interpreter/variables/Variable.d.ts +0 -22
- package/build/main/language/src/interpreter/variables/VariableContext.d.ts +0 -14
- package/build/main/language/src/parser/Tokenization/Concrete/ConcreteBuffer.d.ts +0 -19
- package/build/main/language/src/parser/Tokenization/Concrete/ConcreteParser.d.ts +0 -25
- package/build/main/language/src/parser/Tokenization/Concrete/ConcreteToken.d.ts +0 -21
- package/build/main/language/src/parser/Tokenization/Lexical/LexicalBuffer.d.ts +0 -22
- package/build/main/language/src/parser/Tokenization/Lexical/LexicalParser.d.ts +0 -14
- package/build/main/language/src/parser/Tokenization/Lexical/LexicalToken.d.ts +0 -24
- package/build/main/language/src/parser/errors/LanguageError.d.ts +0 -5
- package/build/main/language/src/parser/errors/LanguageErrorAnalysis.d.ts +0 -26
- package/build/main/language/src/parser/errors/LoggerErrorUtility.d.ts +0 -8
- package/build/main/language/src/parser/symbols/Symbol.d.ts +0 -29
- package/build/main/language/src/parser/symbols/SymbolBuffer.d.ts +0 -16
- package/build/main/language/src/parser/symbols/SymbolFactory.d.ts +0 -27
- package/build/main/language/src/parser/symbols/SymbolTable.d.ts +0 -22
- package/build/main/language/src/parser/symbols/SymbolType.d.ts +0 -5
- package/build/main/language/src/parser/syntax/SyntaxParser.d.ts +0 -13
- package/build/main/language/src/parser/syntax/SyntaxTree.d.ts +0 -8
- package/build/main/language/src/parser/syntax/nodes/SyntaxNode.d.ts +0 -13
- package/build/main/language/src/parser/syntax/nodes/SyntaxNodeFlow.d.ts +0 -34
- package/build/main/language/src/parser/syntax/nodes/SyntaxNodeGroup.d.ts +0 -17
- package/build/main/language/src/parser/syntax/nodes/SyntaxNodeText.d.ts +0 -16
- package/build/main/language/src/parser/syntax/nodes/substitution/SyntaxNodeSubstitution.d.ts +0 -24
- package/build/main/language/src/parser/syntax/nodes/substitution/SyntaxNodeSubstitutionAnalyzer.d.ts +0 -21
- package/build/main/language/src/parser/syntax/nodes/substitution/interpreters/SyntaxNodeSubstitutionAsyncInterpreter.d.ts +0 -27
- package/build/main/language/src/parser/syntax/nodes/substitution/interpreters/SyntaxNodeSubstitutionInterpreter.d.ts +0 -10
- package/build/main/language/src/parser/syntax/nodes/substitution/interpreters/SyntaxNodeSubstitutionSyncInterpreter.d.ts +0 -25
- package/build/main/language/src/tools/autocomplete/AutocompleteEngine.d.ts +0 -31
- package/build/main/language/src/tools/autocomplete/BlueprintAutocompleteEngine.d.ts +0 -40
- package/build/main/language/src/tools/autocomplete/BlueprintSnippets.d.ts +0 -16
- package/build/main/language/src/tools/autocomplete/PlaceholderDisabledSnippetPool.d.ts +0 -34
- package/build/main/language/src/tools/autocomplete/PlaceholderEnabledSnippetPool.d.ts +0 -35
- package/build/main/language/src/tools/documentation/DeclarationBuilder.d.ts +0 -8
- package/build/main/language/src/tools/documentation/Doc.d.ts +0 -30
- package/build/main/language/src/tools/documentation/Documentable.d.ts +0 -4
- package/build/main/language/src/tools/highlight/BlueprintHighlightEngine.d.ts +0 -51
- package/build/main/language/src/tools/highlight/BlueprintHighlightEngineState.d.ts +0 -41
- package/build/main/language/src/tools/highlight/HighlightEngine.d.ts +0 -44
- package/build/main/language/src/utils/FlowUtils.d.ts +0 -5
- package/build/main/language/src/utils/StringUtils.d.ts +0 -72
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { PLInterpreterContext } from '../../../InterpreterContext';
|
|
2
|
-
import { PLFunction } from '../../Function';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
export declare class PLFunctionNetworkGetAnonymous extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
isAsync(): boolean;
|
|
8
|
-
timeout: number;
|
|
9
|
-
failable: boolean;
|
|
10
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: PLExecutionContext): Promise<any | null>;
|
|
11
|
-
}
|
package/build/main/language/src/interpreter/functions/specific/random/FunctionRandomInt.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { PLInterpreterContext } from '../../../InterpreterContext';
|
|
2
|
-
import { PLFunction } from '../../Function';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
export declare class PLFunctionRandomInt extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
isAsync(): boolean;
|
|
8
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: PLExecutionContext): Promise<any | null>;
|
|
9
|
-
}
|
package/build/main/language/src/interpreter/functions/specific/random/FunctionRandomString.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { PLInterpreterContext } from '../../../InterpreterContext';
|
|
2
|
-
import { PLFunction } from '../../Function';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
export declare class PLFunctionRandomString extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
isAsync(): boolean;
|
|
8
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: PLExecutionContext): Promise<any | null>;
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { PLInterpreterContext } from '../../../InterpreterContext';
|
|
2
|
-
import { PLFunction } from '../../Function';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
export declare class PLFunctionArraysToZippedMap extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
isAsync(): boolean;
|
|
8
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: PLExecutionContext): Promise<any | null>;
|
|
9
|
-
}
|
package/build/main/language/src/interpreter/functions/specific/support/FunctionVarDefined.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { PLInterpreterContext } from '../../../InterpreterContext';
|
|
2
|
-
import { PLFunction } from '../../Function';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
export declare class PLFunctionVarDefined extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
isAsync(): boolean;
|
|
8
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: PLExecutionContext): Promise<any | null>;
|
|
9
|
-
}
|
package/build/main/language/src/interpreter/functions/specific/support/FunctionVarMutable.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { PLInterpreterContext } from '../../../InterpreterContext';
|
|
2
|
-
import { PLFunction } from '../../Function';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
export declare class PLFunctionVarMutable extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
isAsync(): boolean;
|
|
8
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: PLExecutionContext): Promise<any | null>;
|
|
9
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { PLExecutionContext } from '../ExecutionContext';
|
|
2
|
-
import { JSFunction } from './JSFunction';
|
|
3
|
-
import { JSTransformer } from './JSTransformer';
|
|
4
|
-
export declare class JSContext {
|
|
5
|
-
private executionContext;
|
|
6
|
-
private bridge;
|
|
7
|
-
constructor(executionContext: PLExecutionContext, configuration: Object);
|
|
8
|
-
/** Evaluate javascript string with Pulsar core enhancements. Javascript context is contained, sandboxed environment and only allows access to few specific objects on global scope */
|
|
9
|
-
registerHelper(helperString: string): void;
|
|
10
|
-
/** Register core engine function that enhnances the core cpabilities of the language */
|
|
11
|
-
registerFunction(func: JSFunction): void;
|
|
12
|
-
/** Register core engine transformer that enhances the core capabilities of the language */
|
|
13
|
-
registerTransformer(transformer: JSTransformer): void;
|
|
14
|
-
/** Register core engine payload that will be added to every execution of every blueprint when it runs. Registered payload is global, immutable property and is protected against override */
|
|
15
|
-
registerPayload(name: string, payload: any): void;
|
|
16
|
-
blueprintData(): object | null;
|
|
17
|
-
systemData(): object | null;
|
|
18
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { JSContext } from './JSContext';
|
|
2
|
-
export declare class JSContextBridge {
|
|
3
|
-
/** Connector back to the executor */
|
|
4
|
-
jsContext: JSContext;
|
|
5
|
-
/** User provided configuration */
|
|
6
|
-
exportConfiguration: Object;
|
|
7
|
-
constructor(jsContext: JSContext, configurationData: Object);
|
|
8
|
-
registerFunction(name: string, callback: () => any): void;
|
|
9
|
-
registerAsyncFunction(name: string, callback: () => any): void;
|
|
10
|
-
registerTransformer(name: string, callback: () => any): void;
|
|
11
|
-
registerTypedTransformer(name: string, type: string, callback: () => any): void;
|
|
12
|
-
private registerConfiguredTransformer;
|
|
13
|
-
registerPayload(name: string, payload: any): void;
|
|
14
|
-
blueprintData(): object | null;
|
|
15
|
-
systemData(): object | null;
|
|
16
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { PLDoc } from '../../tools/documentation/Doc';
|
|
2
|
-
import { PLExecutionContext } from '../ExecutionContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../functions/Function';
|
|
4
|
-
import { PLInterpreterContext } from '../InterpreterContext';
|
|
5
|
-
export declare class JSFunction extends PLFunction {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
isVariadic(): boolean;
|
|
8
|
-
keyword(): string;
|
|
9
|
-
documentation(): PLDoc | null;
|
|
10
|
-
isPrivate(): boolean;
|
|
11
|
-
type(): PLFunctionType;
|
|
12
|
-
isAsync(): boolean;
|
|
13
|
-
private name;
|
|
14
|
-
private async;
|
|
15
|
-
private dynamicArgumentCount;
|
|
16
|
-
private executor;
|
|
17
|
-
constructor(name: string, numberOfArguments: number, async: boolean, dynamicExecutor: () => any);
|
|
18
|
-
provideValueUsingArguments(args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): Promise<any | null>;
|
|
19
|
-
provideValueUsingArgumentsSync(args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any | null;
|
|
20
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { PLDoc } from '../../tools/documentation/Doc';
|
|
2
|
-
import { PLExecutionContext } from '../ExecutionContext';
|
|
3
|
-
import { PLInterpreterContext } from '../InterpreterContext';
|
|
4
|
-
import { PLTransformer } from '../transformers/Transformer';
|
|
5
|
-
export declare enum JSTransformerEnforcedType {
|
|
6
|
-
unrestriced = "unrestricted",
|
|
7
|
-
forcedNumber = "number",
|
|
8
|
-
forcedString = "string",
|
|
9
|
-
forcedBoolean = "boolean",
|
|
10
|
-
forcedArray = "array",
|
|
11
|
-
forcedObject = "object"
|
|
12
|
-
}
|
|
13
|
-
export declare class JSTransformer extends PLTransformer {
|
|
14
|
-
numberOfArguments(): number;
|
|
15
|
-
isVariadic(): boolean;
|
|
16
|
-
keyword(): string;
|
|
17
|
-
documentation(): PLDoc | null;
|
|
18
|
-
isPrivate(): boolean;
|
|
19
|
-
private name;
|
|
20
|
-
private dynamicArgumentCount;
|
|
21
|
-
private executor;
|
|
22
|
-
private enforcedType;
|
|
23
|
-
constructor(name: string, numberOfArguments: number, dynamicExecutor: () => any, enforcedType: JSTransformerEnforcedType);
|
|
24
|
-
transformStringValue(value: string, args: Array<any>, context: PLInterpreterContext, executionContext: PLExecutionContext): any;
|
|
25
|
-
transformBooleanValue(value: boolean, args: Array<any>, context: PLInterpreterContext, executionContext: PLExecutionContext): any;
|
|
26
|
-
transformNumericValue(value: number, args: Array<any>, context: PLInterpreterContext, executionContext: PLExecutionContext): any;
|
|
27
|
-
transformMapValue(value: Map<any, any>, args: Array<any>, context: PLInterpreterContext, executionContext: PLExecutionContext, isRoot: boolean): any | null;
|
|
28
|
-
transformArrayValue(value: Array<any>, args: Array<any>, context: PLInterpreterContext, executionContext: PLExecutionContext): any;
|
|
29
|
-
transformDynamicValue(value: any, args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
30
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { PLBlueprint } from '../../blueprints/Blueprint';
|
|
2
|
-
import { PLExecutionContext } from '../ExecutionContext';
|
|
3
|
-
import { PLBlueprintConfiguration } from './../../blueprints/BlueprintConfiguration';
|
|
4
|
-
export declare class PLBlueprintLoader {
|
|
5
|
-
cachedBlueprints: Map<string, PLBlueprint>;
|
|
6
|
-
constructor();
|
|
7
|
-
cache(blueprint: PLBlueprint, id?: string | null): void;
|
|
8
|
-
cachedBlueprint(id: string): PLBlueprint | null;
|
|
9
|
-
removeCachedBlueprint(id: string): boolean;
|
|
10
|
-
removeCachedBlueprints(): void;
|
|
11
|
-
loadBlueprint(_blueprintId: string, _executionContext: PLExecutionContext, _configuration: PLBlueprintConfiguration): PLBlueprint;
|
|
12
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLBlueprintConfiguration } from './../../blueprints/BlueprintConfiguration';
|
|
2
|
-
import { PLBlueprintLoader } from './BlueprintLoader';
|
|
3
|
-
import { PLExecutionContext } from '../ExecutionContext';
|
|
4
|
-
import { PLBlueprint } from '../../blueprints/Blueprint';
|
|
5
|
-
export declare class PLMemoryBlueprintLoader extends PLBlueprintLoader {
|
|
6
|
-
constructor(blueprints: Map<string, PLBlueprint>);
|
|
7
|
-
load(blueprint: PLBlueprint, key: string): void;
|
|
8
|
-
loadFromDefinition(definition: string, key: string, executionContext?: PLExecutionContext | null, configuration?: PLBlueprintConfiguration | null): void;
|
|
9
|
-
loadBlueprint(blueprintId: string, _executionContext: PLExecutionContext, _configuration: PLBlueprintConfiguration): PLBlueprint;
|
|
10
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { PLBlueprint, PLExecutionContext } from '../../exports';
|
|
2
|
-
import { Symbol } from '../../parser/symbols/Symbol';
|
|
3
|
-
import { SyntaxNode } from '../../parser/syntax/nodes/SyntaxNode';
|
|
4
|
-
import { PLVariable } from '../variables/Variable';
|
|
5
|
-
import { PLLoggerDefaultMessage } from './LoggerDefaultMessages';
|
|
6
|
-
export declare enum PLLogType {
|
|
7
|
-
success = "success",
|
|
8
|
-
info = "info",
|
|
9
|
-
warning = "warning",
|
|
10
|
-
error = "error",
|
|
11
|
-
user = "user"
|
|
12
|
-
}
|
|
13
|
-
export interface PLLog {
|
|
14
|
-
stackTrace: PLTrace;
|
|
15
|
-
time: Date;
|
|
16
|
-
type: PLLogType;
|
|
17
|
-
message: string;
|
|
18
|
-
}
|
|
19
|
-
export declare type PLTrace = {
|
|
20
|
-
executedNode: SyntaxNode | undefined;
|
|
21
|
-
variables: Array<PLVariable> | undefined;
|
|
22
|
-
executedBlueprint: PLBlueprint | undefined;
|
|
23
|
-
additionalInfo: string | undefined;
|
|
24
|
-
symbol: Symbol | undefined;
|
|
25
|
-
};
|
|
26
|
-
export declare class PLLogger {
|
|
27
|
-
logs: Array<PLLog>;
|
|
28
|
-
timings: Map<string, number>;
|
|
29
|
-
constructor();
|
|
30
|
-
emptyLogs(): void;
|
|
31
|
-
store(log: PLLog): PLLog;
|
|
32
|
-
formatIntoHuman(log: PLLog, paths: Map<string, string> | undefined): string;
|
|
33
|
-
formatMessage(log: PLLog, paths: Map<string, string> | undefined): string;
|
|
34
|
-
deduplicatedLogs(): Array<PLLog>;
|
|
35
|
-
formatStacktraceIntoHuman(log: PLLog, paths: Map<string, string>): Array<string> | undefined;
|
|
36
|
-
formattedDate(date: Date): string;
|
|
37
|
-
logSuccess(message: string, stackTrace: PLTrace): PLLog;
|
|
38
|
-
logInfo(message: string, stackTrace: PLTrace): PLLog;
|
|
39
|
-
logWarning(message: string, stackTrace: PLTrace): PLLog;
|
|
40
|
-
logError(message: string, stackTrace: PLTrace): PLLog;
|
|
41
|
-
logUser(message: string, stackTrace: PLTrace): PLLog;
|
|
42
|
-
logType(type: PLLogType, message: string, stackTrace: PLTrace): PLLog;
|
|
43
|
-
logSystem(systemMessage: PLLoggerDefaultMessage, stackTrace: PLTrace): PLLog;
|
|
44
|
-
addDuration(key: string, duration: number): void;
|
|
45
|
-
static makeTrace(ec: PLExecutionContext, blueprint: PLBlueprint, additionalInfo?: string | undefined, symbol?: Symbol | undefined): PLTrace;
|
|
46
|
-
static makeEmptyTrace(): PLTrace;
|
|
47
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { PLLogType } from './Logger';
|
|
2
|
-
export interface PLLoggerDefaultMessage {
|
|
3
|
-
message: string;
|
|
4
|
-
type: PLLogType;
|
|
5
|
-
}
|
|
6
|
-
export declare class PLLoggerDefaultMessages {
|
|
7
|
-
static compilerStart: PLLoggerDefaultMessage;
|
|
8
|
-
static compilerBuildSuccessful: PLLoggerDefaultMessage;
|
|
9
|
-
static compilerBuildFailure: PLLoggerDefaultMessage;
|
|
10
|
-
static interpreterStart: PLLoggerDefaultMessage;
|
|
11
|
-
static interpreterRenderingSuccessful: PLLoggerDefaultMessage;
|
|
12
|
-
static interpreterRenderingFailure: PLLoggerDefaultMessage;
|
|
13
|
-
static interpreterInjectedRenderingFailure: PLLoggerDefaultMessage;
|
|
14
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { PLDocumentable } from './../../tools/documentation/Documentable';
|
|
2
|
-
import { PLDoc } from '../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../InterpreterContext';
|
|
5
|
-
export declare class PLTransformer implements PLDocumentable {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc | null;
|
|
9
|
-
isPrivate(): boolean;
|
|
10
|
-
constructor();
|
|
11
|
-
transformValue(value: any, args: Array<any>, context: PLInterpreterContext, executionContext: PLExecutionContext): any;
|
|
12
|
-
transformValueUsingArguments(value: any, args: Array<any>, context: PLInterpreterContext, executionContext: PLExecutionContext): any;
|
|
13
|
-
transformStringValue(_value: string, _args: Array<any>, _context: PLInterpreterContext, executionContext: PLExecutionContext): any;
|
|
14
|
-
transformBooleanValue(_value: boolean, _args: Array<any>, _context: PLInterpreterContext, executionContext: PLExecutionContext): any;
|
|
15
|
-
transformNumericValue(_value: number, _args: Array<any>, _context: PLInterpreterContext, executionContext: PLExecutionContext): any;
|
|
16
|
-
transformMapValue(_value: Map<any, any>, _args: Array<any>, _context: PLInterpreterContext, executionContext: PLExecutionContext, _isRoot: boolean): any;
|
|
17
|
-
transformArrayValue(_value: Array<any>, _args: Array<any>, _context: PLInterpreterContext, executionContext: PLExecutionContext): any;
|
|
18
|
-
transformNullValue(_args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
19
|
-
expectString(position: number, args: Array<any>): string;
|
|
20
|
-
expectNumber(position: number, args: Array<any>): number;
|
|
21
|
-
expectBool(position: number, args: Array<any>): boolean;
|
|
22
|
-
expectAnyNonNull(position: number, args: Array<any>): any;
|
|
23
|
-
expectAny(position: number, args: Array<any>): any;
|
|
24
|
-
expectArray(position: number, args: Array<any>): Array<any>;
|
|
25
|
-
expectObject(position: number, args: Array<any>): Map<any, any>;
|
|
26
|
-
expectArgument(position: number, args: Array<any>): any;
|
|
27
|
-
equals(obj: PLTransformer): boolean;
|
|
28
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/array/TransformerAppend.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerAppend extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformArrayValue(value: Array<any>, args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/array/TransformerConcat.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerConcat extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformArrayValue(value: Array<any>, args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/array/TransformerEnumerated.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerEnumerated extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformArrayValue(value: Array<any>, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): Object;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/array/TransformerFirst.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerFirst extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformArrayValue(value: Array<any>, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/array/TransformerFrom.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerFrom extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformArrayValue(value: Array<any>, args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/array/TransformerJoin.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
2
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
3
|
-
import { PLInterpreterContext } from '../../../InterpreterContext';
|
|
4
|
-
import { PLTransformer } from '../../Transformer';
|
|
5
|
-
export declare class PLTransformerJoin extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformArrayValue(value: Array<any>, args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/array/TransformerLast.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerLast extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformArrayValue(value: Array<any>, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/array/TransformerRandom.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerRandom extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformArrayValue(value: Array<any>, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/array/TransformerRange.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerRange extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformArrayValue(value: Array<any>, args: Array<any>, context: PLInterpreterContext, executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/array/TransformerReversed.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerReversed extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformArrayValue(value: Array<any>, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/array/TransformerShuffled.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerShuffled extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformArrayValue(value: Array<any>, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
shuffle(array: Array<any>): any[];
|
|
11
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/array/TransformerSorted.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerSorted extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformArrayValue(value: Array<any>, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/array/TransformerUntil.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerUntil extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformArrayValue(value: Array<any>, args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerAdd extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformMapValue(value: Map<any, any>, args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerKeys extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformMapValue(value: Map<any, any>, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/map/TransformerValues.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerValues extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformMapValue(value: Map<any, any>, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/numeric/TransformerAbsolute.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerAbsolute extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformNumericValue(value: number, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/numeric/TransformerCeiled.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerCeiled extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformNumericValue(value: number, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/numeric/TransformerFloored.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerFloored extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformNumericValue(value: number, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/numeric/TransformerNegative.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerNegative extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformNumericValue(value: number, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/numeric/TransformerPositive.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerPositive extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformNumericValue(value: number, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/numeric/TransformerRounded.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerRounded extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformNumericValue(value: number, args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
rounded(value: any, toPlaces: number): number;
|
|
11
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/shared/TransformerCount.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerCount extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformStringValue(value: string, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
transformMapValue(value: Map<any, any>, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
11
|
-
transformArrayValue(value: Array<any>, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
12
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/shared/TransformerEquals.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from '../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerEquals extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformStringValue(value: string, args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
transformBooleanValue(value: boolean, args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
11
|
-
transformNumericValue(value: number, args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
12
|
-
transformArrayValue(value: Array<any>, args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
13
|
-
transformMapValue(value: Map<any, any>, args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext, _isRoot: boolean): any | null;
|
|
14
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/shared/TransformerFormatDate.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerFormatDate extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformNumericValue(value: number, args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
transformStringValue(value: string, args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
11
|
-
transformValue(value: any, args: any[], context: PLInterpreterContext, executionContext: PLExecutionContext): any;
|
|
12
|
-
format(format: string, date: Date): string;
|
|
13
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/shared/TransformerIsArray.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerIsArray extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformStringValue(_value: string, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
transformBooleanValue(_value: boolean, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
11
|
-
transformNumericValue(_value: number, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
12
|
-
transformMapValue(_value: Map<any, any>, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext, _isRoot: boolean): any | null;
|
|
13
|
-
transformArrayValue(_value: Array<any>, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
14
|
-
}
|
package/build/main/language/src/interpreter/transformers/specific/shared/TransformerIsBool.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { PLTransformer } from '../../Transformer';
|
|
2
|
-
import { PLDoc } from '../../../../tools/documentation/Doc';
|
|
3
|
-
import { PLExecutionContext } from '../../../ExecutionContext';
|
|
4
|
-
import { PLInterpreterContext } from './../../../InterpreterContext';
|
|
5
|
-
export declare class PLTransformerIsBool extends PLTransformer {
|
|
6
|
-
numberOfArguments(): number;
|
|
7
|
-
keyword(): string;
|
|
8
|
-
documentation(): PLDoc;
|
|
9
|
-
transformStringValue(_value: string, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
10
|
-
transformBooleanValue(_value: boolean, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
11
|
-
transformNumericValue(_value: number, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
12
|
-
transformMapValue(_value: Map<any, any>, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext, _isRoot: boolean): any | null;
|
|
13
|
-
transformArrayValue(_value: Array<any>, _args: Array<any>, _context: PLInterpreterContext, _executionContext: PLExecutionContext): any;
|
|
14
|
-
}
|