remove debug files

This commit is contained in:
taoqf 2019-01-21 12:02:12 +08:00
parent 8aa9884761
commit 001f31d392
2 changed files with 0 additions and 27 deletions

18
.vscode/launch.json vendored
View file

@ -1,18 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/test.js",
"preLaunchTask": "tsc: build - tsconfig.json",
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
]
}
]
}

View file

@ -1,9 +0,0 @@
var HTMLParser = require('./dist');
var parseHTML = HTMLParser.parse;
var result = parseHTML('<div data-id=1><h3 data-id=2><h3><div>', {
fixIssues: true,
validate: true
});
console.log('fffffff', result.toString())