@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
package/build/main/language/src/extensions/dsm/functions/configuration/DSMFunctionConfiguration.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionConfiguration extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArgumentsSync(_args: Array<any>, _context: PLInterpreterContext, executionContext: DSMExecutionContext): any | null;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionPackageConfiguration extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArgumentsSync(_args: Array<any>, _context: PLInterpreterContext, executionContext: DSMExecutionContext): any | null;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionAllDesignComponents extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionDesignComponentById extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
import { DesignSystem } from '@supernovaio/supernova-sdk';
|
|
5
|
-
export declare type DesignSystemLightweight = {
|
|
6
|
-
/** Unique identifier of design system */
|
|
7
|
-
id: string;
|
|
8
|
-
/** Unique identifier of associated workspace */
|
|
9
|
-
workspaceId: string;
|
|
10
|
-
/** Design system name */
|
|
11
|
-
name: string;
|
|
12
|
-
/** Design system description */
|
|
13
|
-
description: string;
|
|
14
|
-
/** If enabled, parts of the design system can be accessed by public (for example, documentation site) */
|
|
15
|
-
isPublic: boolean;
|
|
16
|
-
/** If set, signals that multibrand functionality is enabled for this design system */
|
|
17
|
-
isMultiBrand: boolean;
|
|
18
|
-
/** Design system switcher functionality - array of design systems bound together */
|
|
19
|
-
designSystemSwitcher: {
|
|
20
|
-
isEnabled: boolean;
|
|
21
|
-
designSystemIds: Array<string>;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export declare class DSMFunctionCurrentDesignSystem extends PLFunction {
|
|
25
|
-
numberOfArguments(): number;
|
|
26
|
-
keyword(): string;
|
|
27
|
-
type(): PLFunctionType;
|
|
28
|
-
isAsync(): boolean;
|
|
29
|
-
currentDesignSystem: DesignSystemLightweight | null;
|
|
30
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
31
|
-
static designSystemToLightweightObject(ds: DesignSystem): DesignSystemLightweight;
|
|
32
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare type ResolvedDesignSystemSwitcher = {
|
|
5
|
-
isEnabled: boolean;
|
|
6
|
-
designSystems: {
|
|
7
|
-
id: string;
|
|
8
|
-
name: string;
|
|
9
|
-
isCurrent: boolean;
|
|
10
|
-
}[];
|
|
11
|
-
};
|
|
12
|
-
export declare class DSMFunctionCurrentDesignSystemSwitcher extends PLFunction {
|
|
13
|
-
numberOfArguments(): number;
|
|
14
|
-
keyword(): string;
|
|
15
|
-
type(): PLFunctionType;
|
|
16
|
-
isAsync(): boolean;
|
|
17
|
-
currentDesignSystemSwitcher: ResolvedDesignSystemSwitcher | null;
|
|
18
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
19
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
import { DesignSystem } from '@supernovaio/supernova-sdk';
|
|
5
|
-
import { DesignSystemLightweight } from './DSMFunctionCurrentDesignSystem';
|
|
6
|
-
export declare class DSMFunctionDesignSystemById extends PLFunction {
|
|
7
|
-
numberOfArguments(): number;
|
|
8
|
-
keyword(): string;
|
|
9
|
-
type(): PLFunctionType;
|
|
10
|
-
isAsync(): boolean;
|
|
11
|
-
currentDesignSystems: Array<DesignSystemLightweight> | null;
|
|
12
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
13
|
-
static designSystemToLightweightObject(ds: DesignSystem): DesignSystemLightweight;
|
|
14
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionAllDesignSystemVersions extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
import { DesignSystemVersion } from '@supernovaio/supernova-sdk';
|
|
5
|
-
export declare type DesignSystemVersionLightweight = {
|
|
6
|
-
/** Unique identifier of design system version */
|
|
7
|
-
id: string;
|
|
8
|
-
/** Design system version name */
|
|
9
|
-
name: string;
|
|
10
|
-
/** Design system version description */
|
|
11
|
-
description: string;
|
|
12
|
-
/** Semantic name of version. Will be null if the version is in draft mode */
|
|
13
|
-
version: string | null;
|
|
14
|
-
/** Change log for the version. Will be null if the version is in draft mode */
|
|
15
|
-
changeLog: string | null;
|
|
16
|
-
/** If version is in read-only mode, it can't be modified - only documentation that can be improved */
|
|
17
|
-
isReadOnly: boolean;
|
|
18
|
-
/** Only one version per design system ever can be shared draft. Shared draft is always writable */
|
|
19
|
-
isSharedDraft: boolean;
|
|
20
|
-
};
|
|
21
|
-
export declare class DSMFunctionCurrentDesignSystemVersion extends PLFunction {
|
|
22
|
-
numberOfArguments(): number;
|
|
23
|
-
keyword(): string;
|
|
24
|
-
type(): PLFunctionType;
|
|
25
|
-
isAsync(): boolean;
|
|
26
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
27
|
-
static versionToLightweightObject(version: DesignSystemVersion): DesignSystemVersionLightweight;
|
|
28
|
-
}
|
package/build/main/language/src/extensions/dsm/functions/documentation/DSMFunctionDocsAllGroups.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionDocsAllGroups extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
package/build/main/language/src/extensions/dsm/functions/documentation/DSMFunctionDocsAllPages.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionDocsAllPages extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionDocsConfiguration extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(_args: Array<any>, _context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
package/build/main/language/src/extensions/dsm/functions/documentation/DSMFunctionDocsDomain.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionDocsDomain extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
package/build/main/language/src/extensions/dsm/functions/documentation/DSMFunctionDocsGroupById.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionDocsGroupById extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
package/build/main/language/src/extensions/dsm/functions/documentation/DSMFunctionDocsPageById.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionDocsPageById extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionDocsPageToMarkdown extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
package/build/main/language/src/extensions/dsm/functions/documentation/DSMFunctionDocsRootGroup.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionDocsRootGroup extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionFontIsBold extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionFontIsItalic extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
package/build/main/language/src/extensions/dsm/functions/fonts/DSMFunctionFontIsRegular.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionFontIsRegular extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionFontWeight extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionAllAssetGroups extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionAssetGroupById extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionAssetGroupContainingAssetId extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionAssetGroupTree extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionAllTokenGroupTrees extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionAllTokenGroups extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionTokenGroupById extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionTokenGroupContainingTokenId extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionTokenGroupTreeByType extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionTokenGroupsByType extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionKVSData extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionAllThemes extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
package/build/main/language/src/extensions/dsm/functions/themes/DSMFunctionCurrentTheme.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionCurrentTheme extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionThemeById extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionAllTokens extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionAllTokensByApplyingThemes extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionTokenById extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionTokensByApplyingThemes extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
package/build/main/language/src/extensions/dsm/functions/tokens/DSMFunctionTokensByGroupId.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionTokensByGroupId extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
package/build/main/language/src/extensions/dsm/functions/tokens/DSMFunctionTokensByType.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { DSMExecutionContext } from '../../DSMExecutionContext';
|
|
2
|
-
import { PLInterpreterContext } from '../../../../interpreter/InterpreterContext';
|
|
3
|
-
import { PLFunction, PLFunctionType } from '../../../../interpreter/functions/Function';
|
|
4
|
-
export declare class DSMFunctionTokensByType extends PLFunction {
|
|
5
|
-
numberOfArguments(): number;
|
|
6
|
-
keyword(): string;
|
|
7
|
-
type(): PLFunctionType;
|
|
8
|
-
isAsync(): boolean;
|
|
9
|
-
provideValueUsingArguments(args: Array<any>, context: PLInterpreterContext, executionContext: DSMExecutionContext): Promise<any | null>;
|
|
10
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './exports';
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { PLBlueprintEmitter } from './emitters/BlueprintEmitter';
|
|
2
|
-
import { PLBlueprintLoader } from './loaders/BlueprintLoader';
|
|
3
|
-
import { PLFlow } from './flows/Flow';
|
|
4
|
-
import { SyntaxNodeFlow } from './../parser/syntax/nodes/SyntaxNodeFlow';
|
|
5
|
-
import { PLFunction } from './functions/Function';
|
|
6
|
-
import { PLTransformer } from './transformers/Transformer';
|
|
7
|
-
import { PLLogger } from './loggers/Logger';
|
|
8
|
-
import { PLVariableContext } from './variables/VariableContext';
|
|
9
|
-
import { PLDebugger } from '../debugger/Debugger';
|
|
10
|
-
import { SyntaxNode } from '../parser/syntax/nodes/SyntaxNode';
|
|
11
|
-
import 'ses';
|
|
12
|
-
import { JSContext } from './javascript/JSContext';
|
|
13
|
-
import { PLBlueprintFactory } from '../blueprints/BlueprintFactory';
|
|
14
|
-
export declare class PLExecutionContext {
|
|
15
|
-
functions: Map<string, PLFunction>;
|
|
16
|
-
transformers: Map<string, PLTransformer>;
|
|
17
|
-
flows: Map<string, PLFlow>;
|
|
18
|
-
blueprintLoader: PLBlueprintLoader;
|
|
19
|
-
blueprintEmitter: PLBlueprintEmitter;
|
|
20
|
-
blueprintFactory: PLBlueprintFactory;
|
|
21
|
-
variableContext: PLVariableContext;
|
|
22
|
-
logger: PLLogger;
|
|
23
|
-
debugger: PLDebugger;
|
|
24
|
-
executedScope: Array<string>;
|
|
25
|
-
executedBlueprint: string;
|
|
26
|
-
executedNode: SyntaxNode;
|
|
27
|
-
jsContext: JSContext;
|
|
28
|
-
defaultTransformers: Array<PLTransformer>;
|
|
29
|
-
defaultFlows: Array<PLFlow>;
|
|
30
|
-
defaultFunctions: Array<PLFunction>;
|
|
31
|
-
constructor(load?: PLBlueprintLoader, emit?: PLBlueprintEmitter, log?: PLLogger, debug?: PLDebugger, construct?: PLBlueprintFactory);
|
|
32
|
-
provideCustomFunctions(): Array<PLFunction>;
|
|
33
|
-
provideCustomTransformers(): Array<PLTransformer>;
|
|
34
|
-
provideCustomFlows(): Array<PLFlow>;
|
|
35
|
-
registerDefaultFunctions(): void;
|
|
36
|
-
registerDefaultTransformers(): void;
|
|
37
|
-
registerDefaultFlows(): void;
|
|
38
|
-
provideTestFunction(): void;
|
|
39
|
-
registerFunction(fn: PLFunction): void;
|
|
40
|
-
registerTransformer(transformer: PLTransformer): void;
|
|
41
|
-
registerFlow(flow: PLFlow): void;
|
|
42
|
-
flow(key: string): PLFlow | null;
|
|
43
|
-
valueTransformer(): PLTransformer;
|
|
44
|
-
valueAlwaysRootTransformer(): PLTransformer;
|
|
45
|
-
transformer(key: string): PLTransformer | null;
|
|
46
|
-
function(key: string): PLFunction | null;
|
|
47
|
-
availableFlows(): Map<string, PLFlow>;
|
|
48
|
-
availableTransformers(): Map<string, PLTransformer>;
|
|
49
|
-
availableFunctions(): Map<string, PLFunction>;
|
|
50
|
-
setExecutedScopeForNode(node: SyntaxNodeFlow): void;
|
|
51
|
-
setExecutedScopeUsingScope(scope: Array<string>): void;
|
|
52
|
-
setExecutedBlueprint(id: string): void;
|
|
53
|
-
setExecutedNode(node: SyntaxNode): void;
|
|
54
|
-
getFunctionReturnStack(): Object[];
|
|
55
|
-
registerUsingJSHelper(helperCode: string): void;
|
|
56
|
-
}
|