@tanstack/router-generator
Advanced tools
Comparing version 1.15.18 to 1.15.20
@@ -261,4 +261,4 @@ import path from "path"; | ||
const routeImports = [ | ||
"/* prettier-ignore-start */", | ||
"/* eslint-disable */", | ||
"/* prettier-ignore */", | ||
"// @ts-nocheck", | ||
@@ -361,3 +361,4 @@ "// noinspection JSUnusedGlobalSymbols", | ||
"// Create and export the route tree", | ||
`export const routeTree = rootRoute.addChildren([${routeConfigChildrenText}])` | ||
`export const routeTree = rootRoute.addChildren([${routeConfigChildrenText}])`, | ||
"/* prettier-ignore-end */" | ||
].filter(Boolean).join("\n\n"); | ||
@@ -364,0 +365,0 @@ const routeConfigFileContent = await prettier.format(routeImports, { |
{ | ||
"name": "@tanstack/router-generator", | ||
"version": "1.15.18", | ||
"version": "1.15.20", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Tanner Linsley", |
@@ -369,4 +369,4 @@ import path from 'path' | ||
const routeImports = [ | ||
'/* prettier-ignore-start */', | ||
'/* eslint-disable */', | ||
'/* prettier-ignore */', | ||
'// @ts-nocheck', | ||
@@ -507,2 +507,3 @@ '// noinspection JSUnusedGlobalSymbols', | ||
`export const routeTree = rootRoute.addChildren([${routeConfigChildrenText}])`, | ||
'/* prettier-ignore-end */', | ||
] | ||
@@ -509,0 +510,0 @@ .filter(Boolean) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
131341
1720