UNPKG

zwitterion

Version:

A web dev server that lets you import anything*

11 lines (10 loc) 313 B
import { Plugin } from "../../index.d"; import { CPlugin } from './c'; export const CPPPlugin: Readonly<Plugin> = { fileExtensions: ['cpp', 'c++', 'cc'], httpHeaders: CPlugin.httpHeaders, defaultCompilerOptions: CPlugin.defaultCompilerOptions, createTransformer: CPlugin.createTransformer };