Skip to content

v2.0.0-beta.0

Compare
Choose a tag to compare
@sokra sokra released this 07 Feb 09:03

API

  • add buffer method to Source
  • remove node and listNode methods from public API
  • remove LineToLineMappedSource
  • add SizeOnlySource

Bugfixes

  • ConcatSource falls back to sourceAndMap when node() or listMap() is not available
  • PrefixSource do no longer insert prefix in the middle of the line in some cases

Performance:

  • avoid unnecessary sorting in ReplaceSource
  • make exports lazy

Other

add Source types to hash