@syntaxtree/html
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -1,3 +0,3 @@ | ||
declare const _default: typeof syntaxtree.html; | ||
export default _default; | ||
declare const html: typeof syntaxtree.html; | ||
export default html; | ||
export declare namespace syntaxtree.html { | ||
@@ -4,0 +4,0 @@ class HtmlDocument { |
@@ -1,2 +0,3 @@ | ||
export default syntaxtree.html; | ||
const html = syntaxtree.html; | ||
export default html; | ||
export var syntaxtree; | ||
@@ -3,0 +4,0 @@ (function (syntaxtree) { |
export default syntaxtree.html | ||
const html = syntaxtree.html | ||
export default html | ||
export namespace syntaxtree.html { | ||
@@ -67,2 +70,1 @@ export class HtmlDocument { | ||
} | ||
{ | ||
"name": "@syntaxtree/html", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "HTML Concrete Syntax Tree", | ||
@@ -18,3 +18,3 @@ "author": "Fumio Furukawa", | ||
}, | ||
"gitHead": "46015c51c5650ae9fad299f3fbc5d5f9e0b6d7ed" | ||
"gitHead": "e90b878aa490d583c03a5539c3a10c4ee6478aaa" | ||
} |
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
11636
197