You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/src/utils
Rich Harris 9031c16905
[WIP] Refactor, change where validation occurs (#1721)
7 years ago
..
CodeBuilder.ts remove excess parentheses 8 years ago
__test__.ts TS-ify spaces.js and deindent.js, so they get included in prettier task 8 years ago
addToSet.ts WIP 7 years ago
annotateWithScopes.ts handle rest elements in computed properties - fixes #1540 7 years ago
createDebuggingComment.ts [WIP] Refactor, change where validation occurs (#1721) 7 years ago
deindent.ts run prettier 8 years ago
error.ts tidy up 7 years ago
fixAttributeCasing.ts another stab at #1062; also fix attribute case in static HTML 8 years ago
flattenReference.ts overwrite this in custom event handlers - fixes #1297 7 years ago
fullCharCodeAt.ts handle wacky identifier names in templates 8 years ago
getCodeFrame.ts start work on <slot> 8 years ago
getName.ts treat quoted property names the same way as identifiers - fixes #914 8 years ago
getObject.ts run prettier 8 years ago
getStaticAttributeValue.ts allow spread props on elements with tests for static attributes 7 years ago
getTailSnippet.ts run prettier 8 years ago
globalWhitelist.ts add _Promise_ to whitelisted globals 7 years ago
hash.ts use base36 for style classes 8 years ago
isThisGetCallExpression.ts Check against this usage in computed functions 8 years ago
isValidIdentifier.ts handle wacky identifier names in templates 8 years ago
isVoidElementName.ts run prettier on src, update tests 8 years ago
list.ts Increase code coverage 8 years ago
namespaces.ts use Records to remove TS errors 8 years ago
nodeToString.ts Accept backtick string literals in tag/props properties 8 years ago
patterns.ts bind to dimensions 7 years ago
quoteIfNecessary.ts quote slot names if necessary - fixes #1461 7 years ago
removeCSSPrefix.ts Fix prefixed animation name replacement 7 years ago
removeNode.ts treat quoted property names the same way as identifiers - fixes #914 8 years ago
repeat.ts start work on <slot> 8 years ago
reservedNames.ts throw error on illegal context (#934) 8 years ago
stringify.ts fix escaping of template string characters 8 years ago
stringifyProps.ts combine multiple bindings in single handler, implement bind:indeterminate — fixes #910 8 years ago
trim.ts run prettier on src, update tests 8 years ago
unpackDestructuring.ts sparse array patterns 7 years ago
validCalleeObjects.ts allow console.* calls in event handlers. fixes #782 8 years ago
walkThroughTopFunctionScope.ts Check against this usage in computed functions 8 years ago