mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
More friendly Css parser error messages
This commit is contained in:
1
trace/trace.d.ts
vendored
1
trace/trace.d.ts
vendored
@@ -68,6 +68,7 @@ declare module "trace" {
|
||||
export var Navigation: string;
|
||||
export var Test: string;
|
||||
export var Binding: string;
|
||||
export var Error: string;
|
||||
|
||||
export var All: string;
|
||||
|
||||
|
||||
@@ -107,7 +107,8 @@ export module categories {
|
||||
export var Navigation = "Navigation";
|
||||
export var Test = "Test";
|
||||
export var Binding = "Binding";
|
||||
export var All = VisualTreeEvents + "," + Layout + "," + Style + "," + ViewHierarchy + "," + NativeLifecycle + "," + Debug + "," + Navigation + "," + Test + "," + Binding;
|
||||
export var Error = "Error";
|
||||
export var All = VisualTreeEvents + "," + Layout + "," + Style + "," + ViewHierarchy + "," + NativeLifecycle + "," + Debug + "," + Navigation + "," + Test + "," + Binding + "," + Error;
|
||||
|
||||
export var separator = ",";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user