yaml-ast-parser
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -1,2 +0,1 @@ | ||
/// <reference path="../typings/main.d.ts" /> | ||
export declare function isNothing(subject: any): boolean; | ||
@@ -3,0 +2,0 @@ export declare function isObject(subject: any): boolean; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../typings/main.d.ts" /> | ||
export declare function dump(input: any, options: any): string; | ||
export declare function safeDump(input: any, options: any): string; |
@@ -1,2 +0,1 @@ | ||
/// <reference path="../typings/main.d.ts" /> | ||
import Mark = require("./mark"); | ||
@@ -3,0 +2,0 @@ declare class YAMLException { |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
'use strict'; | ||
@@ -20,4 +21,4 @@ var YAMLException = (function () { | ||
return YAMLException; | ||
})(); | ||
}()); | ||
module.exports = YAMLException; | ||
//# sourceMappingURL=exception.js.map |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var loader = require('./loader'); | ||
@@ -21,3 +22,3 @@ var dumper = require('./dumper'); | ||
return YAMLException; | ||
})(); | ||
}()); | ||
exports.YAMLException = YAMLException; | ||
@@ -24,0 +25,0 @@ (function (Kind) { |
@@ -1,2 +0,1 @@ | ||
/// <reference path="../typings/main.d.ts" /> | ||
import ast = require("./yamlAST"); | ||
@@ -3,0 +2,0 @@ export declare function loadAll(input: string, iterator: any, options: any): void; |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var ast = require("./yamlAST"); | ||
@@ -120,3 +121,3 @@ 'use strict'; | ||
return State; | ||
})(); | ||
}()); | ||
function generateError(state, message) { | ||
@@ -123,0 +124,0 @@ return new YAMLException(message, new Mark(state.filename, state.input, state.position, state.line - 1, (state.position - state.lineStart))); |
@@ -1,2 +0,1 @@ | ||
/// <reference path="../typings/main.d.ts" /> | ||
declare class Mark { | ||
@@ -3,0 +2,0 @@ name: string; |
@@ -60,4 +60,4 @@ 'use strict'; | ||
return Mark; | ||
})(); | ||
}()); | ||
module.exports = Mark; | ||
//# sourceMappingURL=mark.js.map |
@@ -1,2 +0,1 @@ | ||
/// <reference path="../typings/main.d.ts" /> | ||
declare class Schema { | ||
@@ -3,0 +2,0 @@ include: any[]; |
@@ -75,4 +75,4 @@ 'use strict'; | ||
return Schema; | ||
})(); | ||
}()); | ||
module.exports = Schema; | ||
//# sourceMappingURL=schema.js.map |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,4 +0,3 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
import Schema = require('../schema'); | ||
declare var schema: Schema; | ||
export = schema; |
@@ -1,4 +0,3 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
import Schema = require('../schema'); | ||
declare var schema: Schema; | ||
export = schema; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
'use strict'; | ||
@@ -2,0 +3,0 @@ var Type = require('../type'); |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -1,3 +0,2 @@ | ||
/// <reference path="../../typings/main.d.ts" /> | ||
declare var _default: any; | ||
export = _default; |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
(function (Kind) { | ||
@@ -2,0 +3,0 @@ Kind[Kind["SCALAR"] = 0] = "SCALAR"; |
{ | ||
"name": "yaml-ast-parser", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
237042
93
3412
2