Compiles the same source set twice and fails if any generated artifact differs.
import { compileAndEmitSources } from '@datamoc/mw_games/mwl';const artifacts = compileAndEmitSources([{ file: 'a.mwl', source: "[{ tag: 'game', schema: 0.1 }]" }]);console.log(artifacts.length); // 3 Copy
import { compileAndEmitSources } from '@datamoc/mw_games/mwl';const artifacts = compileAndEmitSources([{ file: 'a.mwl', source: "[{ tag: 'game', schema: 0.1 }]" }]);console.log(artifacts.length); // 3
Compiles the same source set twice and fails if any generated artifact differs.