initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
5
deployphp/action-v1/node_modules/yaml/dist/compose/compose-collection.d.ts
generated
vendored
Normal file
5
deployphp/action-v1/node_modules/yaml/dist/compose/compose-collection.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { ParsedNode } from '../nodes/Node.js';
|
||||
import type { BlockMap, BlockSequence, FlowCollection, SourceToken } from '../parse/cst.js';
|
||||
import type { ComposeContext, ComposeNode } from './compose-node.js';
|
||||
import type { ComposeErrorHandler } from './composer.js';
|
||||
export declare function composeCollection(CN: ComposeNode, ctx: ComposeContext, token: BlockMap | BlockSequence | FlowCollection, tagToken: SourceToken | null, onError: ComposeErrorHandler): ParsedNode;
|
||||
Loading…
Add table
Add a link
Reference in a new issue