detective-typescript
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -51,1 +51,8 @@ 'use strict'; | ||
}; | ||
module.exports.tsx = function(src, options) { | ||
options = Object.assign({ | ||
ecmaFeatures: Object.assign(options.ecmaFeatures, { jsx: true }) | ||
}, options); | ||
module.exports(src, options); | ||
}; |
{ | ||
"name": "detective-typescript", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"author": "Patrik Henningsson <patrik.henningsson@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Get the dependencies of a TypeScript module", |
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
3273
49