@c4a/extract-ts 0.6.4 → 0.6.6
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/index.js +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -13274,6 +13274,7 @@ class TypeScriptPlugin {
|
|
|
13274
13274
|
id = "c4a-extract-ts";
|
|
13275
13275
|
languages = ["typescript", "tsx"];
|
|
13276
13276
|
packageManagers = ["npm"];
|
|
13277
|
+
manifestTypes = ["package.json"];
|
|
13277
13278
|
#lastDetection = null;
|
|
13278
13279
|
canHandle(source) {
|
|
13279
13280
|
return source.manifests.some((manifest) => manifest.type === "package.json");
|