This module is a naïve string-based approach at generating bundles from the .d.ts declaration files generated by a TypeScript compiler. The main use-case is generating definition for npm/bower modules written in TypeScript (commonjs/amd) so the TypeScript code should following the external-module pattern (using import/export's and --outDir).
https://github.com/grunt-ts/dts-bundleTags | typescript definition bundle export d.ts |
Implementation | TypeScript |
License | MIT |
Platform | NodeJS |
TypeScript Definition File Generator
typescriptThe repository for high quality TypeScript type definitions.Also see the definitelytyped.org website, although information in this README is more up-to-date.
typescript definition dts types typings typescript-definitionsTypeScript d.ts files for RxJS(ReactiveExtensions for JavaScript)
typescript definitelytyped definitions reactive-extensions rxjsThe bundle overrides the translator service and provides a DatabaseLoader. Database translations content is loaded last so it overrides content from xliff, yml and php translations files. You can also export translations from the database into files in case you need to get translations files with the same content as the database.
symfony symfony-bundle bundleA bundle for Sequel Pro that lets you generate Laravel migration files from existing tables. Connect to a database, and select a table in the left-hand column. From the application menu, choose Bundles › Export › Export to Laravel Migration, or use the keyboard shortcut ⌃⌥⌘M (that's CTRL + OPTION + CMD + M).
laravel-migration sequelpro database-schemaBuild your blog or site with Laravel like with the tools you're used to having and export it to be hosted statically. Laravel Export will scan your app and create an HTML page from every URL it crawls. The entire public directory also gets added to the bundle so your assets are in place too.
Creates TypeScript definition files from CSS Modules .css files. Then, this creates *.css.d.ts files under the directory which has original .css file.
typescript css-modulesThis repository contains a protoc plugin that generates TypeScript declarations (.d.ts files) that match the JavaScript output of protoc --js_out=import_style=commonjs,binary. This plugin can also output service definitions as both .js and .d.ts files in the structure required by grpc-web. This plugin is tested and written using TypeScript 2.7.
protocol-buffers protoc plugin typescript ts grpc-web grpc protobuf service proto3FuseBox is a bundler/module loader that combines the power of webpack, JSPM and SystemJS.It is blazing fast (it takes 50-100ms to re-bundle) which makes it extremely convenient for developers. It requires zero configuration to bundle such monsters like babel-core.
bundler loader hmr typescript performance workflow hot-reloadONGR is a toolkit built for Symfony to make development of transactional websites Fast and Easy. It is built on Symfony and Elasticsearch. ONGR bundle includes Elasticsearch Bundle, Filter Manager Bundle, Router Bundle, Currency Exchange Bundle, Settings Bundle, API Bundle, Translation Bundle.
ecommerce e-commerce symfony-framework scalable fast php-ecommerceA plugin for SystemJS which enables you to System.import TypeScript files directly. The files are transpiled in the browser and compilation errors written to the console. Starting with JSPM 0.17.0 (currently in beta) this plugin will be the officially supported mechanism for transpiling TypeScript. It provides the ability to transpile TypeScript and ES2015+ files on the fly when then are loaded by SystemJS.
typescript systemjs jspm es6 ts tsx angular2 react bundle plugin loaderJavaScript developers can now just open a .ts file and start hacking away like they are used to. No grunt no Visual Studio. Just pure coding. NOTE: When updating to v12, make sure language-typescript core package is enabled. We're discontinuing our own grammar in favor of language-typescript. Both are very similar and are basically Microsoft's TextMate grammar repackaged, and there's little reason to bundle our own if there's one available by default.
typescript htmlNo module bundling during development, instead loading source files (.ts/.tsx) directly in the browser (using plugin-typescript). Type-checking is disabled for speed and delegated to another process. Enable strictNullChecks with noImplicitAny (compiler flags), to get Non-nullable Types (v2.0) and Smarter Type Inference (v2.1) (Source) which greatly increase your TypeScript experience.
jspm typescript react redux systemjs rollup starter hot-reload boilerplateSee also the introduction blog post: Starting a TypeScript Project in 2021. esbuild is an extremely fast bundler that supports a large part of the TypeScript syntax. This project uses it to bundle for browsers (and Node.js if you want).
boilerplate typescript jest typedoc esbuildBundle Transformer - a modular extension for System.Web.Optimization (also known as the Microsoft ASP.NET Web Optimization Framework).
typescript ajaxmin bundling closure-compiler coffeescript combineWebpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
webpack module-bundler module-loader loaders plugins build-tool web web-performance compiler javascript-compiler webpack2 commonjs amd esm es6 javascript-modulesA small utility to help you find out what is contributing to the size of your Webpack bundles. Webpack has a JSON output mode which produces detailed machine-readable information about everything that has been included in a generated bundle.
webpack file-sizeWhile it may seem strange to see these two in the same file, this is one of the cool things about Next.js -- getStaticProps and TestPage, while appearing in the same file, run in two different places. Ultimately your browser bundle will not include getStaticProps at all, or any of the functions it uses only on the server, so serialize will be removed from the browser bundle entirely. <MDXRemote /> accepts a scope prop, which makes all of the values available for use in your MDX.
markdown mdx next next.jsThis bundle provides you the possibility to add themes to each bundle. In your bundle directory it will look under Resources/themes/<themename> or fall back to the normal Resources/views if no matching file was found. Now that you have activated and configured the bundle, all that is left to do is import the LiipThemeBundle routing files.
bundle symfony symfony-bundleThe Asset Bundle Browser tool enables the user to view and edit the configuration of asset bundles for their Unity project. It will block editing that would create invalid bundles, and inform you of any issues with existing bundles. It also provides basic build functionality. Use this tool as an alternative to selecting assets and setting their asset bundle manually in the inspector. It can be dropped into any Unity project with a version of 5.6 or greater. It will create a new menu item in Window > AssetBundle Browser. The bundle configuration, build functionality, and built-bundle inspection are split into three tabs within the new window.
asset bundle bundles assetbundles
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.