qunit-dom icon indicating copy to clipboard operation
qunit-dom copied to clipboard

Does it makes sense to add vanilla / vanillajs to this project's tags?

Open NullVoxPopuli opened this issue 9 months ago • 1 comments

Just looking here: image

the first tags are ember/emberjs.

But with the v3 release candidate (and higher), ember is no longer really relevant to use qunit-dom (it doesn't need to be).

support for ember isn't even really a thing. (aside from this id here: https://github.com/mainmatter/qunit-dom/blob/d765ecf34477cc3466f0a69267bf35015f4b377e/packages/qunit-dom/lib/qunit-dom-modules.ts#L16 -- but that could probably be made configurable )

qunit-dom now works with anything, in any environment :sparkles:

(JSBin example here: https://jsbin.com/fipayiy/edit?html,output )

NullVoxPopuli avatar Oct 08 '23 05:10 NullVoxPopuli

I think it makes sense, in fact when used as a module and not iffe, a getRootElement function can be provided already.

BobrImperator avatar Apr 09 '24 10:04 BobrImperator