Skip to content

Commit 9d136b0

Browse files
bsmthcaugner
andauthored
chore(macros): Mark 'unimplemented_inline' as deprecated (#10486)
* chore(macros): Mark 'unimplemented_inline' as deprecated * Update kumascript/macros/unimplemented_inline.ejs * Update kumascript/macros/unimplemented_inline.ejs Re-add spaces. --------- Co-authored-by: Claas Augner <[email protected]>
1 parent ce83ddc commit 9d136b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: kumascript/macros/unimplemented_inline.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<%- await template("unimplementedGeneric", ["inline",$0]) %>
1+
<% mdn.deprecated(); %> <%- await template("unimplementedGeneric", ["inline",$0]) %>

0 commit comments

Comments
 (0)