mirror of
https://github.com/dawidd6/action-ansible-playbook.git
synced 2025-12-09 22:30:41 -07:00
node_modules: upgrade
This commit is contained in:
8
node_modules/yaml/dist/parse/cst-scalar.d.ts
generated
vendored
8
node_modules/yaml/dist/parse/cst-scalar.d.ts
generated
vendored
@@ -1,7 +1,7 @@
|
||||
import { ErrorCode } from '../errors.js';
|
||||
import { Range } from '../nodes/Node.js';
|
||||
import type { Scalar } from '../nodes/Scalar.js';
|
||||
import type { BlockScalar, FlowScalar, SourceToken, Token } from './cst.js';
|
||||
import type { ErrorCode } from '../errors';
|
||||
import type { Range } from '../nodes/Node';
|
||||
import type { Scalar } from '../nodes/Scalar';
|
||||
import type { BlockScalar, FlowScalar, SourceToken, Token } from './cst';
|
||||
/**
|
||||
* If `token` is a CST flow or block scalar, determine its string value and a few other attributes.
|
||||
* Otherwise, return `null`.
|
||||
|
||||
Reference in New Issue
Block a user