UNPKG

@v4fire/client

Version:

V4Fire client core library

19 lines (15 loc) 390 B
'use strict'; /*! * V4Fire Client Core * https://github.com/V4Fire/Client * * Released under the MIT license * https://github.com/V4Fire/Client/blob/master/LICENSE */ const modernRegExpFlagsTransformer = include('build/ts-transformers/modern-regexp-flags'); module.exports = (program) => ({ before: [modernRegExpFlagsTransformer(program)], after: {}, afterDeclarations: {} });