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
I'm taking a pulse to see where we're at with respect to supporting IE11 as a platform that people deploy schema-inspector onto.
We aren't able to use the latest version of the async dependency right now, because we didn't warn people in the README that they'd need to transpile their entire node_modules directory to support IE11 and below. There was automatic compatibility with IE11 even without transpiling for a long time.
I'm planning to do a major version bump when I eventually upgrade that dependency and document in the README that the library doesn't support IE11 and below without a transpilation step (and maybe add an example transpilation configuration using tools like Webpack and Babel).
Do you use schema-inspector with IE11 or below in production?
Yes, and I do not transpile it (ex. using via <script> on web page)
0%
Yes, and I already transpile it (ex. use it in a bundle created with Webpack and Babel, where the transpile config includes it)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm taking a pulse to see where we're at with respect to supporting IE11 as a platform that people deploy schema-inspector onto.
We aren't able to use the latest version of the
async
dependency right now, because we didn't warn people in the README that they'd need to transpile their entirenode_modules
directory to support IE11 and below. There was automatic compatibility with IE11 even without transpiling for a long time.I'm planning to do a major version bump when I eventually upgrade that dependency and document in the README that the library doesn't support IE11 and below without a transpilation step (and maybe add an example transpilation configuration using tools like Webpack and Babel).
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions