tree-selector
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,4 +0,4 @@ | ||
export { Selector, parseSelector } from './selectorParser'; | ||
export * from './selectorParser'; | ||
export { createMatches } from './matches'; | ||
export { Options } from './types'; | ||
export { createQuerySelector } from './querySelector'; |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var selectorParser_1 = require("./selectorParser"); | ||
exports.parseSelector = selectorParser_1.parseSelector; | ||
__export(require("./selectorParser")); | ||
var matches_1 = require("./matches"); | ||
@@ -6,0 +8,0 @@ exports.createMatches = matches_1.createMatches; |
@@ -1,4 +0,4 @@ | ||
export { Selector, parseSelector } from './selectorParser'; | ||
export * from './selectorParser'; | ||
export { createMatches } from './matches'; | ||
export { Options } from './types'; | ||
export { createQuerySelector } from './querySelector'; |
@@ -1,4 +0,4 @@ | ||
export { parseSelector } from './selectorParser'; | ||
export * from './selectorParser'; | ||
export { createMatches } from './matches'; | ||
export { createQuerySelector } from './querySelector'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "tree-selector", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Use CSS selectors to match nodes in a custom object tree", | ||
@@ -5,0 +5,0 @@ "main": "lib/cjs/index.js", |
@@ -1,4 +0,4 @@ | ||
export { Selector, parseSelector } from './selectorParser'; | ||
export * from './selectorParser'; | ||
export { createMatches } from './matches'; | ||
export { Options } from './types'; | ||
export { createQuerySelector } from './querySelector'; |
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
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
1572
127331