Block or Report
Block or report prantlf
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
date-fns-timezone Public
Parsing and formatting date strings using IANA time zones for date-fns.
-
timezone-support Public
Lightweight time zone support for your applications or other date libraries.
-
dayjs Public
Forked from iamkun/dayjs
Extended fork of Day.js - 2KB immutable date library alternative to Moment.js
-
build-number-generator Public
Generates a unique build number with a human-readable build time.
-
jsonlint Public
Forked from zaach/jsonlint
JSON/CJSON/JSON5 parser, syntax & schema validator and pretty-printer with a command-line client, written in pure JavaScript.
536 contributions in the last year
Contribution activity
May 2022
Created 69 commits in 14 repositories
Created 10 repositories
-
prantlf/rollup-plugin-swc-minify
JavaScript
•
Built by
-
prantlf/rollup-plugin-esbuild-minify
JavaScript
•
Built by
-
prantlf/rollup-sourcemap-path-transform
JavaScript
•
Built by
-
prantlf/rollup-plugin-css-lit
JavaScript
•
Built by
-
prantlf/rollup-plugin-scss-lit
JavaScript
•
Built by
-
prantlf/rollup-copy-transform-css
JavaScript
•
Built by
- prantlf/pnpm TypeScript
- prantlf/requirejs-esm-converter JavaScript
- prantlf/meriyah TypeScript
- prantlf/recast TypeScript
Created a pull request in meriyah/meriyah that received 7 comments
feat(parser): Add support for class static initialization block
Attempts to fix #194 and one point from #214.
extend interface ClassBody { body: [ MethodDefinition | PropertyDefinition | StaticBlock ];
} interfa…