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
Christian Kaisermann 877fbeffec
Make the compiler also transform prefixed @keyframes
8 years ago
..
CodeBuilder.ts
__test__.ts
addToSet.ts WIP 8 years ago
annotateWithScopes.ts WIP 8 years ago
createDebuggingComment.ts rename Generator -> Compiler 8 years ago
deindent.ts
error.ts rename loc to start, include character info in locations 8 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 8 years ago
fullCharCodeAt.ts
getCodeFrame.ts
getName.ts
getObject.ts
getStaticAttributeValue.ts allow spread props on elements with tests for static attributes 8 years ago
getTailSnippet.ts
globalWhitelist.ts add _Promise_ to whitelisted globals 8 years ago
hash.ts use base36 for style classes 8 years ago
isKeyframesNode.ts Make the compiler also transform prefixed @keyframes 8 years ago
isThisGetCallExpression.ts
isValidIdentifier.ts
isVoidElementName.ts
list.ts
namespaces.ts
nodeToString.ts Accept backtick string literals in tag/props properties 8 years ago
patterns.ts bind to dimensions 8 years ago
quoteIfNecessary.ts quote slot names if necessary - fixes #1461 8 years ago
removeNode.ts
repeat.ts
reservedNames.ts
stringify.ts fix escaping of template string characters 8 years ago
stringifyProps.ts
trim.ts
unpackDestructuring.ts sparse array patterns 8 years ago
validCalleeObjects.ts
walkThroughTopFunctionScope.ts