-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
- It only works from the command line, as it wasn't given a default option.
- The value of the option is inconsistent with the naming scheme of the other options. Some other names include:
indent_start&source_map. This option issourceMapIncludeSources. - The verb
embedis probably a clearer verb to use - The specs suggest that including the source should be an alternative to referencing the source. Because of this, it shouldn't set the
sourcesattribute for the associatedsourcesContentset. - It should probably leverage fitzgen's library's option
- The option doesn't work well with
in-source-map.
I'm working on a PR that fixes issues 1-5. The sixth item will be a separate PR.
Reactions are currently unavailable