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:
4
node_modules/yaml/browser/dist/nodes/addPairToJSMap.js
generated
vendored
4
node_modules/yaml/browser/dist/nodes/addPairToJSMap.js
generated
vendored
@@ -1,6 +1,6 @@
|
||||
import { warn } from '../log.js';
|
||||
import { createStringifyContext } from '../stringify/stringify.js';
|
||||
import { isAlias, isSeq, isScalar, isMap, isNode } from './Node.js';
|
||||
import { isAlias, isSeq, isScalar, isMap, isNode } from './identity.js';
|
||||
import { Scalar } from './Scalar.js';
|
||||
import { toJS } from './toJS.js';
|
||||
|
||||
@@ -81,7 +81,7 @@ function stringifyKey(key, jsKey, ctx) {
|
||||
return '';
|
||||
if (typeof jsKey !== 'object')
|
||||
return String(jsKey);
|
||||
if (isNode(key) && ctx && ctx.doc) {
|
||||
if (isNode(key) && ctx?.doc) {
|
||||
const strCtx = createStringifyContext(ctx.doc, {});
|
||||
strCtx.anchors = new Set();
|
||||
for (const node of ctx.anchors.keys())
|
||||
|
||||
Reference in New Issue
Block a user