issues
search
dart-archive
/
ts2dart
ts2dart TypeScript to Dart transpiler
Apache License 2.0
181
stars
62
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
TS2 Support
#373
knownasilya
closed
7 years ago
1
Add ability to install globally and execute as command line app
#372
luisvt
closed
8 years ago
13
Unexpected token error with simplest typescript code
#371
aleksfes
closed
8 years ago
4
add @ts2dart_const to constructor
#370
mhevery
closed
8 years ago
1
add @ts2dart_const to constructor
#369
mhevery
opened
8 years ago
0
Parameter initializers (default values) should be const
#368
mhevery
opened
8 years ago
2
fix: Future.{value,error} are named constructors, not statics
#367
ochafik
closed
8 years ago
3
Generate const Providers
#366
mhevery
closed
8 years ago
1
Fix RegExp.exec (#194)
#365
ochafik
closed
8 years ago
2
feat: transpile console.log to print (#352)
#364
ochafik
closed
8 years ago
1
feat: ignore return types on function expressions.
#363
mprobst
closed
8 years ago
2
Unnecessary cast
#362
mhevery
closed
8 years ago
1
Type information lost in named parameter list (part 2)
#361
mhevery
closed
8 years ago
5
Compile rest parameters to untyped Function objects
#360
mhevery
closed
8 years ago
5
Reified collections with const generate invalid code
#359
mhevery
closed
8 years ago
0
support function types
#358
mhevery
closed
8 years ago
2
Type information lost in named parameter list
#357
mhevery
closed
8 years ago
1
Better support for reified types on literals.
#356
mhevery
closed
8 years ago
6
FunctionExpression assignment with explicit return type fails to transpile
#355
traviskaufman
closed
8 years ago
1
fix(expression): ensure bitwise operations avoid unecessary casting
#354
matsko
closed
8 years ago
1
fix: ensure that numbers are temporarily casted to ints for bitwise operations
#353
matsko
closed
8 years ago
2
Support `console.log`
#352
tbosch
opened
8 years ago
1
Switch to version of dart-style that does not pollute global
#351
jacob314
closed
8 years ago
2
DDC style generic method
#350
mprobst
closed
8 years ago
1
print errors to stderr
#349
alexeagle
closed
8 years ago
0
Preserve generic methods for DDC
#348
mhevery
closed
8 years ago
7
Should preserve inline comments
#347
mhevery
opened
8 years ago
1
Translate new Array<T>(123) to new List<T>(123)
#346
mhevery
closed
8 years ago
1
fix(): allow the caller (or CLI) to specify a root directory for typings
#345
hansl
closed
8 years ago
5
fix(): add a lenientTypingFileCheck option to only check the end of the path
#344
hansl
closed
8 years ago
2
Sanitize TypeScript doc strings to remove tags not recognized by dartdoc
#343
vikerman
closed
8 years ago
1
Move all root-level executable javascript into `main`
#342
DavidSouther
opened
8 years ago
0
Sanitize Typescript document comments to remove tags not supported by dartdoc
#341
vikerman
closed
8 years ago
0
Implement an inlined facade for Promises
#340
hansl
closed
8 years ago
7
fix(): remove `(../)*node_modules` from every file name, and use FC for identifiers on new expressions.
#339
hansl
closed
8 years ago
1
feat(facade): translate the Promise type without explicit re-export
#338
alexeagle
closed
8 years ago
0
emitImports doesn't work for instanceof
#337
alexeagle
opened
8 years ago
0
fix(): allow facades to be in node_modules.
#336
hansl
closed
8 years ago
2
fix(decorators): support decorators applied to abstract classes
#335
vsavkin
closed
8 years ago
0
feat(): Add support for void generic argument, which translates to dynamic
#334
hansl
closed
8 years ago
2
fix(test): Move e2e tests to Dart 'test' from deprecated 'unittest' package
#333
vikerman
closed
8 years ago
2
chore: Pin version of unittest Dart package used in e2e tests.
#332
vikerman
closed
8 years ago
1
Move Dart e2e tests to test package from unittest
#331
vikerman
closed
8 years ago
0
feat(): Support for-of statements.
#330
hansl
closed
8 years ago
1
feat: add .idea/ as an IDE file to ignore in gitignore.
#329
hansl
closed
8 years ago
1
chore(facade): allow es6 methods to be defined in another location.
#328
alexeagle
closed
8 years ago
1
Integrate Dart Formatter directly into ts2dart for cleaner output
#327
jacob314
closed
8 years ago
3
fix breaking changes in API introduces in TS-1.8
#326
vladima
closed
8 years ago
3
Upgrade TypeScript dependency to 1.8-beta (including baseurl resolution)
#325
mprobst
closed
8 years ago
2
chore(facade): allow es6-collections or es6-shim
#324
alexeagle
closed
8 years ago
1
Next