diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index cb1d388..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -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" - ] - } - ] -} \ No newline at end of file diff --git a/test.js b/test.js deleted file mode 100644 index d9c7364..0000000 --- a/test.js +++ /dev/null @@ -1,9 +0,0 @@ - -var HTMLParser = require('./dist'); -var parseHTML = HTMLParser.parse; -var result = parseHTML('