Skip to content

fix: fix compilation errors for the whole project#1864

Merged
hansl merged 6 commits intoangular:masterfrom
hansl:tsc
Aug 28, 2016
Merged

fix: fix compilation errors for the whole project#1864
hansl merged 6 commits intoangular:masterfrom
hansl:tsc

Conversation

@hansl
Copy link
Contributor

@hansl hansl commented Aug 28, 2016

Also uses ts-node now, locally, which is slower but more consistent for sourcemaps and errors.

For the next release we will publish javascript files, so speed in typescript will not be an issue.

@googlebot
Copy link

CLAs look good, thanks!

package.json Outdated
"build-config-interface": "dtsgen lib/config/schema.json --out lib/config/schema.d.ts",
"eslint": "eslint .",
"tslint": "tslint \"**/*.ts\" -c tslint.json -e \"**/blueprints/*/files/**/*.ts\" -e \"node_modules/**\" -e \"tmp/**\"",
"tslint": "tslint '**/*.ts' -c tslint.json -e '**/blueprints/*/files/**/*.ts' -e 'node_modules/**' -e 'tmp/**' -e 'dist/**'",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert the \" to ' change please. It's a windows compatibility thing, it really needs to be \".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@hansl hansl merged commit 8be7096 into angular:master Aug 28, 2016
@hansl hansl deleted the tsc branch August 28, 2016 22:54
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants