patternplate transform creating css modules
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Determine if the JS environment has Symbol support. Supports spec, or shams.
Colored symbols for various log levels. Example: `✔︎ Success`
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Unicode symbols with fallbacks for older terminals
regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.
```ts import type { SFSymbol } from 'sf-symbols-typescript'
Detect whether the terminal supports Unicode
Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
Use the Material Symbols font family from Google Fonts in your Expo app
An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing
Compile ES2015 block scoping (const and let) to ES5
This plugin transforms ES2015 modules to CommonJS
Transform TypeScript into ES.next
Apply ES2015 function.name semantics to all functions
Compile ES2015 arrow functions to ES5
An ESnext spec-compliant shim/polyfill/replacement for all Well-Known Symbols that works in any environment with Symbols.
Transform class static blocks
Ensure that reserved words are quoted in object property keys
Turn async functions into ES2015 generators
Compile ES2015 Unicode escapes to ES5
Provides access to the SF Symbols library on iOS, and Material Symbols on Android and web, for Expo and React Native apps.
Remove numeric separators from Decimal, Binary, Hex and Octal literals