treycordova / nativejsx

JSX to native DOM API transpilation. :yellow_heart: <div> ⟹ document.createElement('div')!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing nativejsx-prototype.js

asunar opened this issue · comments

commented

Use a very tiny JavaScript file located in dist, nativejsx-prototype.js. Feel free to include it in your build steps (before any nativejsx-transpiled code runs, of course).

Cannot see nativejsx-prototype.js in dist folder.

Ah! That slipped by during the rebranding. Just use the jsxdom equivalent for now. I'll get the nativejsx versions up and released by the end of the day.

Thanks for catching that @asunar!

Fixed. Thanks again!