Home
last modified time | relevance | path

Searched refs:watchChangeFiles (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/
Dcompile_plugin.js22 const { watchChangeFiles } = require('./lib/fast_build/common/rollup-plugin-watch-change');
38 watchChangeFiles(),
Drollup.config.js40 const { watchChangeFiles } = require('./lib/fast_build/common/rollup-plugin-watch-change');
94 watchChangeFiles(),
/developtools/ace_ets2bundle/compiler/src/fast_build/common/
Drollup-plugin-watch-change.ts36 export function watchChangeFiles() { function