Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
| import { ErrorHandler } from '@angular/core'; | |
| import { environment } from '../environments/environment'; | |
| export class ErrorLogger implements ErrorHandler { | |
| static initWith(sentry: any) { | |
| return () => new ErrorLogger(sentry); | |
| } | |
| constructor(private sentry: any) { |
| module Jekyll | |
| module CacheBust | |
| class CacheDigester | |
| require 'digest/md5' | |
| attr_accessor :file_name, :directory | |
| def initialize(file_name:, directory: nil) | |
| self.file_name = file_name | |
| self.directory = directory |
| // Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible). | |
| // Tweak the makePrettyJSON_ function to customize what kind of JSON to export. | |
| var FORMAT_ONELINE = 'One-line'; | |
| var FORMAT_MULTILINE = 'Multi-line'; | |
| var FORMAT_PRETTY = 'Pretty'; | |
| var LANGUAGE_JS = 'JavaScript'; | |
| var LANGUAGE_PYTHON = 'Python'; |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)