All notable changes to this module will be documented in this file. This project adheres to Semantic Versioning. This change log adheres to standards from Keep a CHANGELOG.
- Fix overwriting of dynamic import() CallExpression ([
no-cycle
], [no-relative-parent-import
], [no-unresolved
], [no-useless-path-segments
]) (#1218, #1166, #1035, thanks @vikr01)
parse
: attach node locations by default.moduleVisitor
: visitor now gets the fullimport
statement node as a second argument, so rules may report against the full statement /require
call instead of only the string literal node.
Re-releasing v2.1.0 after vetting (again) and unable to reproduce issue.
Yanked due to critical issue with cache key resulting from #839.
parse
now additionally passesfilePath
toparser
inparserOptions
likeeslint
core does
unambiguous
no longer exposes fast test regex
unambiguous.test()
regex is now properly in multiline mode