fix(core): removed unused import statement in ts/plugins.ts
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@git.zone/tsrun', | ||||
|   version: '1.3.2', | ||||
|   version: '1.3.3', | ||||
|   description: 'run typescript programs efficiently' | ||||
| } | ||||
|   | ||||
| @@ -9,7 +9,3 @@ import * as smartfile from '@push.rocks/smartfile'; | ||||
| import * as smartshell from '@push.rocks/smartshell'; | ||||
|  | ||||
| export { smartfile, smartshell }; | ||||
|  | ||||
| import { tsImport } from 'tsx/esm/api'; | ||||
|  | ||||
| export { tsImport }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user