initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
10
deployphp/action-v1/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts
generated
vendored
Normal file
10
deployphp/action-v1/node_modules/yaml/dist/compose/resolve-flow-scalar.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { Range } from '../nodes/Node.js';
|
||||
import { Scalar } from '../nodes/Scalar.js';
|
||||
import type { FlowScalar } from '../parse/cst.js';
|
||||
import type { ComposeErrorHandler } from './composer.js';
|
||||
export declare function resolveFlowScalar(scalar: FlowScalar, strict: boolean, onError: ComposeErrorHandler): {
|
||||
value: string;
|
||||
type: Scalar.PLAIN | Scalar.QUOTE_DOUBLE | Scalar.QUOTE_SINGLE | null;
|
||||
comment: string;
|
||||
range: Range;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue