Skip to content
#

language

Here are 4,352 public repositories matching this topic...

AsamK
AsamK commented May 26, 2021

Bug Report

🔎 Search Terms

override, property, esnext

🕗 Version & Regression Information

Bug in new feature of version 4.3

💻 Code

class Base {
    state?: string;
}
    
export default class TestClass extends Base {
    override state = "string";
}

🙁 Actual behavior

Compiling this code for target esnext the override keyword on properti

Nim

Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!

  • Updated May 26, 2021
  • Red
DirkToewe
DirkToewe commented Feb 18, 2019

Adding a plain text to the header of a compiled and optimized .js-file may be useful for multiple reasons:

  • Adding metadata like version, compiler settings, date, ...
  • Adding execution information, e.g. #!/usr/bin/env node
  • Adding a License, Author, Support info, URL, ...

Such a plain text header could easily be added to a .js in a postprocessing step after compilation. Howeve

Improve this page

Add a description, image, and links to the language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the language topic, visit your repo's landing page and select "manage topics."

Learn more