1// src/core/api/register.ts 2// 3// Side-effect module that imports all namespace registrations 4// This module has no exports - its purpose is to trigger registration 5// of all QuartoAPI namespaces with the global registry. 6 7import "./markdown-regex.ts"; 8import "./mapped-string.ts"; 9import "./jupyter.ts"; 10import "./format.ts"; 11import "./path.ts"; 12import "./system.ts"; 13import "./text.ts"; 14import "./console.ts"; 15import "./crypto.ts"; 16 17