-
Notifications
You must be signed in to change notification settings - Fork 5
Description
https://www.npmjs.com/package/soyparser points to
- https://github.com/metal/soyparser which redirects to
- https://github.com/deprecate/soyparser (which is archived and marked as read-only), and which includes the following note:
Note: the soyparser project has been moved to the metal-tools-soy repo.
To simplify development and maintenance and handle all tools-soy projects, this project has been moved to the soyparser under the umbrella of the metal-tools-soy monorepo.
Thus, we would expect to find the package definition and source files for soyparser in this repo (https://github.com/metal/metal-tools-soy). However, this repo actually has a dependency on the soyparser package:
Line 47 in dcd8845
| "soyparser": "^1.0.3", |
This suggests that the source for soyparser wasn't actually migrated, and thus https://www.npmjs.com/package/soyparser package is no longer being maintained, as its source code is no longer tracked anywhere.
Is the source code for soyparser still pending a migration into this repo? It was deleted with a note that it will be migrated in Sep 2018.
Or is soyparser deprecated, along with this repo?