MetaScript icon indicating copy to clipboard operation
MetaScript copied to clipboard

Sophisticated meta programming in JavaScript, e.g. to build different versions of a library from a single source tree.

Results 6 MetaScript issues
Sort by recently updated
recently updated
newest added

- Path: metascript > glob > minimatch - Also bumped jsDoc version which faced build issues initially. The jsDoc related changes don't have many meaningful changes. Just needed to bump...

Yo, any chance that you could add sourcemaps support to this? I'd like to use it with wallaby.js, but wallaby needs a source map to operate. Ref: https://github.com/wallabyjs/public/issues/156

Node's ES module interop proposal: https://github.com/bmeck/node-eps/blob/es6-module/002-es6-modules.md Is going to be registering the `.mjs` file type against the IANA as it stands. This will affect users of this project.

Include function preserve unicode BOM symbol if it was in source file. As BOM treated in special way at the beginning of file, it should be stripped prior to include....

When using with other compilers that feature sourcemap support, lines are no preserved against original source code causing line mismatch during debugging or code coverage analysis. Can you add this...