|
2800 | 2800 | }
|
2801 | 2801 | ]
|
2802 | 2802 | },
|
| 2803 | + { |
| 2804 | + "kind": "Property", |
| 2805 | + "canonicalReference": "@csstools/css-tokenizer!ParseError#astNode:member", |
| 2806 | + "docComment": "/**\n * The associated AST node.\n */\n", |
| 2807 | + "excerptTokens": [ |
| 2808 | + { |
| 2809 | + "kind": "Content", |
| 2810 | + "text": "astNode?: " |
| 2811 | + }, |
| 2812 | + { |
| 2813 | + "kind": "Content", |
| 2814 | + "text": "unknown" |
| 2815 | + }, |
| 2816 | + { |
| 2817 | + "kind": "Content", |
| 2818 | + "text": ";" |
| 2819 | + } |
| 2820 | + ], |
| 2821 | + "isReadonly": false, |
| 2822 | + "isOptional": true, |
| 2823 | + "releaseTag": "Public", |
| 2824 | + "name": "astNode", |
| 2825 | + "propertyTypeTokenRange": { |
| 2826 | + "startIndex": 1, |
| 2827 | + "endIndex": 2 |
| 2828 | + }, |
| 2829 | + "isStatic": false, |
| 2830 | + "isProtected": false, |
| 2831 | + "isAbstract": false |
| 2832 | + }, |
2803 | 2833 | {
|
2804 | 2834 | "kind": "Property",
|
2805 | 2835 | "canonicalReference": "@csstools/css-tokenizer!ParseError#parserState:member",
|
|
2902 | 2932 | },
|
2903 | 2933 | "implementsTokenRanges": []
|
2904 | 2934 | },
|
| 2935 | + { |
| 2936 | + "kind": "Variable", |
| 2937 | + "canonicalReference": "@csstools/css-tokenizer!ParseErrorMessage:var", |
| 2938 | + "docComment": "", |
| 2939 | + "excerptTokens": [ |
| 2940 | + { |
| 2941 | + "kind": "Content", |
| 2942 | + "text": "ParseErrorMessage: " |
| 2943 | + }, |
| 2944 | + { |
| 2945 | + "kind": "Content", |
| 2946 | + "text": "{\n UnexpectedNewLineInString: string;\n UnexpectedEOFInString: string;\n UnexpectedEOFInComment: string;\n UnexpectedEOFInURL: string;\n UnexpectedEOFInEscapedCodePoint: string;\n UnexpectedCharacterInURL: string;\n InvalidEscapeSequenceInURL: string;\n InvalidEscapeSequenceAfterBackslash: string;\n}" |
| 2947 | + } |
| 2948 | + ], |
| 2949 | + "fileUrlPath": "dist/_types/interfaces/error.d.ts", |
| 2950 | + "isReadonly": true, |
| 2951 | + "releaseTag": "Public", |
| 2952 | + "name": "ParseErrorMessage", |
| 2953 | + "variableTypeTokenRange": { |
| 2954 | + "startIndex": 1, |
| 2955 | + "endIndex": 2 |
| 2956 | + } |
| 2957 | + }, |
| 2958 | + { |
| 2959 | + "kind": "Class", |
| 2960 | + "canonicalReference": "@csstools/css-tokenizer!ParseErrorWithToken:class", |
| 2961 | + "docComment": "", |
| 2962 | + "excerptTokens": [ |
| 2963 | + { |
| 2964 | + "kind": "Content", |
| 2965 | + "text": "export declare class ParseErrorWithToken extends " |
| 2966 | + }, |
| 2967 | + { |
| 2968 | + "kind": "Reference", |
| 2969 | + "text": "ParseError", |
| 2970 | + "canonicalReference": "@csstools/css-tokenizer!ParseError:class" |
| 2971 | + }, |
| 2972 | + { |
| 2973 | + "kind": "Content", |
| 2974 | + "text": " " |
| 2975 | + } |
| 2976 | + ], |
| 2977 | + "fileUrlPath": "dist/_types/interfaces/error.d.ts", |
| 2978 | + "releaseTag": "Public", |
| 2979 | + "isAbstract": false, |
| 2980 | + "name": "ParseErrorWithToken", |
| 2981 | + "preserveMemberOrder": false, |
| 2982 | + "members": [ |
| 2983 | + { |
| 2984 | + "kind": "Constructor", |
| 2985 | + "canonicalReference": "@csstools/css-tokenizer!ParseErrorWithToken:constructor(1)", |
| 2986 | + "docComment": "/**\n * Constructs a new instance of the `ParseErrorWithToken` class\n */\n", |
| 2987 | + "excerptTokens": [ |
| 2988 | + { |
| 2989 | + "kind": "Content", |
| 2990 | + "text": "constructor(message: " |
| 2991 | + }, |
| 2992 | + { |
| 2993 | + "kind": "Content", |
| 2994 | + "text": "string" |
| 2995 | + }, |
| 2996 | + { |
| 2997 | + "kind": "Content", |
| 2998 | + "text": ", sourceStart: " |
| 2999 | + }, |
| 3000 | + { |
| 3001 | + "kind": "Content", |
| 3002 | + "text": "number" |
| 3003 | + }, |
| 3004 | + { |
| 3005 | + "kind": "Content", |
| 3006 | + "text": ", sourceEnd: " |
| 3007 | + }, |
| 3008 | + { |
| 3009 | + "kind": "Content", |
| 3010 | + "text": "number" |
| 3011 | + }, |
| 3012 | + { |
| 3013 | + "kind": "Content", |
| 3014 | + "text": ", parserState: " |
| 3015 | + }, |
| 3016 | + { |
| 3017 | + "kind": "Reference", |
| 3018 | + "text": "Array", |
| 3019 | + "canonicalReference": "!Array:interface" |
| 3020 | + }, |
| 3021 | + { |
| 3022 | + "kind": "Content", |
| 3023 | + "text": "<string>" |
| 3024 | + }, |
| 3025 | + { |
| 3026 | + "kind": "Content", |
| 3027 | + "text": ", token: " |
| 3028 | + }, |
| 3029 | + { |
| 3030 | + "kind": "Reference", |
| 3031 | + "text": "CSSToken", |
| 3032 | + "canonicalReference": "@csstools/css-tokenizer!CSSToken:type" |
| 3033 | + }, |
| 3034 | + { |
| 3035 | + "kind": "Content", |
| 3036 | + "text": ");" |
| 3037 | + } |
| 3038 | + ], |
| 3039 | + "releaseTag": "Public", |
| 3040 | + "isProtected": false, |
| 3041 | + "overloadIndex": 1, |
| 3042 | + "parameters": [ |
| 3043 | + { |
| 3044 | + "parameterName": "message", |
| 3045 | + "parameterTypeTokenRange": { |
| 3046 | + "startIndex": 1, |
| 3047 | + "endIndex": 2 |
| 3048 | + }, |
| 3049 | + "isOptional": false |
| 3050 | + }, |
| 3051 | + { |
| 3052 | + "parameterName": "sourceStart", |
| 3053 | + "parameterTypeTokenRange": { |
| 3054 | + "startIndex": 3, |
| 3055 | + "endIndex": 4 |
| 3056 | + }, |
| 3057 | + "isOptional": false |
| 3058 | + }, |
| 3059 | + { |
| 3060 | + "parameterName": "sourceEnd", |
| 3061 | + "parameterTypeTokenRange": { |
| 3062 | + "startIndex": 5, |
| 3063 | + "endIndex": 6 |
| 3064 | + }, |
| 3065 | + "isOptional": false |
| 3066 | + }, |
| 3067 | + { |
| 3068 | + "parameterName": "parserState", |
| 3069 | + "parameterTypeTokenRange": { |
| 3070 | + "startIndex": 7, |
| 3071 | + "endIndex": 9 |
| 3072 | + }, |
| 3073 | + "isOptional": false |
| 3074 | + }, |
| 3075 | + { |
| 3076 | + "parameterName": "token", |
| 3077 | + "parameterTypeTokenRange": { |
| 3078 | + "startIndex": 10, |
| 3079 | + "endIndex": 11 |
| 3080 | + }, |
| 3081 | + "isOptional": false |
| 3082 | + } |
| 3083 | + ] |
| 3084 | + }, |
| 3085 | + { |
| 3086 | + "kind": "Property", |
| 3087 | + "canonicalReference": "@csstools/css-tokenizer!ParseErrorWithToken#token:member", |
| 3088 | + "docComment": "/**\n * The associated token.\n */\n", |
| 3089 | + "excerptTokens": [ |
| 3090 | + { |
| 3091 | + "kind": "Content", |
| 3092 | + "text": "token: " |
| 3093 | + }, |
| 3094 | + { |
| 3095 | + "kind": "Reference", |
| 3096 | + "text": "CSSToken", |
| 3097 | + "canonicalReference": "@csstools/css-tokenizer!CSSToken:type" |
| 3098 | + }, |
| 3099 | + { |
| 3100 | + "kind": "Content", |
| 3101 | + "text": ";" |
| 3102 | + } |
| 3103 | + ], |
| 3104 | + "isReadonly": false, |
| 3105 | + "isOptional": false, |
| 3106 | + "releaseTag": "Public", |
| 3107 | + "name": "token", |
| 3108 | + "propertyTypeTokenRange": { |
| 3109 | + "startIndex": 1, |
| 3110 | + "endIndex": 2 |
| 3111 | + }, |
| 3112 | + "isStatic": false, |
| 3113 | + "isProtected": false, |
| 3114 | + "isAbstract": false |
| 3115 | + } |
| 3116 | + ], |
| 3117 | + "extendsTokenRange": { |
| 3118 | + "startIndex": 1, |
| 3119 | + "endIndex": 2 |
| 3120 | + }, |
| 3121 | + "implementsTokenRanges": [] |
| 3122 | + }, |
2905 | 3123 | {
|
2906 | 3124 | "kind": "Function",
|
2907 | 3125 | "canonicalReference": "@csstools/css-tokenizer!stringify:function(1)",
|
|
0 commit comments