made with esnextbin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "ringui-teamcity", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"engines": { | |
"node": "^10.13.0 || >=11.10.1", | |
"yarn": ">=1.12.0" | |
}, | |
"private": true, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -ti -v $(pwd):/tmp -w /tmp DOCKER_IMAGE /bin/bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Example extends React.Component { | |
constructor(props) { | |
super(props); | |
this.state = {date: new Date()}; | |
} | |
componentDidMount() { | |
this.timerID = setInterval( | |
() => this.tick(), | |
1000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!not_exists: (//article)[2] | |
?path: /meanwhile/.+ | |
?path: /world/.+ | |
?path: /music/.+ | |
title: //h1[has-class("e2-smart-title")] | |
title: //div[has-class("page-title")]/h1 | |
body: //article/div[has-class("e2-note-text")] | |
body: //div[has-class("narrative")] | |
body: //div[has-class("main")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// __mocks__/icons.js | |
import path from 'path'; | |
import fs from 'fs'; | |
const svgRE = /\.svg$/ | |
function getIcons(kind) { | |
const files = {}; | |
made with esnextbin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// @flow | |
import FlipMove from "./FlipMove"; | |
declare class Class0 extends Element<> { | |
accessKey: string, | |
accessKeyLabel: string, | |
className: string, | |
contentEditable: string, | |
contextMenu: ?HTMLMenuElement, | |
dataset: { [key: string]: string }, |
made with esnextbin
made with esnextbin
NewerOlder