Skip to content

Add support for spread operator and remove hardcoded variable references

Choose a tag to compare

@thetutlage thetutlage released this 13 Jan 08:11

Till now, a section of the compiled output had hardcoded variable names out, ctx.escape, ctx.reThrow and state. With this release we have removed them and the consumer of the API should define these as options.

Also added support for spread arguments

  • feat: add support for spread operator 4467c97
  • chore: remove typedoc and npm audit hook 25a58da
  • refactor: remove all hardcoded variable references from the compiled output 9ba868d

v6.0.2...v7.0.0