mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat: update android typings to include @deprecated attributes (#7364)
* feat: added tslint rule for deprecation turned off * feat: updated android dts files to include @deprecated
This commit is contained in:
committed by
Manol Donev
parent
94629ce86c
commit
5f9eabdf17
@@ -3,6 +3,7 @@
|
||||
"arrow-return-shorthand": true,
|
||||
"class-name": true,
|
||||
"curly": true,
|
||||
"deprecation": false,
|
||||
"forin": false,
|
||||
"indent": [true, "spaces", 4],
|
||||
"jsdoc-format": false,
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
"typedoc": "typedoc --tsconfig tsconfig.typedoc.json --out bin/dist/apiref --includeDeclarations --name NativeScript --theme ./node_modules/nativescript-typedoc-theme --excludeExternals --externalPattern \"**/+(tns-core-modules|module).d.ts\"",
|
||||
"dev-typedoc": "npm run typedoc && cd bin/dist/apiref && npx http-server",
|
||||
"test-tsc-es2016": "npm run tsc -- -p tsconfig.public.es2016.json",
|
||||
"tslint": "tslint --config build/tslint.json 'tns-core-modules/**/*.ts' 'tests/**/*.ts' 'apps/**/*.ts' 'e2e/**/*.ts' -e '**/node_modules/**' -e '**/platforms/**'",
|
||||
"tslint": "tslint --project tsconfig.json --config build/tslint.json 'tns-core-modules/**/*.ts' 'tests/**/*.ts' 'apps/**/*.ts' 'e2e/**/*.ts' -e '**/node_modules/**' -e '**/platforms/**'",
|
||||
"madge-ios": "tsc --skipLibCheck && tns prepare ios --path tests && madge --circular tests/platforms/ios/tests/app/tns_modules/tns-core-modules",
|
||||
"madge-ios-image": "tsc --skipLibCheck && tns prepare ios --path tests && madge --image graph-tests-ios.svg tests/platforms/ios/tests/app/tns_modules/tns-core-modules",
|
||||
"madge-android": "tsc --skipLibCheck && tns prepare android --path tests && madge --circular tests/platforms/android/app/src/main/assets/app/tns_modules/tns-core-modules",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
3090
tns-platform-declarations/android/androidx-17.d.ts
vendored
3090
tns-platform-declarations/android/androidx-17.d.ts
vendored
File diff suppressed because it is too large
Load Diff
3136
tns-platform-declarations/android/androidx-23.d.ts
vendored
3136
tns-platform-declarations/android/androidx-23.d.ts
vendored
File diff suppressed because it is too large
Load Diff
3643
tns-platform-declarations/android/androidx-26.d.ts
vendored
3643
tns-platform-declarations/android/androidx-26.d.ts
vendored
File diff suppressed because it is too large
Load Diff
3634
tns-platform-declarations/android/androidx-28.d.ts
vendored
3634
tns-platform-declarations/android/androidx-28.d.ts
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user