-
I am facing this uncaught runtime error when completing all the steps it throws this error
# Expected Behavior
after completing all steps, closing at last when clicking done it should not throw an…
-
So I'm a big fan of ES6 modules, because they have statically analyzable `import`/`export` syntax with well-defined semantics, which means that bundling doesn't need to rely on any sorts of heuristics…
-
React is already imported via import. As are members of react-bootstrap. But when I try to extend those (React.Bootstrap and React.Bootstrap.Select) everything blows us.
-
I'm unable to load Lunr.js in an ES6 module. I know Lunr isn't packaged up in an ES6 module, but imported scripts will still cause side effects and the window.lunr global can be used within an ES6 mo…
-
![Screenshot 2021-09-17 at 15 08 16](https://user-images.githubusercontent.com/7217420/133788180-894a868f-b5c5-4709-9cea-ae221554da53.jpg)
I am trying to use this library with an EXPORT_ES6 libra…
-
could we change compilerOptions so CRA apps and other consumer apps do not need to have appropriate configuration that use Bable do not have to transform optional chaining.
`lib":` [
"ES202…
tfius updated
2 years ago
-
Are you planning to upgrade this library to ES6? Is there a similar version of this library written in ES6? Thanks
-
I have tern working well for functions and variables within a file, but I get "No definition found." when I try to jump to a function outside the current file.
Here's my .tern-config:
```
{
"lib…
-
Hello! We're on v0.10.0 of the library and we're using Create React App (`react-scripts@5.0.0`). We're running into an issue when we try to import `html2pdf.js`:
```javascript
import html2pdf from '…
-
Libraries like `prfun` (incidentally recommended in the [`es6-shim` README](https://github.com/paulmillr/es6-shim)) augment the Promise prototype with additional methods. `Promise.promisify` is parti…