Skip to content
#

nodejs-modules

Here are 600 public repositories matching this topic...

hristov296
hristov296 commented Feb 24, 2020

I tried searching for this, but couldn't find relevant issues.
I am using kute to make animations in a gatsby generated site. When I do the gatsby build command, I get this error:

`
17 | var g = typeof global !== 'undefined' ? global : window, time = g.performance,

18 | body = document.body, tweens = [], tick = null, // tick must be null!!
| ^
19 |
20 | // string

karfau
karfau commented Jan 13, 2020

I know it's really an edge case since it can only happen when not reading the awesome documentation properly.

But since it's actually a contradiction according to the documentation and other similar things are also throwing an error, you might want to consider checking for this case and throwing an INVALID_DEFINITIONS error?

Alternatively it would make sense to just document which one wins,

stevendesu
stevendesu commented Jun 4, 2018

Per the README file:

  • value is the value of the data in the element, represented as a number or a string. Integers stored in 6 bytes or less are represented as numbers, and longer integers are represented as hexadecimal text strings.

As well:

Elements with the Block and SimpleBlock types get special treatment. They have these additional members:

  • payload is the coded infor

Improve this page

Add a description, image, and links to the nodejs-modules topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nodejs-modules topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.