Manol Donev
4f39fb728b
chore: update tslint rules ( #7391 )
2019-06-26 15:13:48 +03:00
Manol Donev
b20e771552
chore: remove deprecated apis for ns 6.0 ( #7382 )
2019-06-25 16:52:01 +03:00
Manol Donev
ecd9fc3e9d
feat: bundle workflow support ( #7337 )
2019-06-20 15:58:36 +03:00
Manol Donev
34fe24732d
chore: deprecate utils.ios.getter ( #7054 )
2019-03-22 17:33:21 +02:00
Martin Yankov
4d3ecb9229
chore: update tests app short imports
2019-03-21 11:29:05 +02:00
Manol Donev
03cfc0cee3
chore(tslint): update tslint rules and fix errors ( #5747 )
...
* chore(tslint): fix tslint config & errors
* chore(tslint): enable double quotes, whitespace, and arrow-return-shorthand rules and fix errors
2018-04-26 18:36:32 +03:00
Hristo Deshev
629eb6e683
Use relative imports in tns-core-modules.
...
Use tns-core-modules/* imports in outside code (apps, tests, etc)
2017-03-13 14:37:59 +02:00
Hristo Deshev
b45cbe929b
No more ambient modules for tns-core-modules/* subpackages.
...
- Use path mappings in tsconfig.json to resolve module typings
- Only use ambient mobules for global API's
- Move single-file modules to a subdir with the same name so that
we can provide a hand-written typing next to it (via package.json)
- Delete all mentions of tns-core-modules.d.ts
- Delete reference d.ts assembly build steps. Not needed anymore.
- HACK! Use a <reference> for global typings in application.d.ts
to avoid publishing a separate @types/tns-core-modules package.
- Rename declarations.d.ts to tns-core-modules.d.ts to preserve
JS project mappings in references.d.ts (the only place we use those)
2017-03-07 17:59:02 +02:00
vakrilov
819155fb18
Minor fixes + more green tests
2017-01-12 16:20:38 +02:00
PanayotCankov
7931ecd4f8
Fix tslint errors
2016-12-21 17:42:31 +02:00
PanayotCankov
d10ca1da03
Fix the last several errors
2016-12-20 13:36:10 +02:00
Panayot Cankov
e90e2de927
Revert tests for Length where NaN or number was used
2016-12-19 15:53:44 +02:00
Panayot Cankov
6feeb140e3
Fixing type errors in tests
2016-12-19 10:36:25 +02:00
Panayot Cankov
05cd636fc8
npm scripts for typechecking public .d.ts-es and running tslint ( #2934 )
...
* npm scripts for typechecking public .d.ts-es and running tslint
* Update test.ts
2016-10-27 15:18:54 +03:00
Panayot Cankov
e895f37f0b
Apply getter check to determine if API is exposed as property or as method for iOS backward compatibility
2016-09-12 14:38:54 +03:00
Panayot Cankov
e135c20b14
Rename the files
2016-05-26 14:30:25 +03:00