MCPcopy
hub / github.com/postcss/postcss / Comment

Function Comment

test/errors.ts:11–16  ·  view source on GitHub ↗
(decl, { Decl })

Source from the content-addressed store, hash-verified

9 postcssPlugin: 'remover',
10 // THROWS Property 'Decl' does not exist on type 'Helpers'.
11 Comment(decl, { Decl }) {
12 // THROWS Property 'prop' does not exist on type 'Comment_'
13 console.log(decl.prop)
14 // THROWS Property 'removeChild' does not exist on type 'Comment_'
15 decl.removeChild(1)
16 }
17 }
18}
19

Callers

nothing calls this directly

Calls 1

removeChildMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…