@powerlines/plugin-prisma 0.1.46 → 0.2.0
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.
- package/dist/helpers/index.cjs +1 -1
- package/dist/helpers/index.js +1 -1
- package/dist/helpers/prisma-postgres.cjs +7 -0
- package/dist/helpers/prisma-postgres.js +7 -0
- package/dist/index.cjs +3 -2
- package/dist/index.js +3 -2
- package/package.json +11 -10
- package/dist/helpers/get-schema.d.cts +0 -11
- package/dist/helpers/get-schema.d.ts +0 -11
- package/dist/helpers/index.d.cts +0 -22
- package/dist/helpers/index.d.ts +0 -22
- package/dist/helpers/schema-creator.d.cts +0 -21
- package/dist/helpers/schema-creator.d.ts +0 -21
- package/dist/index-B-z3Jwl2.d.cts +0 -1548
- package/dist/index-lx02iWd5.d.ts +0 -1548
- package/dist/index.d.cts +0 -32
- package/dist/index.d.ts +0 -32
- package/dist/types/index.d.cts +0 -21
- package/dist/types/index.d.ts +0 -21
- package/dist/types/plugin.d.cts +0 -21
- package/dist/types/plugin.d.ts +0 -21
- package/dist/types/prisma.d.cts +0 -84
- package/dist/types/prisma.d.ts +0 -84
package/dist/helpers/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var getSchema=require('./get-schema'),schemaCreator=require('./schema-creator');Object.keys(getSchema).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return getSchema[k]}})});Object.keys(schemaCreator).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return schemaCreator[k]}})});
|
|
1
|
+
'use strict';var getSchema=require('./get-schema'),prismaPostgres=require('./prisma-postgres'),schemaCreator=require('./schema-creator');Object.keys(getSchema).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return getSchema[k]}})});Object.keys(prismaPostgres).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return prismaPostgres[k]}})});Object.keys(schemaCreator).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return schemaCreator[k]}})});
|
package/dist/helpers/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export*from'./get-schema';export*from'./schema-creator';
|
|
1
|
+
export*from'./get-schema';export*from'./prisma-postgres';export*from'./schema-creator';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';var chunkFBBMZ4NC_cjs=require('../chunk-FBBMZ4NC.cjs');/*****************************************
|
|
2
|
+
*
|
|
3
|
+
* ⚡ Built by Storm Software
|
|
4
|
+
*
|
|
5
|
+
*****************************************/
|
|
6
|
+
|
|
7
|
+
async function p(a,s){if(!a.config.prisma.prismaPostgres?.projectId)throw new Error('Prisma Postgres project ID is not configured. Please set "prisma.prismaPostgres.projectId" in your Powerlines configuration.');return (await a.prisma.api.listDatabases({path:{projectId:a.config.prisma.prismaPostgres.projectId}})).data.data.find(i=>i.name===s)}chunkFBBMZ4NC_cjs.a(p,"findDatabaseByName");exports.findDatabaseByName=p;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import {a}from'../chunk-UCUR73HG.js';/*****************************************
|
|
2
|
+
*
|
|
3
|
+
* ⚡ Built by Storm Software
|
|
4
|
+
*
|
|
5
|
+
*****************************************/
|
|
6
|
+
|
|
7
|
+
async function m(a,s){if(!a.config.prisma.prismaPostgres?.projectId)throw new Error('Prisma Postgres project ID is not configured. Please set "prisma.prismaPostgres.projectId" in your Powerlines configuration.');return (await a.prisma.api.listDatabases({path:{projectId:a.config.prisma.prismaPostgres.projectId}})).data.data.find(i=>i.name===s)}a(m,"findDatabaseByName");export{m as findDatabaseByName};
|
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkFBBMZ4NC_cjs=require('./chunk-FBBMZ4NC.cjs'),execute=require('@stryke/cli/execute'),exists=require('@stryke/fs/exists'),packageFns=require('@stryke/fs/package-fns'),joinPaths=require('@stryke/path/join-paths'),replace=require('@stryke/path/replace'),
|
|
1
|
+
'use strict';Object.defineProperty(exports,'__esModule',{value:true});var chunkFBBMZ4NC_cjs=require('./chunk-FBBMZ4NC.cjs'),execute=require('@stryke/cli/execute'),exists=require('@stryke/fs/exists'),packageFns=require('@stryke/fs/package-fns'),joinPaths=require('@stryke/path/join-paths'),replace=require('@stryke/path/replace'),g=require('defu'),getConfigPath=require('powerlines/plugin-utils/get-config-path'),paths=require('powerlines/plugin-utils/paths'),client_gen$1=require('./api/client/client.gen'),utils_gen=require('./api/client/utils.gen'),sdk_gen=require('./api/sdk.gen'),getSchema=require('./helpers/get-schema'),schemaCreator=require('./helpers/schema-creator'),client_gen=require('./api/client.gen'),types_gen=require('./api/types.gen'),types=require('./types');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var g__default=/*#__PURE__*/_interopDefault(g);/*****************************************
|
|
2
2
|
*
|
|
3
3
|
* ⚡ Built by Storm Software
|
|
4
4
|
*
|
|
5
5
|
*****************************************/
|
|
6
6
|
|
|
7
|
-
const
|
|
7
|
+
const C=chunkFBBMZ4NC_cjs.a((t={})=>({name:"prisma",config(){return {prisma:g__default.default(t,{schema:joinPaths.joinPaths(this.config.projectRoot,"prisma","schema.prisma"),configFile:t.configFile||getConfigPath.getConfigPath(this,"prisma.config"),outputPath:joinPaths.joinPaths("{builtinPath}","prisma"),prismaPostgres:t?.prismaPostgres?{projectId:this.config.name,region:"us-east-1"}:void 0})}},async configResolved(){if(this.dependencies["@prisma/client"]="latest",this.config.prisma.configFile=paths.replacePathTokens(this,this.config.prisma.configFile),!this.config.prisma.schema)throw new Error("Prisma schema path is not defined. Please specify a valid path in the plugin configuration.");if(this.config.prisma.schema=paths.replacePathTokens(this,this.config.prisma.schema),this.config.prisma.prismaPostgres){let i=process.env.PRISMA_SERVICE_TOKEN;if(!i)if(i=t.serviceToken,i)this.warn("If possible, please use the `PRISMA_SERVICE_TOKEN` environment variable instead of using the `serviceToken` option directly. The `serviceToken` option will work; however, this is a less secure method of configuration.");else throw new Error("Unable to determine the Prisma service token. Please set the `PRISMA_SERVICE_TOKEN` environment variable.");const s=client_gen$1.createClient(utils_gen.createConfig({baseUrl:"https://api.prisma.io",throwOnError:true,headers:{Authorization:`Bearer ${i}`,"User-Agent":"powerlines/1.0"}}));this.prisma.api=new sdk_gen.PrismaClient({client:s}),await this.prisma.api.createDatabase({path:{projectId:this.config.prisma.prismaPostgres.projectId},body:{isDefault:false,name:this.config.prisma.prismaPostgres.databaseName||`${this.config.prisma.prismaPostgres.region}.${this.config.mode}.${this.config.name}`,region:this.config.prisma.prismaPostgres.region}}).then(n=>n.data.data);}if(!this.config.prisma.outputPath)throw new Error("Prisma generated path is not defined. Please specify a valid path in the plugin configuration.");this.config.prisma.outputPath=paths.replacePathTokens(this,this.config.prisma.outputPath),this.prisma??={},exists.existsSync(this.config.prisma.schema)?this.prisma.schema=await getSchema.getSchema({datamodel:this.config.prisma.schema}):this.prisma.schema??={generators:[],datasources:[],warnings:[]};const e=this.prisma.schema.generators.find(i=>i.provider.value==="prisma-client-js");e?e.output??={value:this.config.prisma.outputPath,fromEnvVar:null}:this.prisma.schema.generators.push({name:"prisma-client-js",provider:{value:"prisma-client-js",fromEnvVar:null},output:{value:this.config.prisma.outputPath,fromEnvVar:null},config:{},binaryTargets:[],previewFeatures:[],sourceFilePath:this.config.prisma.schema}),this.prisma.builder=new schemaCreator.PrismaSchemaCreator(this);},async prepare(){await this.prisma.builder.write();const e=["generate","--schema",this.config.prisma.schema];if(this.config.prisma.prismaPath){e.unshift(this.config.prisma.prismaPath);const i=await execute.execute(e.join(" "),this.config.projectRoot);if(i.failed)throw new Error(`Prisma process exited with code ${i.exitCode}.`)}else {const i=await packageFns.isPackageListed("prisma",this.config.projectRoot);e.unshift(i?replace.replacePath(this.config.sourceRoot,this.config.projectRoot):this.config.sourceRoot);const s=await execute.executePackage("prisma",e,joinPaths.joinPaths(this.workspaceConfig.workspaceRoot,this.config.projectRoot));if(s.failed)throw new Error(`Prisma process exited with code ${s.exitCode}.`)}}}),"plugin");var z=C;
|
|
8
|
+
exports.default=z;exports.plugin=C;Object.keys(sdk_gen).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return sdk_gen[k]}})});Object.keys(client_gen).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return client_gen[k]}})});Object.keys(types_gen).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return types_gen[k]}})});Object.keys(types).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return types[k]}})});
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import {a}from'./chunk-UCUR73HG.js';import {execute,executePackage}from'@stryke/cli/execute';import {existsSync}from'@stryke/fs/exists';import {isPackageListed}from'@stryke/fs/package-fns';import {joinPaths}from'@stryke/path/join-paths';import {replacePath}from'@stryke/path/replace';import
|
|
1
|
+
import {a}from'./chunk-UCUR73HG.js';import {execute,executePackage}from'@stryke/cli/execute';import {existsSync}from'@stryke/fs/exists';import {isPackageListed}from'@stryke/fs/package-fns';import {joinPaths}from'@stryke/path/join-paths';import {replacePath}from'@stryke/path/replace';import g from'defu';import {getConfigPath}from'powerlines/plugin-utils/get-config-path';import {replacePathTokens}from'powerlines/plugin-utils/paths';import {createClient}from'./api/client/client.gen';import {createConfig}from'./api/client/utils.gen';import {PrismaClient}from'./api/sdk.gen';export*from'./api/sdk.gen';import {getSchema}from'./helpers/get-schema';import {PrismaSchemaCreator}from'./helpers/schema-creator';export*from'./api/client.gen';export*from'./api/types.gen';export*from'./types';/*****************************************
|
|
2
2
|
*
|
|
3
3
|
* ⚡ Built by Storm Software
|
|
4
4
|
*
|
|
5
5
|
*****************************************/
|
|
6
6
|
|
|
7
|
-
const
|
|
7
|
+
const C=a((t={})=>({name:"prisma",config(){return {prisma:g(t,{schema:joinPaths(this.config.projectRoot,"prisma","schema.prisma"),configFile:t.configFile||getConfigPath(this,"prisma.config"),outputPath:joinPaths("{builtinPath}","prisma"),prismaPostgres:t?.prismaPostgres?{projectId:this.config.name,region:"us-east-1"}:void 0})}},async configResolved(){if(this.dependencies["@prisma/client"]="latest",this.config.prisma.configFile=replacePathTokens(this,this.config.prisma.configFile),!this.config.prisma.schema)throw new Error("Prisma schema path is not defined. Please specify a valid path in the plugin configuration.");if(this.config.prisma.schema=replacePathTokens(this,this.config.prisma.schema),this.config.prisma.prismaPostgres){let i=process.env.PRISMA_SERVICE_TOKEN;if(!i)if(i=t.serviceToken,i)this.warn("If possible, please use the `PRISMA_SERVICE_TOKEN` environment variable instead of using the `serviceToken` option directly. The `serviceToken` option will work; however, this is a less secure method of configuration.");else throw new Error("Unable to determine the Prisma service token. Please set the `PRISMA_SERVICE_TOKEN` environment variable.");const s=createClient(createConfig({baseUrl:"https://api.prisma.io",throwOnError:true,headers:{Authorization:`Bearer ${i}`,"User-Agent":"powerlines/1.0"}}));this.prisma.api=new PrismaClient({client:s}),await this.prisma.api.createDatabase({path:{projectId:this.config.prisma.prismaPostgres.projectId},body:{isDefault:false,name:this.config.prisma.prismaPostgres.databaseName||`${this.config.prisma.prismaPostgres.region}.${this.config.mode}.${this.config.name}`,region:this.config.prisma.prismaPostgres.region}}).then(n=>n.data.data);}if(!this.config.prisma.outputPath)throw new Error("Prisma generated path is not defined. Please specify a valid path in the plugin configuration.");this.config.prisma.outputPath=replacePathTokens(this,this.config.prisma.outputPath),this.prisma??={},existsSync(this.config.prisma.schema)?this.prisma.schema=await getSchema({datamodel:this.config.prisma.schema}):this.prisma.schema??={generators:[],datasources:[],warnings:[]};const e=this.prisma.schema.generators.find(i=>i.provider.value==="prisma-client-js");e?e.output??={value:this.config.prisma.outputPath,fromEnvVar:null}:this.prisma.schema.generators.push({name:"prisma-client-js",provider:{value:"prisma-client-js",fromEnvVar:null},output:{value:this.config.prisma.outputPath,fromEnvVar:null},config:{},binaryTargets:[],previewFeatures:[],sourceFilePath:this.config.prisma.schema}),this.prisma.builder=new PrismaSchemaCreator(this);},async prepare(){await this.prisma.builder.write();const e=["generate","--schema",this.config.prisma.schema];if(this.config.prisma.prismaPath){e.unshift(this.config.prisma.prismaPath);const i=await execute(e.join(" "),this.config.projectRoot);if(i.failed)throw new Error(`Prisma process exited with code ${i.exitCode}.`)}else {const i=await isPackageListed("prisma",this.config.projectRoot);e.unshift(i?replacePath(this.config.sourceRoot,this.config.projectRoot):this.config.sourceRoot);const s=await executePackage("prisma",e,joinPaths(this.workspaceConfig.workspaceRoot,this.config.projectRoot));if(s.failed)throw new Error(`Prisma process exited with code ${s.exitCode}.`)}}}),"plugin");var B=C;
|
|
8
|
+
export{B as default,C as plugin};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-prisma",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code and a Prisma client from a Prisma schema (PSL).",
|
|
6
6
|
"repository": {
|
|
@@ -127,14 +127,14 @@
|
|
|
127
127
|
"files": ["dist/**/*"],
|
|
128
128
|
"keywords": ["prisma", "powerlines", "storm-software", "powerlines-plugin"],
|
|
129
129
|
"dependencies": {
|
|
130
|
-
"@stryke/path": "^0.21.
|
|
131
|
-
"@stryke/fs": "^0.33.
|
|
132
|
-
"@stryke/type-checks": "^0.3
|
|
133
|
-
"@stryke/types": "^0.10.
|
|
134
|
-
"@stryke/cli": "^0.12.
|
|
130
|
+
"@stryke/path": "^0.21.6",
|
|
131
|
+
"@stryke/fs": "^0.33.8",
|
|
132
|
+
"@stryke/type-checks": "^0.4.3",
|
|
133
|
+
"@stryke/types": "^0.10.12",
|
|
134
|
+
"@stryke/cli": "^0.12.18",
|
|
135
135
|
"defu": "^6.1.4",
|
|
136
136
|
"jiti": "^2.6.1",
|
|
137
|
-
"powerlines": "^0.
|
|
137
|
+
"powerlines": "^0.28.0",
|
|
138
138
|
"ts-pattern": "^5.9.0",
|
|
139
139
|
"prisma-util": "^2.1.1",
|
|
140
140
|
"@prisma/get-platform": "^6.19.0",
|
|
@@ -142,10 +142,11 @@
|
|
|
142
142
|
"fp-ts": "^2.16.11"
|
|
143
143
|
},
|
|
144
144
|
"devDependencies": {
|
|
145
|
-
"@powerlines/nx": "^0.10.
|
|
146
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
145
|
+
"@powerlines/nx": "^0.10.47",
|
|
146
|
+
"@powerlines/plugin-plugin": "^0.11.55",
|
|
147
|
+
"@powerlines/plugin-hey-api": "^0.1.0",
|
|
147
148
|
"@types/node": "^24.10.1"
|
|
148
149
|
},
|
|
149
150
|
"publishConfig": { "access": "public" },
|
|
150
|
-
"gitHead": "
|
|
151
|
+
"gitHead": "3feaa815e117c46d827eee84c3521e54670abb9b"
|
|
151
152
|
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { GetSchemaOptions, PrismaSchema } from '../types/prisma.cjs';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Retrieves the Prisma schema using the provided options.
|
|
5
|
-
*
|
|
6
|
-
* @param options - The options to customize the schema retrieval.
|
|
7
|
-
* @returns The Prisma schema.
|
|
8
|
-
*/
|
|
9
|
-
declare function getSchema(options: GetSchemaOptions): Promise<PrismaSchema>;
|
|
10
|
-
|
|
11
|
-
export { getSchema };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { GetSchemaOptions, PrismaSchema } from '../types/prisma.js';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Retrieves the Prisma schema using the provided options.
|
|
5
|
-
*
|
|
6
|
-
* @param options - The options to customize the schema retrieval.
|
|
7
|
-
* @returns The Prisma schema.
|
|
8
|
-
*/
|
|
9
|
-
declare function getSchema(options: GetSchemaOptions): Promise<PrismaSchema>;
|
|
10
|
-
|
|
11
|
-
export { getSchema };
|
package/dist/helpers/index.d.cts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export { getSchema } from './get-schema.cjs';
|
|
2
|
-
export { P as PrismaSchemaCreator } from '../index-B-z3Jwl2.cjs';
|
|
3
|
-
import '../types/prisma.cjs';
|
|
4
|
-
import '@storm-software/build-tools/types';
|
|
5
|
-
import '@storm-software/config-tools/types';
|
|
6
|
-
import '@storm-software/config/types';
|
|
7
|
-
import '@stryke/types/base';
|
|
8
|
-
import '@stryke/types/configuration';
|
|
9
|
-
import '@stryke/types/file';
|
|
10
|
-
import 'vite';
|
|
11
|
-
import '@stryke/env/get-env-paths';
|
|
12
|
-
import '@stryke/types/package-json';
|
|
13
|
-
import 'jiti';
|
|
14
|
-
import 'magic-string';
|
|
15
|
-
import 'semver';
|
|
16
|
-
import 'ts-morph';
|
|
17
|
-
import 'unplugin';
|
|
18
|
-
import '@stryke/fs/resolve';
|
|
19
|
-
import '@stryke/types/tsconfig';
|
|
20
|
-
import 'typescript';
|
|
21
|
-
import '@stryke/types/array';
|
|
22
|
-
import 'prisma-util/schema-creator';
|
package/dist/helpers/index.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export { getSchema } from './get-schema.js';
|
|
2
|
-
export { P as PrismaSchemaCreator } from '../index-lx02iWd5.js';
|
|
3
|
-
import '../types/prisma.js';
|
|
4
|
-
import '@storm-software/build-tools/types';
|
|
5
|
-
import '@storm-software/config-tools/types';
|
|
6
|
-
import '@storm-software/config/types';
|
|
7
|
-
import '@stryke/types/base';
|
|
8
|
-
import '@stryke/types/configuration';
|
|
9
|
-
import '@stryke/types/file';
|
|
10
|
-
import 'vite';
|
|
11
|
-
import '@stryke/env/get-env-paths';
|
|
12
|
-
import '@stryke/types/package-json';
|
|
13
|
-
import 'jiti';
|
|
14
|
-
import 'magic-string';
|
|
15
|
-
import 'semver';
|
|
16
|
-
import 'ts-morph';
|
|
17
|
-
import 'unplugin';
|
|
18
|
-
import '@stryke/fs/resolve';
|
|
19
|
-
import '@stryke/types/tsconfig';
|
|
20
|
-
import 'typescript';
|
|
21
|
-
import '@stryke/types/array';
|
|
22
|
-
import 'prisma-util/schema-creator';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import 'prisma-util/schema-creator';
|
|
2
|
-
export { P as PrismaSchemaCreator } from '../index-B-z3Jwl2.cjs';
|
|
3
|
-
import '../types/prisma.cjs';
|
|
4
|
-
import '@storm-software/build-tools/types';
|
|
5
|
-
import '@storm-software/config-tools/types';
|
|
6
|
-
import '@storm-software/config/types';
|
|
7
|
-
import '@stryke/types/base';
|
|
8
|
-
import '@stryke/types/configuration';
|
|
9
|
-
import '@stryke/types/file';
|
|
10
|
-
import 'vite';
|
|
11
|
-
import '@stryke/env/get-env-paths';
|
|
12
|
-
import '@stryke/types/package-json';
|
|
13
|
-
import 'jiti';
|
|
14
|
-
import 'magic-string';
|
|
15
|
-
import 'semver';
|
|
16
|
-
import 'ts-morph';
|
|
17
|
-
import 'unplugin';
|
|
18
|
-
import '@stryke/fs/resolve';
|
|
19
|
-
import '@stryke/types/tsconfig';
|
|
20
|
-
import 'typescript';
|
|
21
|
-
import '@stryke/types/array';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import 'prisma-util/schema-creator';
|
|
2
|
-
export { P as PrismaSchemaCreator } from '../index-lx02iWd5.js';
|
|
3
|
-
import '../types/prisma.js';
|
|
4
|
-
import '@storm-software/build-tools/types';
|
|
5
|
-
import '@storm-software/config-tools/types';
|
|
6
|
-
import '@storm-software/config/types';
|
|
7
|
-
import '@stryke/types/base';
|
|
8
|
-
import '@stryke/types/configuration';
|
|
9
|
-
import '@stryke/types/file';
|
|
10
|
-
import 'vite';
|
|
11
|
-
import '@stryke/env/get-env-paths';
|
|
12
|
-
import '@stryke/types/package-json';
|
|
13
|
-
import 'jiti';
|
|
14
|
-
import 'magic-string';
|
|
15
|
-
import 'semver';
|
|
16
|
-
import 'ts-morph';
|
|
17
|
-
import 'unplugin';
|
|
18
|
-
import '@stryke/fs/resolve';
|
|
19
|
-
import '@stryke/types/tsconfig';
|
|
20
|
-
import 'typescript';
|
|
21
|
-
import '@stryke/types/array';
|