Skip to content

Commit

Permalink
chore: upgrade to espree parser
Browse files Browse the repository at this point in the history
  • Loading branch information
emonddr committed Sep 24, 2020
1 parent 48e4faf commit c1f7cd5
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 213 deletions.
16 changes: 16 additions & 0 deletions .vscode/launch.json
@@ -0,0 +1,16 @@
{
// 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": "TAP: Run test (current)",
"program": "${workspaceFolder}/packages/cli/test/test-extract-2.js",
"cwd": "${workspaceFolder}"
},

]
}

0 comments on commit c1f7cd5

Please sign in to comment.