Skip to content
This repository was archived by the owner on Feb 18, 2024. It is now read-only.

enhance function rule.merge #210

Closed
fengxinming opened this issue Nov 15, 2019 · 0 comments
Closed

enhance function rule.merge #210

fengxinming opened this issue Nov 15, 2019 · 0 comments

Comments

@fengxinming
Copy link

merge function cannot expect a RegExp object as property include and property exclude,
and cannot expect an Array as property test

rule.merge({
  test: [ new RegExp() ],
  include: new RegExp(),
  exclude: new RegExp()
});
@fengxinming fengxinming changed the title enhance merge function enhance function merge Nov 15, 2019
@fengxinming fengxinming changed the title enhance function merge enhance function rule.merge Nov 15, 2019
@edmorley edmorley closed this as completed Feb 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants