We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e500e65 commit 5dd6e83Copy full SHA for 5dd6e83
compile.js
@@ -5,7 +5,6 @@ const path = require("path");
5
const fs = require("fs-extra");
6
7
const pathRegexp = /\.\/src\/(?<language>[^/\s]+)\/(?<module>[^/\s]+)\/(([^\s/]+\/)+)?(?<name>[^/\s.]+)(\.?(?<ext>[^/\s.]+))?/;
8
-const placeholderRegexp = /\${\d+:?(?<placeholder>\S+)?}/g;
9
10
function generateLanguageFile(language) {
11
const data = [];
0 commit comments