Boris Cherny
Boris Cherny
Yes. See the unit tests: https://github.com/coatue-oss/react2angular/blob/7183f0d5aea0850d0dca697ad4d66f0cae78a966/test.tsx#L248
Hi @tlvince! What's your use case for this? Our assumption is anyone who consumes react2angular will want to control how exactly it's bundled into their build. index.js/index.es2015.js are meant to...
I see. PRs are welcome! In your PR I would: - Try to use lodash/frompairs or lodash.frompairs, rather than lodash-es (would need to make sure that -es works for everyone...
@dhwang PRs are welcome. Otherwise, @khoomeister or I will get to it at some point.
@kellyrmilligan That's what this issue is tracking :) You can do something like this in the meantime: ```sh npm i browserify tsify ./node_modules/.bin/browserify -p tsify index.tsx -o bundle.js ```
Jquery already does this when you call `remove()`. See https://github.com/jquery/jquery/blob/f18ca7bfe0f5e3184bf1ed55daf1668702c5577a/src/manipulation.js#L215 and https://github.com/jquery/jquery/blob/2d4f53416e5f74fa98e0c1d66b6f3c285a12f0ce/src/manipulation.js#L283
Hey @benjie! Thanks for the contribution. I have to say, without tests and with all the formatting changes (single quote -> double, semicolons), this PR is super hard to review....
Closing + opening to trigger CircleCI.
Hey Greg, check out the PRs. This package is under development, and as the readme notes, is in pre-alpha.
It would be pretty straightforward to write a generator for that (see generator.ts in this repo). What’s the use case?