constants.js6 lines
mainRaw
const SUCCESSFUL_COMPILATION_MESSAGE = 'Compiled successfully.';

module.exports = {
  SUCCESSFUL_COMPILATION_MESSAGE,
};
Loading syntax highlighting…