@litexa/core
Version:
Litexa, a programming language for writing Alexa skills
12 lines (9 loc) • 423 B
text/coffeescript
###
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
###
# Coffee shim for es6 setter behavior
Function::setter = (prop, set) ->
Object.defineProperty @prototype, prop, {set, configurable: yes}