I hereby claim:
- I am w01fgang on github.
- I am w01fgang (https://keybase.io/w01fgang) on keybase.
- I have a public key ASARKEZZC88MU9_3qC_ie7iu1fFr56AXHFJYM6yRyUaZHwo
To claim this, I am signing this object:
{ | |
// other config fields go here | |
experimental: { | |
turbo: { | |
rules: { | |
'*.js': { | |
as: '*.js', | |
loaders: [require.resolve('./remove-flow-types.js')], | |
}, | |
'*.jsx': { |
import 'https://deno.land/x/xhr@0.1.1/mod.ts'; | |
import { installGlobals } from 'https://deno.land/x/virtualstorage@0.1.0/mod.ts'; | |
import { initializeApp } from 'https://cdn.skypack.dev/@firebase/app'; | |
import { getStorage, ref, list, getDownloadURL } from "https://cdn.skypack.dev/@firebase/storage"; | |
installGlobals(); | |
const config = Deno.env.get('FIREBASE_CONFIG') || '{}'; |
import { ICommunityServer } from '@faceit/faceit-api/communityServers' | |
import reducer from './reducer'; | |
import { getCommunityServer } from './actions'; | |
interface IParams { | |
requestId: string; | |
data: { id: string }; | |
state?: typeof initialState; | |
} | |
const initialState = { entities: {}, requests: {} }; |
const faunadb = require('faunadb'); | |
const { | |
graphql, | |
buildSchema | |
} = require('graphql'); | |
const graphqlHTTP = require('express-graphql'); | |
const { query: q } = faunadb; | |
const secret = 'FAUNA_API_KEY'; |
// flow-typed signature: 128fc71797635f21ea9f847e186646a2 | |
// flow-typed version: npm/pluralize_v8.0.0/flow_v0.110.1 | |
declare module 'pluralize' { | |
declare module.exports: { | |
(word: string, count?: number, inclusive?: boolean): string; | |
plural: (word: string) => string; | |
singular: (word: string) => string; | |
addPluralRule: ( rule: string | RegExp, replacemant: string) => void; | |
addSingularRule: (rule: string | RegExp,replacemant: string) => void; |
I hereby claim:
To claim this, I am signing this object:
<link href="../core-scaffold/core-scaffold.html" rel="import"> | |
<link href="../core-header-panel/core-header-panel.html" rel="import"> | |
<link href="../core-menu/core-menu.html" rel="import"> | |
<link href="../core-item/core-item.html" rel="import"> | |
<link href="../core-icon-button/core-icon-button.html" rel="import"> | |
<link href="../core-toolbar/core-toolbar.html" rel="import"> | |
<link href="../core-menu/core-submenu.html" rel="import"> | |
<link href="../google-map/google-map.html" rel="import"> | |
<polymer-element name="my-element"> |