Gets the SourceDirContext for the given source directory.
Recommended Usage:
// ozibuild.cjsconst { sourceDirContext } = require('ozibuild/source');const ctx = sourceDirContext(__dirname); Copy
// ozibuild.cjsconst { sourceDirContext } = require('ozibuild/source');const ctx = sourceDirContext(__dirname);
// ozibuild.mjsimport { sourceDirContext } from 'ozibuild/source';const ctx = sourceDirContext(import.meta.dirname); Copy
// ozibuild.mjsimport { sourceDirContext } from 'ozibuild/source';const ctx = sourceDirContext(import.meta.dirname);
Gets the SourceDirContext for the given source directory.
Recommended Usage: