such conversion very javascript wow.
$ npm i
$ npm run start
To connect a working dev version of dogescript:
npm link <PATH_TO_DOGESCRIPT>
npm run start
Import all your specs by doing npm run import:specs
after linking your build of dogescript.
e.g.:
$ npm run import:specs
> [email protected] import:specs J:\Workspaces\deflea
> node scripts/import-specs.js --all
...........................................................................
Successfully imported 75 specs.
- When the page loads, select the test you wish to debug.
- The Dogescript Source text area should load with the source code
- Using the Developer Tools
- Find the dogescript parser under
webpack://
->dogescript/lib/parser.js
- Set your breakpoint in the
parse
function - Reload the test