UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

11 lines (8 loc) 267 B
exports.handlers = { beforeParse: function(e) { // replace {?[type]} with {?any} e.source = e.source.replace(/{\?\[type\]}/g, '{any}'); // replace {[type]} with {any} e.source = e.source.replace(/{\[type\]}/g, '{any}'); } };