Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
553 B
Text
16 lines
553 B
Text
"use strict";;
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var tslib_1 = require("tslib");
|
|
var es7_1 = tslib_1.__importDefault(require("./es7"));
|
|
var types_1 = tslib_1.__importDefault(require("../lib/types"));
|
|
function default_1(fork) {
|
|
fork.use(es7_1.default);
|
|
var types = fork.use(types_1.default);
|
|
var def = types.Type.def;
|
|
def("ImportExpression")
|
|
.bases("Expression")
|
|
.build("source")
|
|
.field("source", def("Expression"));
|
|
}
|
|
exports.default = default_1;
|
|
module.exports = exports["default"];
|