You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although it will take some time to fully implement #62, we should at least deprecate getDirective() and add getDirectives() to the API in the meantime.
The text was updated successfully, but these errors were encountered:
If a Dockerfile had no parser directives, Dockerfile's getDirectives()
was still returning an array with a null inside of it. This has been
fixed to now return an empty array.
Signed-off-by: Remy Suen <[email protected]>
Although it will take some time to fully implement #62, we should at least deprecate
getDirective()
and addgetDirectives()
to the API in the meantime.The text was updated successfully, but these errors were encountered: