Sean Morris

Results 10 issues of Sean Morris

Using Babel 0.5.0 (with brunch) with the following config: ``` exports.plugins = { babel: { 'presets': ['es2015'], 'env': { 'production': { 'presets': [['minify', { }]] } } }, }; ```...

The "releases" link in `packages/bitcore-lib/README.md` makes mention of prebuilt files to use, but the link goes to another markdown document, which lists the releases, but does not actually link to...

I'd love to use this in my project, but as there doesn't seem to be any license attached, I'm unsure of the terms of reuse, if any.

### Description The assets directory is not being handled correctly in a new project. ### Expected behavior The index.html file should be built to the public/ directory. ### Actual behavior...

The plugin babel-plugin-transform-merge-sibling-variables does not maintain source mapping when merging sibling variable declarators into a single declaration after babel-plugin-transform-modules-commonjs has been applied. To Reproduce: Minify a file that has been...

**Describe the bug** The plugin `babel-plugin-transform-merge-sibling-variables` does not maintain source mapping when merging sibling variable declarators into a single declaration after `babel-plugin-transform-modules-commonjs` has been applied. ## To Reproduce Minify a...

# DRAFT ## What? This PR removes the reference to the unused PHP 5 from `interactive-code-block`'s `project.json`. ## Why? PHP 5 is being deprecated from @php-wasm. ## How? By deleting...

# DRAFT ## What? This ensures @php-wasm/nodes' files are copied properly when the wordpress-playground package has been built with sourcemaps. ## Why? When wordpress-playground builds php-wasm with sourcemaps, the directory...

## Meta: CircleCI crashes on Debian Bookworm. **CircleCI CLI Version:** ``` $ circleci version panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x8...

bug

Emscripten packages include the following line: ```javascript scriptDirectory = require('url').fileURLToPath(new URL("./", import.meta.url)); ``` This is completely valid javascript. The issue is that when Webpack tries to bundle it, the bundler...