Alex Rickabaugh
0af03beaed
release: cut the 5.0.0-beta.0 release
2017-07-19 13:12:50 -07:00
Alex Rickabaugh
4fbb5b29ea
release: cut the 4.3.0 release
2017-07-14 12:50:40 -07:00
Chuck Jazdzewski
ddb766e456
feat(compiler): do not evaluate metadata expressions that can use references ( #18001 )
2017-07-13 16:16:56 -07:00
Chuck Jazdzewski
45ffe54ae4
fix(tsc-wrapped): support as and class expressions ( #16904 )
2017-07-13 15:17:16 -07:00
Chuck Jazdzewski
ce0f4f0d7c
fix(tsc-wrapped): report errors for invalid ast forms ( #17994 )
...
Fixes : #17993
2017-07-13 14:55:59 -07:00
Jason Aden
8928a58796
release: cut the 4.3.0-rc.0 release
2017-07-07 22:07:13 -07:00
Victor Berchet
c723d42d0a
refactor: fix typos ( #18000 )
2017-07-07 16:55:17 -07:00
Chuck Jazdzewski
cb16e9c747
fix(tsc-wrapped): emit exports metadata in flat modules ( #17893 )
...
Fixes : #17888
2017-07-07 08:46:42 -07:00
Matias Niemelä
1cfe67dac4
release: cut the 4.3.0-beta.1 release
2017-06-29 14:38:52 -07:00
Chuck Jazdzewski
3097083277
feat(compiler-cli): new compiler api and command-line using TypeScript transformers
2017-06-23 16:18:44 -07:00
Hans Larsen
20a04f9076
release: cut the 4.3.0-beta.0 release
2017-06-21 17:16:04 -07:00
Chuck Jazdzewski
46ddf501a9
fix(tsc-wrapped): skip collecting metadata for default functions
...
Fixes : #17518
2017-06-20 14:22:49 -07:00
Alex Rickabaugh
e95062d1df
release: cut the 4.2.2 release
2017-06-12 15:50:10 -07:00
Tobias Bosch
ed73d4f3ac
refactor(compiler): don’t always compile `.ngfactory.ts` files by default
...
This puts the behavior introduced in 573b8611bc
behind the new flag
`alwaysCompileGeneratedCode` to not break users that might have relied
on this behavior.
2017-06-12 15:27:02 -07:00
Alex Rickabaugh
8575e3f71c
release: cut the 4.2.1 release
2017-06-09 16:04:09 -07:00
Tobias Bosch
90b0713e32
refactor(compiler): don’t write summaries for jit by default
...
The default is false externally but true internally at Google.
2017-06-09 15:58:53 -07:00
David Herges
3a99af2696
docs(packaging): update homepage in @angular/tsc-wrapped ( #17352 )
...
Motivation: `yarn outdated`, for exmaple, shows the homepage URL on the command line. If copy-pasting or clicking on the URL, it's nice to see the repo's page instead of a 404.
2017-06-09 13:35:23 -07:00
Alex Rickabaugh
8e5beb024f
release: cut the 4.2.0 release
2017-06-08 15:38:20 -07:00
Victor Berchet
8e7a3f031b
release: cut the 4.2.0-rc.2 release
2017-06-01 14:25:19 -07:00
Paul Gschwendtner
ea8a43def0
feat(tsc-wrapped): always convert shorthand imports ( #16898 )
...
Now converts shorthand imports for every TypeScript target. Tsickle is able to expand index shorthand imports for every TypeScript target and module possibility.
Expanding shorthand imports for CommonJS modules is also helpful when testing in the browser. Module loaders like SystemJS are not able to understand directory imports (or index shorthand imports)
2017-05-30 10:46:54 -07:00
Chuck Jazdzewski
a1724f7816
release: cut the 4.2.0-rc.1 release
2017-05-26 14:32:20 -07:00
Tobias Bosch
573b8611bc
fix(compiler): compile `.ngfactory.ts` files even if nobody references them. ( #16899 )
...
This is especially important for library authors, as they will
not reference the .ngfactory.ts files.
Fixes #16741
2017-05-25 11:00:26 -06:00
Chuck Jazdzewski
1651a8f189
fix(tsc-wrapped): ignore `|null` and `|undefined` when collecting types ( #16222 )
2017-05-23 11:53:38 -06:00
Chuck Jazdzewski
6e41add867
feat(tsc-wrapped): support template literals in metadata collection ( #16880 )
...
Fixes : #16876
2017-05-22 12:19:09 -06:00
Chuck Jazdzewski
11c10b2ab8
fix(tsc-wrapped): resolve short-hand literal values to locals ( #16873 )
...
Fixes : #16872
2017-05-22 11:18:44 -06:00
Jason Aden
9081f84543
release: cut the 4.2.0-rc.0 release
2017-05-19 15:54:52 -07:00
Jason Aden
0f0b9896b7
release: cut the 4.2.0-beta.1 release
2017-05-10 16:26:34 -07:00
Matias Niemelä
59d62bc5aa
release: cut the 4.2.0-beta.0 version
2017-05-04 14:37:20 -07:00
Olivier Combe
6e2abcd5fc
feat(compiler-cli): add param to set MissingTranslationStrategy on ngc ( #15987 )
...
This commit adds a new parameter to ngc named `missingTranslation` to set the MissingTranslationStrategy for AoT, it takes the value `error`, `warning` or `ignore`.
Fixes #15808
PR Close #15987
2017-04-27 17:38:59 -05:00
Miško Hevery
cb35c26d70
release: cut the 4.1.0 release
2017-04-26 10:49:19 -05:00
Miško Hevery
b37f5fc59b
release: cut the 4.1.0-rc.0 release
2017-04-21 00:12:10 -05:00
Victor Berchet
cd29d68f3c
refactor(tsc-wrapped): cleanup ( #16178 )
...
PR Close #16178
2017-04-19 22:46:23 -05:00
Victor Berchet
014594fe8f
feat: add support for TS 2.3
2017-04-18 08:28:55 -07:00
Victor Berchet
3c8a61e40c
feat: add support for TS 2.2
2017-04-18 08:28:55 -07:00
Chuck Jazdzewski
70b1d6dd9d
fix(tsc-wrapped): collect new expressions with no arguments ( #15908 )
...
Fixes #15906
2017-04-13 11:53:26 -07:00
Hans Larsen
3ad0cc5736
release: cut the 4.1.0-beta.1 release
2017-04-12 14:39:22 -07:00
Paul Gschwendtner
96aa2365ae
fix(tsc-wrapped): ensure valid path separators in metadata
...
* Fixes that `tsc-wrapped` stores invalid path separators in the bundled metadata files. Previous errors could have been: `Cannot find module '.corecoordinationnique-selection-dispatcher'.` (See https://github.com/angular/material2/issues/3834 )
* Fixes failing tests on Windows. Now all tooling tests are green on Windows.
Related to #15403
2017-04-10 16:01:38 -06:00
Victor Berchet
6388768d73
release: cut the 4.1.0-beta.0 release
2017-03-29 16:55:47 -07:00
Victor Berchet
1ba296644d
release: cut the 4.0.0 release
2017-03-23 16:45:16 -07:00
Igor Minar
ee03418b10
release: cut the 4.0.0-rc.6 release
2017-03-22 23:09:47 -07:00
Chuck Jazdzewski
c58499786c
fix(tsc-wrapped): use windows friendly path normalization in bundler ( #15374 )
...
Fixes #15289
PR Close #15374
2017-03-21 22:30:57 -05:00
Chuck Jazdzewski
7354949763
feat(tsc-wrapped): record original location of flattened symbols ( #15367 )
...
Added an "origins" section to the flat module `.metadata.json` files
that records where the original symbols was declared. This allows
correctly calculating relative path references recorded in metadata.
2017-03-21 19:05:00 -05:00
Chuck Jazdzewski
6e9264a79c
fix(tsc-wrapped): emit flat module format correctly on Windows ( #15215 )
...
File name needed to be normalized before comparison when using
synthetic file names.
Fixes #15192
PR Close #15215
2017-03-17 15:35:28 -05:00
Chuck Jazdzewski
52bed7f9b3
release: cut the 4.0.0-rc.5 release
2017-03-17 10:16:53 -07:00
Chuck Jazdzewski
4e25601c4d
release: cut the 4.0.0-rc.4 release
2017-03-16 20:10:53 -07:00
Tobias Bosch
c0e05e6f03
fix(tsc-wrapped): emit js files in all cases
2017-03-16 12:56:56 -07:00
Lucas Sloan
73a46205a0
build(tsc-wrapped): update tsickle to version 0.21.6
...
Update tsickle to version 0.21.6 which fixes a bug where input source maps which specified filenames differently than the names supplied to tsc didn't get composed with tsc's source maps. Also adds a test that the bug was fixed.
2017-03-16 12:56:56 -07:00
Chuck Jazdzewski
b00fe20afd
fix(compiler): support interface types in injectable constuctors ( #14894 )
...
Fixes #12631
2017-03-15 09:24:56 -07:00
Lucas Sloan
5c0ea20bd0
build(tsc-wrapped): use tsickleCompilerHost for initial file load
...
In order for tsickle's new support for input source maps to work, the tsickleCompilerHost must be used for the initial load of source files, since that's when the inline source maps are read and stripped.
2017-03-15 09:23:36 -07:00
Tobias Bosch
1cff1250ba
refactor: remove old compiler options ( #14891 )
...
DEPRECATION:
- `CompilerOptions.debug` has no effect any more, as the compiler
always produces the same code independent of debug mode.
2017-03-07 11:16:27 -08:00