Skip to content
#

es6

ecmascript logo

ECMAScript is the standardization of the family of scripting languages that includes JavaScript. New versions of the standard are released every year.

Here are 13,977 public repositories matching this topic...

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  • Updated Aug 6, 2022
  • JavaScript
schuetzm
schuetzm commented May 4, 2022

🐛 bug report

Parcel (resp. PostHTML) deletes PHP tags from HTML input files during transformation. It also ignores any directives options in .posthtmlrc that are supposed to preserve them.

🎛 Configuration

Minimal default configuration, see below.

🤔 Expected Behavior

The resulting file should contain all <?= ... ?> and <?php ... ?> tags in the input file as-is.

k6
Vmihajlovic
Vmihajlovic commented Jul 22, 2022

Brief summary

Setting the above parameter in the options object causes a GoError to be thrown during the run. Tested this on both local runs and k6 Cloud, the behaviour is the same.

k6 version

k6 v0.38.3

OS

macOS 12.4

Docker version and image (if applicable)

No response

Steps to reproduce the problem

setting an option rps in the options object to

fabiosantoscode
fabiosantoscode commented May 1, 2022

Bug report or Feature request?

Refactor. Most Terser options are snake_case but there are some camelCase options. Both should be supported so as to not break currently existing code.

Version (complete output of terser -V or specific git commit) any

*Complete CLI command or minify() options used

good first issue This issue is good for contributors who are getting started

Created by Brendan Eich, Ecma International

Organization
tc39
Website
www.ecma-international.org
Wikipedia
Wikipedia