Burt Harris

Results 72 issues of Burt Harris

Thanks for this sample, it hit the spot. However, It seems like the npm published packages @ryancavanaugh/pkg2 and @ryancavanaugh/pkg3 are not up-to-date with the latest checked-in package.json files. @ryancavanaugh/pkg1 seems...

Running `npm install` and `npm test` seems to produce two error messages (in addition to conflict messages). ``` testLR1 test LR parse test basic JSON grammar ⚡ SyntaxError: Function statements...

PR #265 seems to have passed the Appveyor tests, but the tests aren't working in my normal Windows dev environment. This is because Appveyer is running with elevated privileges; I've...

It seems like this module doesn't work with gulp-sourcemap. That's OK, but that should be reflected in the README.

For example: ``` const cjs = tsb.create({ outDir: 'lib', module: 'commonjs', target: 'es5', declaration: true, lib: ['es5', 'es2015', 'dom'], sourcemap: true, experimentalDecorators: true }); ``` gulp-tsb reports no error, even...

**Describe the bug** After generating a project with create-nodejs-ts, when I open the project using Microsoft Visual Studio Code (vscode) several error messages are popping up saying that some of...

**Describe the bug** Test suit fails. I suspect it is related to ES modules. In this case the test was launched by a VSCode add-in for Jest. I will research...

The npm package manager is a pain, it generates false positives all the time regarding security vulnerabilities. By updating the devDependencies, we can probably silence these at this point. You...

It would be a good idea to permit ECMA-style import and export statement in macro files