-
#### GreenSock
>https://greensock.com/docs/NPMUsage
```bash
npm install gsap
```
***
>https://www.tweenmax.com.cn
>TweenMax中文网(GreenSock动画平台,GSAP)
>适用于移动端和现代互联网的超高性能专业级动画插件
>TweenMax/Gr…
-
# Proposal - ES6 Features Styleguide and Preferences
Any performance notes are for Node and are likely drawn from the [Six-Speed](https://kpdecker.github.io/six-speed/) test.
This is primarily con…
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
@rollup/plugin-babel
### Input code
Original Code:
```js
class Dashboard {
name = 'stats' + this.amount;
…
-
Hello everyone,
recently I started experimenting with CSP. When enabled using the "Content-Security-Policy" http header with these options: `default-src 'self' 'report-sample';` the igv.min.js thro…
-
There is a lot of awareness around "modern" web app sizes and their libs recently. I am assuming this is obvious so won't repeat all here (download times, parsing/startup time, mobiles, etc.).
Some …
jods4 updated
6 years ago
-
### Description
This issue proposes a significant refactor of the library, transitioning from the current function prototype-based approach to a modern TypeScript and ES6 class-based architecture. …
-
Is it possible to extend the unicode support to the word boundary anchor?
For example the russian sentence cannot be split:
```
"hello there this is a test".split(XRegExp('\\b', 'A'))
(11) ["hel…
-
ES5/ES6 features that aren't in Espruino but that would be useful... I'll do one post per feature, and please use the `add reaction` button to vote on each one.
-
`` overall nuances.
-
In TS when we want to use external js library, we need some specific file definition used by TS to compile correctly.
Those file are called "typings" definition, Have `.d.ts` extension.
https://typesc…