1.0.9 • Published 3 years ago

sr_parse_ts v1.0.9

Weekly downloads
10
License
UNLICENSED
Repository
github
Last release
3 years ago

sr_parse_ts - parse functions.

parse jsdoc functions

  • {startIx, endIx, docLines } = jsdoc_isolateNext( lines: string[] )
  • {startIx, endIx, initialText, tag_arr } = jsdoc_parseNext( lines: string[] )

srcmbr jsdoc

  • {mbrName, srcType, textDesc, srcmbr_fileName } = jsdoc_srcmbrDoc( lines )

publish instructions

  • increment version number in package.json
  • npm run build
  • npm run test
  • git add, commit, push to repo
  • npm publish
  • npm update in projects which use this package

testing

  • npm run test
1.0.9

3 years ago

1.0.8

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago