UNPKG

368 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.defaultStitchingDirectiveOptions = void 0;
4exports.defaultStitchingDirectiveOptions = {
5 keyDirectiveName: 'key',
6 computedDirectiveName: 'computed',
7 canonicalDirectiveName: 'canonical',
8 mergeDirectiveName: 'merge',
9 pathToDirectivesInExtensions: ['directives'],
10};