mirror of
https://github.com/danbulant/node-html-parser
synced 2026-05-19 04:18:52 +00:00
remove debug files
This commit is contained in:
parent
8aa9884761
commit
001f31d392
2 changed files with 0 additions and 27 deletions
18
.vscode/launch.json
vendored
18
.vscode/launch.json
vendored
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
9
test.js
9
test.js
|
|
@ -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())
|
||||
Loading…
Reference in a new issue