https://github.com/angular/angular
Revision 8c660fbab2074350b7112261c3ecdfb6b37c7f71 authored by atscott on 03 August 2021, 21:48:52 UTC, committed by atscott on 03 August 2021, 22:38:56 UTC
This reverts commit f08516db09df64c075f273159a15f80c792c96f0.

PR Close #43033
1 parent f55c1c9
Raw File
Tip revision: 8c660fbab2074350b7112261c3ecdfb6b37c7f71 authored by atscott on 03 August 2021, 21:48:52 UTC
Revert "fix(compiler): include leading whitespace in source-spans of i18n messages (#42062)" (#43033)
Tip revision: 8c660fb
.gitignore
.DS_STORE

/dist/
/bazel-out
/integration/bazel/bazel-*
*.log
node_modules

# Include when developing application packages.
pubspec.lock
.c9
.idea/
.devcontainer/*
!.devcontainer/README.md
!.devcontainer/recommended-devcontainer.json
!.devcontainer/recommended-Dockerfile
.settings/
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
*.swo
*.swp
modules/.settings
modules/.vscode
.vimrc
.nvimrc

# Don't check in secret files
*secret.js

# Ignore npm/yarn debug log
npm-debug.log
yarn-error.log

# build-analytics
.build-analytics

# rollup-test output
/modules/rollup-test/dist/

# User specific bazel settings
.bazelrc.user

# User specific ng-dev settings
.ng-dev.user*

.notes.md
baseline.json

# Ignore .history for the xyz.local-history VSCode extension
.history

# CLDR data
tools/gulp-tasks/cldr/cldr-data/

# Husky
.husky/_
back to top