You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When native-dom transforms find(selector, context) or findAll(selector, context) the (now) unused specifiers remain in the import statement
The text was updated successfully, but these errors were encountered:
tmquinn
changed the title
native-dom-helpers-test should not transform find & findAll
ember-native-dom-helpers should not transform find & findAll
Jan 15, 2019
tmquinn
changed the title
ember-native-dom-helpers should not transform find & findAll
native-dom should not transform find & findAll
Jan 15, 2019
As you can see in the tests here, it should convert the imports, and prune unused ones.
Could you provide an example, where this does not work? Or even better a PR that leads to a failing test? (you just need to add a pair of *.input.js and *.output.js fixtures, with the output being the expected one!)
When native-dom transforms
find(selector, context)
orfindAll(selector, context)
the (now) unused specifiers remain in the import statementThe text was updated successfully, but these errors were encountered: