Skip to content

Instantly share code, notes, and snippets.

View darind's full-sized avatar

Darin Dimitrov darind

  • Telerik
  • Sofia, Bulgaria
View GitHub Profile
@darind
darind / _embedded_script_.js
Created December 10, 2018 08:49
NativeScript blank app bundle
This file has been truncated, but you can view the full file.
/*!**********************************************************!*\
!*** ../android-snapshot-bundle-preamble.js ***!
\**********************************************************/
var global = Function('return this')(); global.global = global; // Mock global object
// Set the __snapshotEnabled flag to true
Object.defineProperty(global, "__snapshotEnabled", {
value: true,
writable: false,
configurable: false,
enumerable: false