source: trip-planner-front/node_modules/terser/bin/uglifyjs

Last change on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 246 bytes
Line 
1#!/usr/bin/env node
2// -*- js -*-
3/* eslint-env node */
4
5"use strict";
6
7process.stderr.write( "DEPRECATION WARNING: uglifyjs binary will soon be discontinued!\n");
8process.stderr.write("Please use \"terser\" instead.\n\n");
9
10require("./terser");
Note: See TracBrowser for help on using the repository browser.