@reliverse/dler 1.7.69 → 1.7.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +74 -98
  3. package/bin/app/build/cmd.js +0 -2
  4. package/bin/app/build/postbuild.js +7 -3
  5. package/bin/app/cmds.d.ts +1 -0
  6. package/bin/app/cmds.js +1 -0
  7. package/bin/app/get/cmd.d.ts +1 -0
  8. package/bin/app/get/cmd.js +1 -0
  9. package/bin/app/remove/cmd.d.ts +6 -0
  10. package/bin/app/remove/cmd.js +185 -1
  11. package/bin/app/update/cmd.d.ts +11 -0
  12. package/bin/app/update/cmd.js +277 -2
  13. package/bin/app/upgrade/cmd.d.ts +8 -0
  14. package/bin/app/upgrade/cmd.js +295 -0
  15. package/bin/cli.js +16 -10
  16. package/bin/libs/cfg/cfg-impl/cfg-consts.d.ts +1 -1
  17. package/bin/libs/cfg/cfg-impl/cfg-consts.js +1 -1
  18. package/bin/libs/cfg/cfg-mod.d.ts +1 -23
  19. package/bin/libs/cfg/cfg-mod.js +1 -85
  20. package/bin/libs/get/get-mod.d.ts +37 -0
  21. package/bin/libs/get/get-mod.js +509 -0
  22. package/bin/libs/sdk/sdk-impl/config/default.d.ts +1 -1
  23. package/bin/libs/sdk/sdk-impl/config/default.js +1 -1
  24. package/bin/libs/sdk/sdk-impl/config/info.js +1 -1
  25. package/bin/libs/sdk/sdk-impl/config/init.d.ts +1 -0
  26. package/bin/libs/sdk/sdk-impl/config/init.js +98 -5
  27. package/bin/libs/sdk/sdk-impl/config/load.js +4 -4
  28. package/bin/libs/sdk/sdk-impl/utils/exec/exec-mod.js +0 -8
  29. package/bin/libs/sdk/sdk-mod.d.ts +1 -1
  30. package/bin/libs/sdk/sdk-mod.js +1 -1
  31. package/bin/mod.d.ts +1 -1
  32. package/bin/mod.js +1 -1
  33. package/package.json +3 -9
  34. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-biome.d.ts +0 -2
  35. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-biome.js +0 -34
  36. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-comments.d.ts +0 -1
  37. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-comments.js +0 -57
  38. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-consts.d.ts +0 -34
  39. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-consts.js +0 -36
  40. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-content.d.ts +0 -14
  41. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-content.js +0 -15
  42. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-core.d.ts +0 -14
  43. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-core.js +0 -63
  44. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-create.d.ts +0 -36
  45. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-create.js +0 -275
  46. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-def-utils.d.ts +0 -6
  47. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-def-utils.js +0 -225
  48. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-default.d.ts +0 -3
  49. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-default.js +0 -155
  50. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-define.d.ts +0 -125
  51. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-define.js +0 -4
  52. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-detect.d.ts +0 -23
  53. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-detect.js +0 -347
  54. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-gen-cfg.d.ts +0 -3
  55. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-gen-cfg.js +0 -186
  56. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-migrate.d.ts +0 -5
  57. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-migrate.js +0 -56
  58. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-path.d.ts +0 -11
  59. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-path.js +0 -33
  60. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-prompts.d.ts +0 -5
  61. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-prompts.js +0 -12
  62. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-read.d.ts +0 -11
  63. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-read.js +0 -84
  64. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-repair.d.ts +0 -16
  65. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-repair.js +0 -137
  66. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-schema.d.ts +0 -130
  67. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-schema.js +0 -438
  68. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-types.d.ts +0 -75
  69. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-types.js +0 -0
  70. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-unstable.d.ts +0 -11
  71. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-unstable.js +0 -41
  72. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-update.d.ts +0 -10
  73. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-update.js +0 -152
  74. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-utils.d.ts +0 -17
  75. package/bin/libs/cfg/cfg-impl/rse-config/rse-impl/rse-utils.js +0 -86
  76. package/bin/libs/cfg/cfg-impl/rse-config/rse-mod.d.ts +0 -20
  77. package/bin/libs/cfg/cfg-impl/rse-config/rse-mod.js +0 -20
@@ -1,75 +0,0 @@
1
- import type { Static } from "@sinclair/typebox";
2
- import type { rseSchema } from "./rse-schema";
3
- export type RseConfig = Static<typeof rseSchema>;
4
- export type ProjectCategory = Exclude<RseConfig["projectCategory"], undefined>;
5
- export type ProjectSubcategory = Exclude<RseConfig["projectSubcategory"], undefined>;
6
- export type ProjectFramework = Exclude<RseConfig["projectFramework"], undefined>;
7
- export type ProjectArchitecture = Exclude<RseConfig["projectArchitecture"], undefined>;
8
- export type RelinterConfirm = Exclude<RseConfig["relinterConfirm"], undefined>;
9
- export type IterableError = Iterable<{
10
- schema: unknown;
11
- path: string;
12
- value: unknown;
13
- message: string;
14
- }>;
15
- export interface DetectedProject {
16
- name: string;
17
- path: string;
18
- config: RseConfig;
19
- gitStatus?: {
20
- uncommittedChanges: number;
21
- unpushedCommits: number;
22
- };
23
- needsDepsInstall?: boolean;
24
- hasGit?: boolean;
25
- }
26
- export type BiomeConfigResult = {
27
- lineWidth?: number;
28
- indentStyle?: "space" | "tab";
29
- indentWidth?: 2 | 4 | 8;
30
- quoteMark?: "single" | "double";
31
- semicolons?: boolean;
32
- trailingComma?: boolean;
33
- } | null;
34
- export interface BaseConfig {
35
- version: string;
36
- generatedAt: string;
37
- }
38
- export type BiomeConfig = BaseConfig & {
39
- $schema: string;
40
- organizeImports: {
41
- enabled: boolean;
42
- };
43
- formatter: {
44
- enabled: boolean;
45
- lineWidth?: number;
46
- indentStyle?: "space" | "tab";
47
- indentWidth?: 2 | 4 | 8;
48
- };
49
- linter: {
50
- enabled: boolean;
51
- rules?: {
52
- recommended?: boolean;
53
- };
54
- };
55
- javascript?: {
56
- formatter: {
57
- trailingComma?: "all" | "es5" | "none";
58
- quoteStyle?: "single" | "double";
59
- semicolons?: "always" | "never";
60
- };
61
- };
62
- };
63
- export type DeploymentService = "vercel" | "deno" | "netlify" | "railway" | "none";
64
- export interface VSCodeSettings {
65
- "editor.formatOnSave"?: boolean;
66
- "editor.defaultFormatter"?: string;
67
- "editor.codeActionsOnSave"?: Record<string, string>;
68
- "eslint.ignoreUntitled"?: boolean;
69
- "eslint.rules.customizations"?: {
70
- rule: string;
71
- severity: string;
72
- }[];
73
- "markdownlint.config"?: Record<string, boolean>;
74
- "typescript.enablePromptUseWorkspaceTsdk"?: boolean;
75
- }
@@ -1,11 +0,0 @@
1
- import type { RseConfig } from "./rse-types";
2
- /**
3
- * Loads the rse config using c12. Merges:
4
- * 1) File named `rse.*`
5
- * 2) Optional overrides
6
- */
7
- export declare function loadrse(projectPath: string): Promise<RseConfig>;
8
- /**
9
- * Watches the rse config for changes and reloads on each update.
10
- */
11
- export declare function watchrse(projectPath: string, onUpdate: (newconfig: RseConfig) => void): Promise<void>;
@@ -1,41 +0,0 @@
1
- import { Value } from "@sinclair/typebox/value";
2
- import { loadConfig, watchConfig } from "c12";
3
- import { DEFAULT_CONFIG_RSE } from "./rse-default.js";
4
- import { rseSchema } from "./rse-schema.js";
5
- export async function loadrse(projectPath) {
6
- const { config } = await loadConfig({
7
- cwd: projectPath,
8
- name: "rse",
9
- configFile: "rse",
10
- // will look for files like `.config/rse.{ts,jsonc}`
11
- rcFile: false,
12
- packageJson: false,
13
- dotenv: false,
14
- // disable loading .env
15
- defaults: DEFAULT_CONFIG_RSE
16
- // merged first
17
- // overrides: overrides || {}, // highest priority
18
- });
19
- if (!Value.Check(rseSchema, config)) {
20
- const errors = [...Value.Errors(rseSchema, config)].map(
21
- (err) => `Path "${err.path}": ${err.message}`
22
- );
23
- throw new Error(`Invalid rse config:
24
- ${errors.join("\n")}`);
25
- }
26
- return config;
27
- }
28
- export async function watchrse(projectPath, onUpdate) {
29
- const watcher = await watchConfig({
30
- cwd: projectPath,
31
- name: "rse",
32
- onUpdate({ newConfig, getDiff }) {
33
- if (!Value.Check(rseSchema, newConfig)) {
34
- return;
35
- }
36
- onUpdate(newConfig);
37
- console.log("Diff:", getDiff());
38
- }
39
- });
40
- console.log("Watching config:", watcher.watchingFiles);
41
- }
@@ -1,10 +0,0 @@
1
- import type { RseConfig } from "./rse-types";
2
- /**
3
- * Updates project configuration by merging new updates with the existing config.
4
- * Creates a backup before overwriting and attempts to restore from backup on error.
5
- */
6
- export declare function updateRseConfig(projectPath: string, updates: Partial<RseConfig>, isDev: boolean): Promise<boolean>;
7
- /**
8
- * Merges a partial config with the default config.
9
- */
10
- export declare function mergeWithDefaults(partial: Partial<RseConfig>): RseConfig;
@@ -1,152 +0,0 @@
1
- import fs from "@reliverse/relifso";
2
- import { relinka } from "@reliverse/relinka";
3
- import { Value } from "@sinclair/typebox/value";
4
- import { parseJSONC } from "confbox";
5
- import { writeRseConfig } from "./rse-create.js";
6
- import { DEFAULT_CONFIG_RSE } from "./rse-default.js";
7
- import { getRseConfigPath } from "./rse-path.js";
8
- import { rseSchema } from "./rse-schema.js";
9
- import { getBackupAndTempPaths } from "./rse-utils.js";
10
- function deepMerge(target, source) {
11
- const result = { ...target };
12
- for (const key in source) {
13
- if (!Object.hasOwn(source, key)) continue;
14
- const sourceValue = source[key];
15
- const targetValue = target[key];
16
- if (sourceValue !== void 0) {
17
- if (sourceValue !== null && typeof sourceValue === "object" && !Array.isArray(sourceValue) && targetValue !== null && typeof targetValue === "object" && !Array.isArray(targetValue)) {
18
- result[key] = deepMerge(
19
- targetValue,
20
- sourceValue
21
- );
22
- } else {
23
- result[key] = sourceValue;
24
- }
25
- }
26
- }
27
- return result;
28
- }
29
- function findObjectDifferences(obj1, obj2, path = "") {
30
- const differences = [];
31
- const allKeys = /* @__PURE__ */ new Set([...Object.keys(obj1), ...Object.keys(obj2)]);
32
- for (const key of allKeys) {
33
- const currentPath = path ? `${path}.${key}` : key;
34
- const val1 = obj1[key];
35
- const val2 = obj2[key];
36
- if (val1 === void 0 || val2 === void 0) {
37
- differences.push(`${currentPath}: ${val1 === void 0 ? "removed" : "added"}`);
38
- continue;
39
- }
40
- if (typeof val1 === "object" && val1 !== null && typeof val2 === "object" && val2 !== null) {
41
- if (Array.isArray(val1) && Array.isArray(val2)) {
42
- if (JSON.stringify(val1) !== JSON.stringify(val2)) {
43
- differences.push(`${currentPath}: array values differ`);
44
- }
45
- } else {
46
- differences.push(
47
- ...findObjectDifferences(
48
- val1,
49
- val2,
50
- currentPath
51
- )
52
- );
53
- }
54
- } else if (val1 !== val2) {
55
- differences.push(`${currentPath}: ${JSON.stringify(val1)} \u2192 ${JSON.stringify(val2)}`);
56
- }
57
- }
58
- return differences;
59
- }
60
- function filterMemoryFields(config) {
61
- const { code, key, ...rest } = config;
62
- return rest;
63
- }
64
- export async function updateRseConfig(projectPath, updates, isDev) {
65
- const { configPath } = await getRseConfigPath(projectPath, isDev, false);
66
- const { backupPath, tempPath } = getBackupAndTempPaths(configPath);
67
- try {
68
- let existingConfig = {};
69
- if (await fs.pathExists(configPath)) {
70
- const existingContent = await fs.readFile(configPath, "utf-8");
71
- const parsed = parseJSONC(existingContent);
72
- if (Value.Check(rseSchema, parsed)) {
73
- existingConfig = parsed;
74
- } else {
75
- relinka("warn", "Invalid config schema, starting fresh");
76
- }
77
- }
78
- const filteredUpdates = filterMemoryFields(updates);
79
- const mergedConfig = deepMerge(existingConfig, filteredUpdates);
80
- if (!Value.Check(rseSchema, mergedConfig)) {
81
- const issues = [...Value.Errors(rseSchema, mergedConfig)].map(
82
- (err) => `Path "${err.path}": ${err.message}`
83
- );
84
- relinka("error", "Invalid config after merge:", issues.join("; "));
85
- return false;
86
- }
87
- const differences = findObjectDifferences(existingConfig, mergedConfig);
88
- if (differences.length === 0) {
89
- relinka("verbose", "No changes detected in config, skipping update");
90
- return true;
91
- }
92
- relinka("info", "Config changes detected:");
93
- for (const diff of differences) {
94
- relinka("info", ` ${diff}`);
95
- }
96
- if (await fs.pathExists(configPath)) {
97
- await fs.copy(configPath, backupPath);
98
- }
99
- await writeRseConfig(configPath, mergedConfig, isDev);
100
- if (await fs.pathExists(backupPath)) {
101
- await fs.remove(backupPath);
102
- }
103
- relinka("null", "");
104
- relinka("success", "rse config updated successfully");
105
- return true;
106
- } catch (error) {
107
- relinka("error", "Failed to update config:", String(error));
108
- if (await fs.pathExists(backupPath) && !await fs.pathExists(configPath)) {
109
- try {
110
- await fs.copy(backupPath, configPath);
111
- relinka("warn", "Restored config from backup after failed update");
112
- } catch (restoreError) {
113
- relinka("error", "Failed to restore config from backup:", String(restoreError));
114
- }
115
- }
116
- if (await fs.pathExists(tempPath)) {
117
- await fs.remove(tempPath);
118
- }
119
- return false;
120
- }
121
- }
122
- export function mergeWithDefaults(partial) {
123
- return {
124
- ...DEFAULT_CONFIG_RSE,
125
- ...partial,
126
- features: {
127
- ...DEFAULT_CONFIG_RSE.features,
128
- ...partial.features ?? {}
129
- },
130
- codeStyle: {
131
- ...DEFAULT_CONFIG_RSE.codeStyle ?? {},
132
- ...partial.codeStyle ?? {},
133
- modernize: {
134
- ...DEFAULT_CONFIG_RSE.codeStyle?.modernize ?? {},
135
- ...partial.codeStyle?.modernize ?? {}
136
- }
137
- },
138
- preferredLibraries: {
139
- ...DEFAULT_CONFIG_RSE.preferredLibraries,
140
- ...partial.preferredLibraries ?? {}
141
- },
142
- monorepo: {
143
- ...DEFAULT_CONFIG_RSE.monorepo,
144
- ...partial.monorepo ?? {}
145
- },
146
- customRules: {
147
- ...DEFAULT_CONFIG_RSE.customRules,
148
- ...partial.customRules ?? {}
149
- },
150
- ignoreDependencies: partial.ignoreDependencies ?? DEFAULT_CONFIG_RSE.ignoreDependencies
151
- };
152
- }
@@ -1,17 +0,0 @@
1
- /**
2
- * Cleans GitHub repository URLs by removing git+ prefix and .git suffix.
3
- */
4
- export declare function cleanGitHubUrl(url: string): string;
5
- export declare function objectToCodeString(obj: any, indentLevel?: number): string;
6
- export declare function updateTsConfigInclude(projectPath: string): Promise<void>;
7
- /**
8
- * Returns the backup and temporary file paths for a given config file.
9
- */
10
- export declare function getBackupAndTempPaths(configPath: string): {
11
- backupPath: string;
12
- tempPath: string;
13
- };
14
- /**
15
- * Helper to atomically write a file with backup and temporary file handling.
16
- */
17
- export declare function atomicWriteFile(filePath: string, content: string, backupPath: string, tempPath: string): Promise<void>;
@@ -1,86 +0,0 @@
1
- import path from "@reliverse/pathkit";
2
- import fs from "@reliverse/relifso";
3
- import { relinka } from "@reliverse/relinka";
4
- import { readTSConfig, writeTSConfig } from "pkg-types";
5
- import { tsconfigJson } from "./rse-consts.js";
6
- import { cliConfigTs } from "./rse-consts.js";
7
- export function cleanGitHubUrl(url) {
8
- return url.trim().replace(/^git\+/, "").replace(/^https?:\/\/(www\.)?(github|gitlab|bitbucket|sourcehut)\.com\//i, "").replace(/^(github|gitlab|bitbucket|sourcehut)\.com\//i, "").replace(/\.git$/i, "");
9
- }
10
- function isValidIdentifier(key) {
11
- const identifierRegex = /^[A-Za-z_$][0-9A-Za-z_$]*$/;
12
- return identifierRegex.test(key);
13
- }
14
- export function objectToCodeString(obj, indentLevel = 0) {
15
- const indent = " ".repeat(indentLevel);
16
- const indentNext = " ".repeat(indentLevel + 1);
17
- if (obj === null) return "null";
18
- if (typeof obj === "string") return JSON.stringify(obj);
19
- if (typeof obj === "number" || typeof obj === "boolean") return String(obj);
20
- if (Array.isArray(obj)) {
21
- if (obj.length === 0) return "[]";
22
- const items = obj.map((item) => objectToCodeString(item, indentLevel + 1));
23
- return `[
24
- ${items.map((item) => `${indentNext}${item}`).join(",\n")}
25
- ${indent}]`;
26
- }
27
- if (typeof obj === "object") {
28
- const keys = Object.keys(obj);
29
- if (keys.length === 0) return "{}";
30
- const lines = keys.map((key) => {
31
- const formattedKey = isValidIdentifier(key) ? key : JSON.stringify(key);
32
- const valueStr = objectToCodeString(obj[key], indentLevel + 1);
33
- return `${indentNext}${formattedKey}: ${valueStr}`;
34
- });
35
- return `{
36
- ${lines.join(",\n")}
37
- ${indent}}`;
38
- }
39
- return String(obj);
40
- }
41
- export async function updateTsConfigInclude(projectPath) {
42
- const tsconfigPath = path.join(projectPath, tsconfigJson);
43
- if (!await fs.pathExists(tsconfigPath)) return;
44
- try {
45
- const tsconfig = await readTSConfig(projectPath);
46
- tsconfig.include = Array.isArray(tsconfig.include) ? tsconfig.include : [];
47
- if (!tsconfig.include.includes(cliConfigTs)) {
48
- tsconfig.include.push(cliConfigTs);
49
- await writeTSConfig(tsconfigPath, tsconfig);
50
- relinka("verbose", "Updated tsconfig.json to include .config/rse.ts");
51
- }
52
- } catch (err) {
53
- relinka(
54
- "warn",
55
- "Failed to update tsconfig.json:",
56
- err instanceof Error ? err.message : String(err)
57
- );
58
- }
59
- }
60
- export function getBackupAndTempPaths(configPath) {
61
- const configDir = path.dirname(configPath);
62
- const baseName = path.basename(configPath);
63
- if (configPath.endsWith(".ts")) {
64
- return {
65
- backupPath: path.join(configDir, `${baseName}.bak`),
66
- tempPath: path.join(configDir, `${baseName}.tmp`)
67
- };
68
- }
69
- return {
70
- backupPath: path.join(configDir, `${baseName}.bak`),
71
- tempPath: path.join(configDir, `${baseName}.tmp`)
72
- };
73
- }
74
- export async function atomicWriteFile(filePath, content, backupPath, tempPath) {
75
- if (await fs.pathExists(backupPath)) {
76
- await fs.remove(backupPath);
77
- }
78
- if (await fs.pathExists(filePath)) {
79
- await fs.copy(filePath, backupPath);
80
- }
81
- await fs.writeFile(tempPath, content, "utf-8");
82
- await fs.rename(tempPath, filePath);
83
- if (await fs.pathExists(backupPath)) {
84
- await fs.remove(backupPath);
85
- }
86
- }
@@ -1,20 +0,0 @@
1
- export * from "./rse-impl/rse-biome";
2
- export * from "./rse-impl/rse-consts";
3
- export * from "./rse-impl/rse-content";
4
- export * from "./rse-impl/rse-core";
5
- export * from "./rse-impl/rse-create";
6
- export * from "./rse-impl/rse-def-utils";
7
- export * from "./rse-impl/rse-default";
8
- export * from "./rse-impl/rse-define";
9
- export * from "./rse-impl/rse-detect";
10
- export * from "./rse-impl/rse-gen-cfg";
11
- export * from "./rse-impl/rse-comments";
12
- export * from "./rse-impl/rse-migrate";
13
- export * from "./rse-impl/rse-path";
14
- export * from "./rse-impl/rse-prompts";
15
- export * from "./rse-impl/rse-read";
16
- export * from "./rse-impl/rse-repair";
17
- export * from "./rse-impl/rse-schema";
18
- export * from "./rse-impl/rse-types";
19
- export * from "./rse-impl/rse-unstable";
20
- export * from "./rse-impl/rse-utils";
@@ -1,20 +0,0 @@
1
- export * from "./rse-impl/rse-biome.js";
2
- export * from "./rse-impl/rse-consts.js";
3
- export * from "./rse-impl/rse-content.js";
4
- export * from "./rse-impl/rse-core.js";
5
- export * from "./rse-impl/rse-create.js";
6
- export * from "./rse-impl/rse-def-utils.js";
7
- export * from "./rse-impl/rse-default.js";
8
- export * from "./rse-impl/rse-define.js";
9
- export * from "./rse-impl/rse-detect.js";
10
- export * from "./rse-impl/rse-gen-cfg.js";
11
- export * from "./rse-impl/rse-comments.js";
12
- export * from "./rse-impl/rse-migrate.js";
13
- export * from "./rse-impl/rse-path.js";
14
- export * from "./rse-impl/rse-prompts.js";
15
- export * from "./rse-impl/rse-read.js";
16
- export * from "./rse-impl/rse-repair.js";
17
- export * from "./rse-impl/rse-schema.js";
18
- export * from "./rse-impl/rse-types.js";
19
- export * from "./rse-impl/rse-unstable.js";
20
- export * from "./rse-impl/rse-utils.js";