Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.32 KB

DEVELOPERS.md

File metadata and controls

20 lines (15 loc) · 1.32 KB

Testing:

  • Use npm run test to run the test.

runmode.html helper:

  • let you highlight the specified sources in standalone
  • useful to check the details of the token generated
  • it is used to construct the regression test input / output.
  • By default, it reads the test case file, test/javascript-mixed/code-source.txt, and highlights it.
  • To use it, run bin/start-runmode.sh in project root. Open the specified URL in a browser.
    • Open the helper as file (i.e., with file:// protocol ) will not work: It uses fetch to get the sample input sources, which requires http protocol.

Note about version history: