MCPcopy Create free account
hub / github.com/swc-project/swc-node / CompiledClass

Class CompiledClass

packages/integrate-module/src/compiled.js:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export class CompiledClass {
2 constructor() {
3 this.name = 'CompiledClass'
4 }
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected