sapper-typescript-graphql-template icon indicating copy to clipboard operation
sapper-typescript-graphql-template copied to clipboard

A template that includes Sapper for Svelte, TypeScript preprocessing, and a GraphQL server through TypeGraphQL

Results 2 sapper-typescript-graphql-template issues
Sort by recently updated
recently updated
newest added

Hi! Variables with interface throw error "Unexpected token eslint(ParseError)". This is in the latest clone of the template. "version": "2020.09.10", ``` npm run eslint:fix /.../sapper-typescript-graphql-template/src/routes/_layout.svelte 11:20 error Unexpected token ParseError...

bug
upstream

From `Carlo$#3952` on Discord My issue is this: ```ts //client.ts import * as sapper from "@sapper/app"; import { setup } from "fileInSRCNodeModules"; (async () => { await setup(); await sapper.start({...

enhancement
upstream