Merge branch 'master' of github.com:NativeScript/NativeScript

# Conflicts:
#	.eslintrc.json
#	packages/core/ui/core/bindable/index.ts
#	tsconfig.eslint.json
This commit is contained in:
Martin Guillon
2021-05-05 10:17:27 +02:00
51 changed files with 122 additions and 92 deletions

View File

@ -1,5 +1,4 @@
import * as tslibType from 'tslib';
// eslint-disable-next-line @typescript-eslint/no-var-requires
const tslib: typeof tslibType = require('tslib');
import { Observable } from '../data/observable';
import { trace as profilingTrace, time, uptime, level as profilingLevel } from '../profiling';