New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lwc/errors

Package Overview
Dependencies
Maintainers
11
Versions
825
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwc/errors - npm Package Compare versions

Comparing version

to
0.36.0-beta1

118

dist/commonjs/compiler/error-info/compiler.js

@@ -16,4 +16,4 @@ "use strict";

code: 1001,
message: "Unexpected compilation error: {0}",
level: types_1.DiagnosticLevel.Error
message: 'Unexpected compilation error: {0}',
level: types_1.DiagnosticLevel.Error,
};

@@ -23,83 +23,83 @@ exports.CompilerValidationErrors = {

code: 1012,
message: "Expected a boolean for stylesheetConfig.customProperties.allowDefinition, received \"{0}\".",
message: 'Expected a boolean for stylesheetConfig.customProperties.allowDefinition, received "{0}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_COMPAT_PROPERTY: {
code: 1013,
message: "Expected a boolean for outputConfig.compat, received \"{0}\".",
message: 'Expected a boolean for outputConfig.compat, received "{0}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_ENV_ENTRY_VALUE: {
code: 1014,
message: "Expected a string for outputConfig.env[\"{0}\"], received \"{1}\".",
message: 'Expected a string for outputConfig.env["{0}"], received "{1}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_ENV_PROPERTY: {
code: 1015,
message: "Expected an object for outputConfig.env, received \"{0}\".",
message: 'Expected an object for outputConfig.env, received "{0}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_FILES_PROPERTY: {
code: 1016,
message: "Expected an object with files to be compiled.",
message: 'Expected an object with files to be compiled.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_MINIFY_PROPERTY: {
code: 1017,
message: "Expected a boolean for outputConfig.minify, received \"{0}\".",
message: 'Expected a boolean for outputConfig.minify, received "{0}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_NAME_PROPERTY: {
code: 1018,
message: "Expected a string for name, received \"{0}\".",
message: 'Expected a string for name, received "{0}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_NAMESPACE_PROPERTY: {
code: 1019,
message: "Expected a string for namespace, received \"{0}\".",
message: 'Expected a string for namespace, received "{0}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_RESOLUTION_PROPERTY: {
code: 1020,
message: "Expected an object for stylesheetConfig.customProperties.resolution, received \"{0}\".",
message: 'Expected an object for stylesheetConfig.customProperties.resolution, received "{0}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_SOURCEMAP_PROPERTY: {
code: 1021,
message: "Expected a boolean value for outputConfig.sourcemap, received \"{0}\".",
message: 'Expected a boolean value for outputConfig.sourcemap, received "{0}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_TYPE_PROPERTY: {
code: 1022,
message: "Expected either \"native\" or \"module\" for stylesheetConfig.customProperties.resolution.type, received \"{0}\".",
message: 'Expected either "native" or "module" for stylesheetConfig.customProperties.resolution.type, received "{0}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
MISSING_OPTIONS_OBJECT: {
code: 1023,
message: "Expected options object, received \"{0}\".",
message: 'Expected options object, received "{0}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
UNEXPECTED_FILE_CONTENT: {
code: 1024,
message: "Unexpected file content for \"{0}\". Expected a string, received \"{1}\".",
message: 'Unexpected file content for "{0}". Expected a string, received "{1}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
UNKNOWN_ENV_ENTRY_KEY: {
code: 1025,
message: "Unknown entry \"{0}\" in outputConfig.env.",
message: 'Unknown entry "{0}" in outputConfig.env.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -110,41 +110,41 @@ };

code: 1002,
message: "Error in module resolution: {0}",
message: 'Error in module resolution: {0}',
level: types_1.DiagnosticLevel.Warning,
url: ""
url: '',
},
IMPORTEE_RESOLUTION_FAILED: {
code: 1010,
message: "Failed to resolve entry for module \"{0}\".",
message: 'Failed to resolve entry for module "{0}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
IMPORTEE_RESOLUTION_FROM_IMPORTER_FAILED: {
code: 1011,
message: "Failed to resolve import \"{0}\" from \"{1}\". Please add \"{2}\" file to the component folder.",
message: 'Failed to resolve import "{0}" from "{1}". Please add "{2}" file to the component folder.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
NONEXISTENT_FILE: {
code: 1004,
message: "No such file {0}",
message: 'No such file {0}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
FOLDER_NAME_STARTS_WITH_CAPITAL_LETTER: {
code: 1116,
message: "Illegal folder name \"{0}\". The folder name must start with a lowercase character: \"{1}\".",
message: 'Illegal folder name "{0}". The folder name must start with a lowercase character: "{1}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
FOLDER_AND_FILE_NAME_CASE_MISMATCH: {
code: 1117,
message: "Failed to resolve \"{0}\". The file name must case match the component folder name \"{1}\".",
message: 'Failed to resolve "{0}". The file name must case match the component folder name "{1}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
IMPORT_AND_FILE_NAME_CASE_MISMATCH: {
code: 1118,
message: "Failed to resolve \"{0}\" from \"{1}\". Did you mean \"{2}\"?",
message: 'Failed to resolve "{0}" from "{1}". Did you mean "{2}"?',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -155,43 +155,43 @@ };

code: 1009,
message: "{0}",
message: '{0}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
CSS_IN_HTML_ERROR: {
code: 1026,
message: "An error occurred parsing inline CSS. {0}",
message: 'An error occurred parsing inline CSS. {0}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
HTML_TRANSFORMER_ERROR: {
code: 1008,
message: "{0}",
message: '{0}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_ID: {
code: 1027,
message: "Expect a string for id. Received {0}",
message: 'Expect a string for id. Received {0}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_SOURCE: {
code: 1006,
message: "Expect a string for source. Received {0}",
message: 'Expect a string for source. Received {0}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
JS_TRANSFORMER_ERROR: {
code: 1007,
message: "{0}",
message: '{0}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
NO_AVAILABLE_TRANSFORMER: {
code: 1005,
message: "No available transformer for \"{0}\"",
message: 'No available transformer for "{0}"',
level: types_1.DiagnosticLevel.Error,
url: ""
}
url: '',
},
};
//# sourceMappingURL=compiler.js.map

@@ -19,5 +19,5 @@ "use strict";

level: types_1.DiagnosticLevel.Error,
url: ''
}
url: '',
},
};
//# sourceMappingURL=jest-transformer.js.map

@@ -17,18 +17,18 @@ "use strict";

code: 1089,
message: "Invalid import. \"{0}\" doesn't have default export.",
message: 'Invalid import. "{0}" doesn\'t have default export.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_IMPORT_NAMESPACE_IMPORTS_NOT_ALLOWED: {
code: 1090,
message: "Invalid import. Namespace imports are not allowed on \"{0}\", instead use named imports \"import { {1} } from '{2}'\".",
message: 'Invalid import. Namespace imports are not allowed on "{0}", instead use named imports "import { {1} } from \'{2}\'".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_IMPORT_PROHIBITED_API: {
code: 1091,
message: "Invalid import. \"{0}\" is not part of the lwc api.",
message: 'Invalid import. "{0}" is not part of the lwc api.',
level: types_1.DiagnosticLevel.Error,
url: ""
}
url: '',
},
};

@@ -38,5 +38,5 @@ exports.DecoratorErrors = {

code: 1092,
message: "@wire expects an adapter as first parameter. @wire(adapter: WireAdapter, config?: any).",
message: '@wire expects an adapter as first parameter. @wire(adapter: WireAdapter, config?: any).',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -47,33 +47,33 @@ API_AND_TRACK_DECORATOR_CONFLICT: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
CONFIG_OBJECT_SHOULD_BE_SECOND_PARAMETER: {
code: 1094,
message: "@wire expects a configuration object expression as second parameter.",
message: '@wire expects a configuration object expression as second parameter.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
CONFLICT_WITH_ANOTHER_DECORATOR: {
code: 1095,
message: "@wire method or property cannot be used with @{0}",
message: '@wire method or property cannot be used with @{0}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
DUPLICATE_API_PROPERTY: {
code: 1096,
message: "Duplicate @api property \"{0}\".",
message: 'Duplicate @api property "{0}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
FUNCTION_IDENTIFIER_SHOULD_BE_FIRST_PARAMETER: {
code: 1097,
message: "@wire expects a function identifier as first parameter.",
message: '@wire expects a function identifier as first parameter.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
IMPORTED_FUNCTION_IDENTIFIER_SHOULD_BE_FIRST_PARAMETER: {
code: 1098,
message: "@wire expects a function identifier to be imported as first parameter.",
message: '@wire expects a function identifier to be imported as first parameter.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -84,33 +84,33 @@ INVALID_BOOLEAN_PUBLIC_PROPERTY: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_DECORATOR: {
code: 1100,
message: "Invalid decorator usage. Supported decorators ({0}) should be imported from \"{1}\"",
message: 'Invalid decorator usage. Supported decorators ({0}) should be imported from "{1}"',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_DECORATOR_TYPE: {
code: 1101,
message: "Invalid property of field type",
message: 'Invalid property of field type',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_DECORATOR_WITH_NAME: {
code: 1102,
message: "Invalid '{0}' decorator usage. Supported decorators ({1}) should be imported from \"{2}\"",
message: 'Invalid \'{0}\' decorator usage. Supported decorators ({1}) should be imported from "{2}"',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
IS_NOT_CLASS_PROPERTY_OR_CLASS_METHOD: {
code: 1103,
message: "\"@{0}\" can only be applied on class properties",
message: '"@{0}" can only be applied on class properties',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
IS_NOT_DECORATOR: {
code: 1104,
message: "\"{0}\" can only be used as a class decorator",
message: '"{0}" can only be used as a class decorator',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -121,3 +121,3 @@ ONE_WIRE_DECORATOR_ALLOWED: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -128,47 +128,47 @@ PROPERTY_CANNOT_BE_COMPUTED: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
PROPERTY_NAME_CANNOT_START_WITH_DATA: {
code: 1107,
message: "Invalid property name \"{0}\". Properties starting with \"data\" are reserved attributes.",
message: 'Invalid property name "{0}". Properties starting with "data" are reserved attributes.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
PROPERTY_NAME_CANNOT_START_WITH_ON: {
code: 1108,
message: "Invalid property name \"{0}\". Properties starting with \"on\" are reserved for event handlers.",
message: 'Invalid property name "{0}". Properties starting with "on" are reserved for event handlers.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
PROPERTY_NAME_IS_AMBIGUOUS: {
code: 1109,
message: "Ambiguous attribute name \"{0}\". \"{0}\" will never be called from template because its corresponding property is camel cased. Consider renaming to \"{1}\".",
message: 'Ambiguous attribute name "{0}". "{0}" will never be called from template because its corresponding property is camel cased. Consider renaming to "{1}".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
PROPERTY_NAME_IS_RESERVED: {
code: 1110,
message: "Invalid property name \"{0}\". \"{0}\" is a reserved attribute.",
message: 'Invalid property name "{0}". "{0}" is a reserved attribute.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
PROPERTY_NAME_PART_IS_RESERVED: {
code: 1111,
message: "Invalid property name \"{0}\". \"part\" is a future reserved attribute for web components.",
message: 'Invalid property name "{0}". "part" is a future reserved attribute for web components.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
SINGLE_DECORATOR_ON_SETTER_GETTER_PAIR: {
code: 1112,
message: "@api get {0} and @api set {0} detected in class declaration. Only one of the two needs to be decorated with @api.",
message: '@api get {0} and @api set {0} detected in class declaration. Only one of the two needs to be decorated with @api.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
TRACK_ONLY_ALLOWED_ON_CLASS_PROPERTIES: {
code: 1113,
message: "@track decorator can only be applied to class properties.",
message: '@track decorator can only be applied to class properties.',
level: types_1.DiagnosticLevel.Error,
url: ""
}
url: '',
},
};
//# sourceMappingURL=lwc-class.js.map

@@ -17,5 +17,5 @@ "use strict";

code: 1003,
message: "Invalid template",
message: 'Invalid template',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -26,16 +26,16 @@ OPTIONS_MUST_BE_OBJECT: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
UNKNOWN_IF_MODIFIER: {
code: 1029,
message: "Unknown if modifier {0}",
message: 'Unknown if modifier {0}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
UNKNOWN_OPTION_PROPERTY: {
code: 1030,
message: "Unknown option property {0}",
message: 'Unknown option property {0}',
level: types_1.DiagnosticLevel.Error,
url: ""
}
url: '',
},
};

@@ -45,11 +45,11 @@ exports.ParserDiagnostics = {

code: 1031,
message: "A style tag must not be empty",
message: 'A style tag must not be empty',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_STYLE_TAG_POSITION: {
code: 1032,
message: "Incorrectly positioned <style> element. The <style> element must be the first element in your template.",
message: 'Incorrectly positioned <style> element. The <style> element must be the first element in your template.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -60,33 +60,33 @@ INVALID_STYLE_TAG_FUNCTION_FORMAT: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
AMBIGUOUS_ATTRIBUTE_VALUE: {
code: 1034,
message: "Ambiguous attribute value {0}. " +
"If you want to make it a valid identifier you should remove the surrounding quotes {1}. " +
"If you want to make it a string you should escape it {2}.",
message: 'Ambiguous attribute value {0}. ' +
'If you want to make it a valid identifier you should remove the surrounding quotes {1}. ' +
'If you want to make it a string you should escape it {2}.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
AMBIGUOUS_ATTRIBUTE_VALUE_STRING: {
code: 1035,
message: "Ambiguous attribute value {0}. If you want to make it a string you should escape it {1}",
message: 'Ambiguous attribute value {0}. If you want to make it a string you should escape it {1}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
BOOLEAN_ATTRIBUTE_FALSE: {
code: 1036,
message: "To not set a boolean attribute, try <{0}> instead of <{0} {1}=\"{2}\">. " +
"To represent a false value, the attribute has to be omitted altogether.",
message: 'To not set a boolean attribute, try <{0}> instead of <{0} {1}="{2}">. ' +
'To represent a false value, the attribute has to be omitted altogether.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
BOOLEAN_ATTRIBUTE_TRUE: {
code: 1037,
message: "To set a boolean attributes, try <{0} {1}> instead of <{0} {1}=\"{2}\">. " +
"If the attribute is present, its value must either be the empty string " +
message: 'To set a boolean attributes, try <{0} {1}> instead of <{0} {1}="{2}">. ' +
'If the attribute is present, its value must either be the empty string ' +
"or a value that is an ASCII case -insensitive match for the attribute's canonical name " +
"with no leading or trailing whitespace.",
'with no leading or trailing whitespace.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -97,39 +97,39 @@ COMPUTED_PROPERTY_ACCESS_NOT_ALLOWED: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
DIRECTIVE_SHOULD_BE_EXPRESSION: {
code: 1039,
message: "{0} directive is expected to be an expression",
message: '{0} directive is expected to be an expression',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_ID_ATTRIBUTE: {
code: 1040,
message: "Invalid id value \"{0}\". Id values must not contain any whitespace.",
message: 'Invalid id value "{0}". Id values must not contain any whitespace.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_STATIC_ID_IN_ITERATION: {
code: 1041,
message: "Static id values are not allowed in iterators. Id values must be unique within a template and must therefore be computed with an expression.",
message: 'Static id values are not allowed in iterators. Id values must be unique within a template and must therefore be computed with an expression.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
DUPLICATE_ID_FOUND: {
code: 1042,
message: "Duplicate id value \"{0}\" detected. Id values must be unique within a template.",
message: 'Duplicate id value "{0}" detected. Id values must be unique within a template.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
EVENT_HANDLER_SHOULD_BE_EXPRESSION: {
code: 1043,
message: "Event handler should be an expression",
message: 'Event handler should be an expression',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
FOR_EACH_AND_FOR_ITEM_DIRECTIVES_SHOULD_BE_TOGETHER: {
code: 1044,
message: "for:each and for:item directives should be associated together.",
message: 'for:each and for:item directives should be associated together.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -141,9 +141,9 @@ // TODO: consolidate with other 'should be expression' errors

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
FOR_INDEX_DIRECTIVE_SHOULD_BE_STRING: {
code: 1046,
message: "for:index directive is expected to be a string.",
message: 'for:index directive is expected to be a string.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -154,9 +154,9 @@ FOR_ITEM_DIRECTIVE_SHOULD_BE_STRING: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
FORBIDDEN_IFRAME_SRCDOC_ATTRIBUTE: {
code: 1048,
message: "srcdoc attribute is disallowed on <iframe> for security reasons",
message: 'srcdoc attribute is disallowed on <iframe> for security reasons',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -167,3 +167,3 @@ FORBIDDEN_SVG_NAMESPACE_IN_TEMPLATE: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -174,3 +174,3 @@ FORBIDDEN_MATHML_NAMESPACE_IN_TEMPLATE: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -181,52 +181,52 @@ FORBIDDEN_TAG_ON_TEMPLATE: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
GENERIC_PARSING_ERROR: {
code: 1052,
message: "Error parsing attribute: {0}",
message: 'Error parsing attribute: {0}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
IDENTIFIER_PARSING_ERROR: {
code: 1053,
message: "Error parsing identifier: {0}",
message: 'Error parsing identifier: {0}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
IF_DIRECTIVE_SHOULD_BE_EXPRESSION: {
code: 1054,
message: "If directive should be an expression",
message: 'If directive should be an expression',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_ATTRIBUTE_CASE: {
code: 1055,
message: "{0} is not valid attribute for {1}. All attributes name should be all lowercase.",
message: '{0} is not valid attribute for {1}. All attributes name should be all lowercase.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_EVENT_NAME: {
code: 1056,
message: "Invalid event name {0}. Event name can only contain lower-case alphabetic characters",
message: 'Invalid event name {0}. Event name can only contain lower-case alphabetic characters',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_HTML_ATTRIBUTE: {
code: 1057,
message: "{0} is not valid attribute for {1}. For more information refer to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/{1}",
message: '{0} is not valid attribute for {1}. For more information refer to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/{1}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_HTML_SYNTAX: {
code: 1058,
message: "Invalid HTML syntax: {0}. For more information, " +
"please visit https://html.spec.whatwg.org/multipage/parsing.html#parse-error-{0}",
message: 'Invalid HTML syntax: {0}. For more information, ' +
'please visit https://html.spec.whatwg.org/multipage/parsing.html#parse-error-{0}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_IDENTIFIER: {
code: 1059,
message: "{0} is not a valid identifier",
message: '{0} is not a valid identifier',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -237,75 +237,75 @@ INVALID_NODE: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
INVALID_TABINDEX_ATTRIBUTE: {
code: 1061,
message: "The attribute \"tabindex\" can only be set to \"0\" or \"-1\".",
message: 'The attribute "tabindex" can only be set to "0" or "-1".',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
DEPRECATED_IS_ATTRIBUTE_CANNOT_BE_EXPRESSION: {
code: 1062,
message: "\"is\" attribute value can't be an expression",
message: '"is" attribute value can\'t be an expression',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
IS_ATTRIBUTE_NOT_SUPPORTED: {
code: 1063,
message: "\"is\" attribute is not supported",
message: '"is" attribute is not supported',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
KEY_ATTRIBUTE_SHOULD_BE_EXPRESSION: {
code: 1064,
message: "Key attribute value should be an expression",
message: 'Key attribute value should be an expression',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
KEY_SHOULDNT_REFERENCE_FOR_EACH_INDEX: {
code: 1065,
message: "Invalid key value for element <{0}>. Key cannot reference for:each index {1}",
message: 'Invalid key value for element <{0}>. Key cannot reference for:each index {1}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
KEY_SHOULDNT_REFERENCE_ITERATOR_INDEX: {
code: 1066,
message: "Invalid key value for element <{0}>. Key cannot reference iterator index",
message: 'Invalid key value for element <{0}>. Key cannot reference iterator index',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
LOCATOR_CONTEXT_CANNOT_BE_MEMBER_EXPRESSION: {
code: 1067,
message: "locator:context cannot be a member expression. It can only be functions on the component",
message: 'locator:context cannot be a member expression. It can only be functions on the component',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
LOCATOR_CONTEXT_MUST_BE_USED_WITH_LOCATOR_ID: {
code: 1068,
message: "locator:context must be used with locator:id",
message: 'locator:context must be used with locator:id',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
LOCATOR_CONTEXT_SHOULD_BE_EXPRESSION: {
code: 1069,
message: "locator:context directive is expected to be an expression.",
message: 'locator:context directive is expected to be an expression.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
LOCATOR_ID_SHOULD_BE_STRING: {
code: 1070,
message: "locator:id directive is expected to be a string.",
message: 'locator:id directive is expected to be a string.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
MISSING_KEY_IN_ITERATOR: {
code: 1071,
message: "Missing key for element <{0}> inside of iterator. Elements within iterators must have a unique, computed key value.",
message: 'Missing key for element <{0}> inside of iterator. Elements within iterators must have a unique, computed key value.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
MISSING_ROOT_TEMPLATE_TAG: {
code: 1072,
message: "Missing root template tag",
message: 'Missing root template tag',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -316,15 +316,15 @@ MODIFYING_ITERATORS_NOT_ALLOWED: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
MULTIPLE_EXPRESSIONS: {
code: 1074,
message: "Multiple expressions found",
message: 'Multiple expressions found',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
MULTIPLE_ROOTS_FOUND: {
code: 1075,
message: "Multiple roots found",
message: 'Multiple roots found',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -335,3 +335,3 @@ NAME_ON_SLOT_CANNOT_BE_EXPRESSION: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -342,15 +342,15 @@ NO_DIRECTIVE_FOUND_ON_TEMPLATE: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
NO_MATCHING_CLOSING_TAGS: {
code: 1078,
message: "<{0}> has no matching closing tag.",
message: '<{0}> has no matching closing tag.',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
ROOT_TAG_SHOULD_BE_TEMPLATE: {
code: 1079,
message: "Expected root tag to be template, found {0}",
message: 'Expected root tag to be template, found {0}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -361,3 +361,3 @@ ROOT_TEMPLATE_CANNOT_HAVE_ATTRIBUTES: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -368,3 +368,3 @@ SLOT_ATTRIBUTE_CANNOT_BE_EXPRESSION: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},

@@ -375,41 +375,41 @@ SLOT_TAG_CANNOT_HAVE_DIRECTIVES: {

level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
TEMPLATE_EXPRESSION_PARSING_ERROR: {
code: 1083,
message: "Error parsing template expression: {0}",
message: 'Error parsing template expression: {0}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
UNEXPECTED_IF_MODIFIER: {
code: 1084,
message: "Unexpected if modifier {0}",
message: 'Unexpected if modifier {0}',
level: types_1.DiagnosticLevel.Error,
url: ""
url: '',
},
LWC_DOM_INVALID_VALUE: {
code: 1085,
message: "Invalid value for \"lwc:dom\". 'lwc:dom' can only be set to {0}",
message: 'Invalid value for "lwc:dom". \'lwc:dom\' can only be set to {0}',
level: types_1.DiagnosticLevel.Error,
url: "",
url: '',
},
LWC_DOM_INVALID_CONTENTS: {
code: 1086,
message: "Invalid contents for element with \"lwc:dom\". Element must be empty",
message: 'Invalid contents for element with "lwc:dom". Element must be empty',
level: types_1.DiagnosticLevel.Error,
url: "",
url: '',
},
LWC_DOM_INVALID_CUSTOM_ELEMENT: {
code: 1087,
message: "Invalid directive \"lwc:dom\" on element {0}. \"lwc:dom\" cannot be added to a custom element",
message: 'Invalid directive "lwc:dom" on element {0}. "lwc:dom" cannot be added to a custom element',
level: types_1.DiagnosticLevel.Error,
url: "",
url: '',
},
LWC_DOM_INVALID_SLOT_ELEMENT: {
code: 1088,
message: "Invalid directive \"lwc:dom\" on <slot>.. \"lwc:dom\" cannot be added to a <slot>",
message: 'Invalid directive "lwc:dom" on <slot>.. "lwc:dom" cannot be added to a <slot>',
level: types_1.DiagnosticLevel.Error,
url: "",
url: '',
},
};
//# sourceMappingURL=template-transform.js.map

@@ -18,4 +18,6 @@ "use strict";

function generateErrorMessage(errorInfo, args) {
const message = Array.isArray(args) ? utils_1.templateString(errorInfo.message, args) : errorInfo.message;
if (errorInfo.url && errorInfo.url !== "") {
const message = Array.isArray(args)
? utils_1.templateString(errorInfo.message, args)
: errorInfo.message;
if (errorInfo.url && errorInfo.url !== '') {
// TODO: Add url info into message

@@ -40,3 +42,3 @@ }

message,
level: errorInfo.level
level: errorInfo.level,
};

@@ -72,3 +74,3 @@ if (config && config.origin) {

throw generateCompilerError(errorInfo, {
messageArgs: args
messageArgs: args,
});

@@ -75,0 +77,0 @@ }

@@ -34,3 +34,3 @@ "use strict";

filename: this.filename,
location: this.location
location: this.location,
};

@@ -77,4 +77,3 @@ }

}
else if (Number.isInteger(obj.line) &&
Number.isInteger(obj.column)) {
else if (Number.isInteger(obj.line) && Number.isInteger(obj.column)) {
return { line: obj.line, column: obj.column, start: obj.start, length: obj.length };

@@ -81,0 +80,0 @@ }

@@ -1,2 +0,2 @@

import { DiagnosticLevel } from "../../shared/types";
import { DiagnosticLevel } from '../../shared/types';
/**

@@ -3,0 +3,0 @@ * TODO: W-5678919 - implement script to determine the next available error code

@@ -5,5 +5,5 @@ /**

*/
export * from "./compiler";
export * from "./jest-transformer";
export * from "./lwc-class";
export * from "./template-transform";
export * from './compiler';
export * from './jest-transformer';
export * from './lwc-class';
export * from './template-transform';

@@ -1,2 +0,2 @@

import { DiagnosticLevel } from "../../shared/types";
import { DiagnosticLevel } from '../../shared/types';
/**

@@ -3,0 +3,0 @@ * TODO: W-5678919 - implement script to determine the next available error code

@@ -1,2 +0,2 @@

import { DiagnosticLevel } from "../../shared/types";
import { DiagnosticLevel } from '../../shared/types';
/**

@@ -3,0 +3,0 @@ * TODO: W-5678919 - implement script to determine the next available error code

@@ -1,2 +0,2 @@

import { DiagnosticLevel } from "../../shared/types";
import { DiagnosticLevel } from '../../shared/types';
/**

@@ -3,0 +3,0 @@ * TODO: W-5678919 - implement script to determine the next available error code

@@ -1,5 +0,5 @@

import { LWCErrorInfo } from "../shared/types";
import { CompilerDiagnosticOrigin, CompilerDiagnostic, CompilerError } from "./utils";
export { CompilerDiagnosticOrigin, CompilerDiagnostic, CompilerError } from "./utils";
export * from "./error-info";
import { LWCErrorInfo } from '../shared/types';
import { CompilerDiagnosticOrigin, CompilerDiagnostic, CompilerError } from './utils';
export { CompilerDiagnosticOrigin, CompilerDiagnostic, CompilerError } from './utils';
export * from './error-info';
export interface ErrorConfig {

@@ -6,0 +6,0 @@ messageArgs?: any[];

@@ -1,2 +0,2 @@

import { Location, DiagnosticLevel } from "../shared/types";
import { Location, DiagnosticLevel } from '../shared/types';
export interface CompilerDiagnosticOrigin {

@@ -3,0 +3,0 @@ filename?: string;

@@ -1,2 +0,2 @@

export * from "./compiler/errors";
export * from "./shared/types";
export * from './compiler/errors';
export * from './shared/types';
{
"name": "@lwc/errors",
"version": "0.36.0-alpha6",
"description": "LWC Error Utilities",
"main": "dist/commonjs/index.js",
"license": "MIT",
"typings": "dist/types/",
"scripts": {
"clean": "rm -rf dist/",
"build": "tsc",
"test": "jest"
},
"keywords": [
"lwc"
],
"publishConfig": {
"access": "public"
},
"gitHead": "08e45d82385ba832a1a6c468480ded1525f1da75"
"name": "@lwc/errors",
"version": "0.36.0-beta1",
"description": "LWC Error Utilities",
"main": "dist/commonjs/index.js",
"license": "MIT",
"typings": "dist/types/",
"scripts": {
"clean": "rm -rf dist/",
"build": "tsc",
"test": "jest"
},
"keywords": [
"lwc"
],
"publishConfig": {
"access": "public"
},
"gitHead": "0bdcdec98ee16679690d63c2aaeda9110cf15239"
}
{
"extends": "../../../tsconfig.json",
"extends": "../../../tsconfig.json",
"compilerOptions": {
"outDir": "dist/commonjs",
"declarationDir": "dist/types",
},
"compilerOptions": {
"outDir": "dist/commonjs",
"declarationDir": "dist/types"
},
"include": [
"src/"
],
"include": ["src/"]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet