Skip to content

feat: Add transpileOnly flag to watch and build command#307

Merged
jaredpalmer merged 7 commits intojaredpalmer:masterfrom
sebald:transpile-only
Dec 19, 2019
Merged

feat: Add transpileOnly flag to watch and build command#307
jaredpalmer merged 7 commits intojaredpalmer:masterfrom
sebald:transpile-only

Conversation

@sebald
Copy link
Copy Markdown
Contributor

@sebald sebald commented Nov 6, 2019

Adds --transpileOnly (alias -T) flag to watch and build commands. This will set the check option of roll up's typescript plugin to false.

Closes #243

Comment thread README.md Outdated
Comment thread README.md Outdated
* master: (26 commits)
  (deps/lint): upgrade @typescript-eslint to support ?. and ?? (jaredpalmer#377)
  (ci): add a lint job so PRs will require passing lint (jaredpalmer#378)
  (clean): remove .rts_cache_* from storybook gitignore (jaredpalmer#375)
  Add optional chaining and nullish coalescing operators support (jaredpalmer#370)
  Added Storybook template (jaredpalmer#318)
  (fix/ci): GitHub Actions should run on PRs as well
  (fix/format): formatting of jaredpalmer#366 didn't pass lint
  Add prepare script to generated project (jaredpalmer#334)
  default jest to watch mode when not in CI (jaredpalmer#366)
  (fix): respect tsconfig esModuleInterop flag (jaredpalmer#327)
  fix: minor typo
  update rollup deps and plugins
  update to ts 3.7
  Remove unnecessary yarn install command in GH action
  update README.md
  update README.md
  Use node_modules/.cache/... as cacheRoot (jaredpalmer#329)
  fix(lint): Only default to src test if they exist (jaredpalmer#344)
  Fix error when providing babel/preset-env without options (jaredpalmer#350)
  Replaced some sync methods for their async version
  ...
Comment thread README.md
@jaredpalmer
Copy link
Copy Markdown
Owner

lgtm. Thanks!

bitmoji

@jaredpalmer jaredpalmer merged commit ee4b307 into jaredpalmer:master Dec 19, 2019
agilgur5 added a commit to agilgur5/tsdx that referenced this pull request Dec 27, 2019
- __DEV__ link stopped working
- Contributors link didn't work

- backtick formatting was removed

- this was all re-generated by using `npx doctoc README.md`
  - doctoc is specified to be used in the ToC comments
agilgur5 added a commit to agilgur5/tsdx that referenced this pull request Dec 27, 2019
- __DEV__ link stopped working
- Contributors link didn't work

- backtick formatting was removed

- this was all re-generated by using `npx doctoc README.md`
  - doctoc is specified to be used in the ToC comments
swyxio pushed a commit that referenced this pull request Dec 28, 2019
- __DEV__ link stopped working
- Contributors link didn't work

- backtick formatting was removed

- this was all re-generated by using `npx doctoc README.md`
  - doctoc is specified to be used in the ToC comments
@swyxio
Copy link
Copy Markdown
Collaborator

swyxio commented Jan 24, 2020

thanks for the great PR! @all-contributors please add @sebald for docs, code, tests

@allcontributors
Copy link
Copy Markdown
Contributor

@sw-yx

I've put up a pull request to add @sebald! 🎉

Repository owner locked as resolved and limited conversation to collaborators Aug 22, 2020
@agilgur5 agilgur5 added the kind: optimization Performance, space, size, etc improvement label Aug 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

kind: optimization Performance, space, size, etc improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compilation time grows with project size due to type-checking

5 participants