-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Why deprecate built-in FTL Extractor?
- Has many bugs, such as [BUG] "Extract" does not comment keys whose arguments have been changed (or removed) #32 and [BUG] "Extract" comments already commented keys #33
- Is not maintained
- Uses
regex
for parsing.ftl
- Uses FAT
libcst
(that does not has .whl for PyPy) instead of built-inast
to search in-code ftl-keys
I recommend using FTL-Extract
library by @andrew000
👍 It uses fluent.syntax
to work with .ftl
and built-in python library ast
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request