Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1008 Bytes

TODO.md

File metadata and controls

26 lines (23 loc) · 1008 Bytes

Important

  • Travel up the AST to find statementexpressions from any expression
  • Remove all uses of the restricted symbols
  • Allow more import syntaxes
  • Allow require imports
  • Allow marking any symbol as "ignored"
  • Add options for global restricted import/require module names.
  • Write actual passing tests with pre/post files
  • Setup Travis CI
  • Test usage with actual webpack projects
  • Fix readme with more usage instructions
  • Remove debug logs with log scoping
  • Publish to npm v1

Extras

  • Remove strip-log comment
  • Investigate Array flatmap shim + typescript building
  • Rename ignore to 'strip-log[: boolean]'.(DONE) Allow optional boolean for local overload.
  • Allow comment regex patern to overload 'change-log' (Will allow more complicated mixed comment patterns) ?
  • Add automatic final test that no stray symbol is still remaining
  • Prepare web build of logic ??
  • Have public online demo ?