-
Sometimes you might want to create some ad-hoc example code and immediately use it on the playground.
```
## Example
'''jsx
const Component = () => 'test'
'''
```
The alternative is…
-
### The dependency "is-plain-obj" npm package is not compatible with ...... IE
tl;dr [is-plain-object](https://www.npmjs.com/package/is-plain-object) seems like a good alternative.
Unlike ot…
-
Hi I am trying to use your plugin inside of a product that I am developing, however I get this error on Windows 10 with Node 10.16.0.
```
#> yarn run watch_demo
yarn run v1.17.3
warning package.…
-
On running jest tests locally, test suite fails when trying to mount the component with a ThemeProvider.
- [x] The issue is present in the latest release.
- [x] I have searched the [is…
-
Apart for all the amazing automated work and the bundles generated, we should output ES modules bundles with the help of `babel-preset-env`
```
{
"presets": [
["@babel/preset-env", {
…
-
**Current behavior**
If you include a Vue SFC inside a markdown example block, it does not get transformed by Buble, and so doesn't work in IE11 (which would be useful as I want to use the examples…
-
Thank you for this attempt to bring sanity to publishing a package for reuse on npm.
The install, as of ten minutes ago, gives a number of warnings that frighten me. Full output below, but in short…
-
**What version of WebTorrent Desktop?** 0.98.21.0.
**What operating system and version?** Windows 10, version 1803.
**What did you do?** I clicked the icon twice.
**What did you expect to…
-
```js
class ClassName() {
}
```
source version
```js
var ClassName = function ClassName() {
}
```
compressd version
```js
var a = function b() {
// this instanceof a is tru…
-
I have been trying to install `Wonka` on a reason project for last two days and cant seem to get it to be recognized.
reproduction here: https://github.com/idkjs/wonka-not-found
# Steps to repod…
idkjs updated
4 years ago