issues Search Results · repo:brunch/typescript-brunch language:JavaScript
Filter by
27 results
(76 ms)27 results
inbrunch/typescript-brunch (press backspace or delete to remove)Hi,
I ve been using brunch now for about a month and absolutely love it! This is amazing!
Anyway, my issue is that the following compilerOption does not work as expected-
{
compilerOptions : {
...
lighth7015
- Opened on Jun 14, 2020
- #54
I m using typescript-brunch as follows:
brunch-config.js
exports.files = {
javascripts: {
joinTo: {
vendor.js : /^(?!app)/,
app.js : /^app/,
}
},
stylesheets: { joinTo: app.css ...
jsepia
- Opened on Jul 11, 2019
- #52
Once #49 is merged, we can remove some or all of the compiler error/warning suppression. Most of them seem to be
unnecessary now that the compiler can load other files properly.
My goal is to get this ...
paulmedynski
- Opened on Dec 16, 2018
- #50
Use ts.createCompilerHost() to get a default compiler host, and then only update the bare minimum of its functions for
our purposes.
paulmedynski
- Opened on Nov 11, 2018
- #48
Commit 7e99449 breaks including dependencies from node_modules, as described in
https://github.com/brunch/deppack/issues/49
Thorn1089
- 1
- Opened on Jul 17, 2018
- #46
This project seems to be lacking in updates. Typescript is now on 2.7 and typescript-brunch is still on 2.1.
danthedaniel
- 2
- Opened on Mar 16, 2018
- #44
I decided to write this up, because it wasn t clear for me how to do it and maybe this will be helpful for other people.
If you are using npm 5.0 with package-lock.json or shrinkwrap you can update to ...
JLarky
- 3
- Opened on Sep 10, 2017
- #42
This relates to #18 and what @colinbate explains
From my understanding, this plugin looks at each file without any outside context.
I m working on this Inferno project using this plugin and I m trying ...
nnnoel
- 1
- Opened on Aug 18, 2017
- #40
The plugin doesn t properly delegate to Brunch s conventions property on config. There is a hard-coded regex against
(^bower_components|vendor|node_modules) at
https://github.com/brunch/typescript-brunch/blob/6b6b114d7314285d4a244ef45a6a007fc8bae37d/index.js#L81 ...
Thorn1089
- 4
- Opened on Jun 19, 2017
- #37
as soon as I set lib in tsconfig.json all of my typescript files are failing to compile with this helpful message:
17:57:27 - error: Compiling of File.ts failed. TypeError: Cannot read property lineMap ...
JLarky
- 6
- Opened on May 24, 2017
- #35

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.