Anton Gilgur

Results 123 issues of Anton Gilgur

also add a comment for anyone unfamiliar with the input style In case anyone wants to throw in their own elements instead of using the default file name text box

Was looking for a way to schedule a deployment of a stage, i.e. a way to say "deploy `master` to `stage-x` at 3 am each day". Saw here https://github.com/zendesk/samson/pull/1522#issuecomment-265631900 that...

## Summary - previously, while rollup was passed multiple entries, they all had the same output.file, and so only the first ended up being output - now, give each entry...

version: minor
topic: multi-entry

## Description ### Commits #### types: add remaining external typings - added @types/babel__core, @types/babel__traverse, and @types/lodash.merge and removed their declarations in env.d.ts - also removed rollup-plugin-terser's declaration there because it...

scope: internal

### Current Behavior `tsdx` does not create a `test` build and will end up loading the `development` build when `process.env.NODE_ENV === 'test'`. But the `development` build has replaced `process.env.NODE_ENV` with...

kind: feature

## Summary Creates a test harness/structure for [watch mode](https://rollupjs.org/guide/en/#rollupwatch) tests and adds an initial test suite to it - Built on top of #371 and #384 - Follow-up to https://github.com/ezolenko/rollup-plugin-typescript2/pull/371#issuecomment-1174339120...

kind: internal
scope: cache
scope: tests
scope: watch mode

## Summary Merge the two context files into a single file as they're _intended_ to be as similar as possible. They're also _not_ meant to be more extensible to create...

kind: internal

**NOTE**: this is built on top of #403 as it changes its code a bit. #403 is itself built on top of #386. As such, I've marked this PR as...

kind: bug
scope: tests
topic: type-only / emit-less imports

**NOTE**: this is built on top of #386 as the `testDir` changes there are required to have a correct `outDir`. As such, I've marked this PR as "Draft" until that...

kind: internal
scope: tests

**NOTE**: this is built on top of #404 as it uses the `context` changes made there. #404 is itself built on top of #397. As such, I've marked this PR...

kind: internal
scope: tests