MCPcopy
hub / github.com/IvanMathy/Boop / js-yaml.js

File js-yaml.js

Boop/Boop/scripts/lib/js-yaml.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1
2/* js-yaml 3.14.0 https://github.com/nodeca/js-yaml */(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.jsyaml = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
3'use strict';
4

Callers

nothing calls this directly

Calls 5

deprecatedFunction · 0.85
simpleEscapeSequenceFunction · 0.85
throwErrorFunction · 0.85
throwWarningFunction · 0.85
fFunction · 0.70

Tested by

no test coverage detected