-
I am building my code using `@babel/preset-modules`, this plugin fails to parse on default exports without a class name when they're not being transformed by Babel. That is, components that look like …
-
`tsc` helps to catch typing issues, as `esbuild` isn't doing any type checking.
It gets turned off here:
https://github.com/projen/projen/blob/a876999d807fc14cb2ddba36f87b209dd703fbce/src/awscdk…
-
### URL to the relevant documentation
For example, I have to click 3 times to get to the "introduction to transpilation" page:
https://docs.quantum.ibm.com/guides/transpile
I would like to be …
-
It‘s am reminder to think about if we need typeof for symbols, because babel 7 transpiles that quite complicated: https://github.com/WebReflection/drop-babel-typeof
-
could be useful when I paste some ES5 code into my ES6 project, or to prevent certain code from being transpiled in lieu of #1
-
The example in README with `su` flag works for a single character, but output seemed odd, so I tried to fuzz it for various strings and looks like output is incorrect / incompatible with native implem…
-
### Description
We often run into issues with using unsupported JavaScript functions. While there are Shims for some useful functions, it would be nice to be able to utilize newer JavaScript functi…
-
I redacted [this issue in stackoverflow](https://stackoverflow.com/questions/53657528/vuejs-module-build-failed-error-couldnt-find-preset-vue-app-relative-to-di),
i have a problem with my project .ba…
-
See https://github.com/mathiasbynens/regexpu. You can use this as a dependency for your transpiler.
-
See https://github.com/mathiasbynens/regexpu. You can use this as a dependency for your transpiler to add support for [the ES6 `/u` flag for regular expressions](https://mathiasbynens.be/notes/es6-uni…