@tapjs/typescript
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -7,2 +7,4 @@ "use strict"; | ||
// This just adds the ts-node/esm loader | ||
// appease the import-deps test | ||
// import('ts-node') | ||
exports.loader = 'ts-node/esm'; | ||
@@ -9,0 +11,0 @@ // https://github.com/TypeStrong/ts-node/pull/2009 |
import { env } from '@tapjs/core'; | ||
import { resolve } from 'node:path'; | ||
// This just adds the ts-node/esm loader | ||
// appease the import-deps test | ||
// import('ts-node') | ||
export const loader = 'ts-node/esm'; | ||
@@ -5,0 +7,0 @@ // https://github.com/TypeStrong/ts-node/pull/2009 |
{ | ||
"name": "@tapjs/typescript", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"description": "a built-in tap extension that adds typescript support", | ||
@@ -46,3 +46,3 @@ "tshy": { | ||
"peerDependencies": { | ||
"@tapjs/core": "1.3.6" | ||
"@tapjs/core": "1.3.7" | ||
}, | ||
@@ -49,0 +49,0 @@ "tap": { |
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
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
27189
310