TypeDoc all the thngs
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import {Canonical} from "./Canonical";
|
||||
|
||||
/**
|
||||
* Canonical class used for faking canonical units. Here, the canonical resolver
|
||||
* is registered with the global service, but no files are loaded from the filesystem.
|
||||
*/
|
||||
export class FakeCanonical<T> extends Canonical<T> {
|
||||
public async up() {
|
||||
this.canon.registerCanonical(this)
|
||||
|
||||
Reference in New Issue
Block a user