mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactor(core): zero circulars + esm ready (#10770)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { Trace } from '../../trace';
|
||||
import { CoreTypes } from '../../core-types';
|
||||
import { Length } from './style-properties';
|
||||
import { Length } from './length-shared';
|
||||
|
||||
export function cleanupImportantFlags(value: unknown, propertyName: string) {
|
||||
if (typeof value !== 'string') {
|
||||
|
||||
Reference in New Issue
Block a user